| Summary: | Konsole should not include font information in copy/paste (or provide option to not include it) | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Jim Duchek <jim.duchek> |
| Component: | copy-paste | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | a.samirh78, asturm |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/konsole/caf0ab2b7584c899a6cded2d6d2218990c126bae | Version Fixed/Implemented In: | 18.04 |
| Sentry Crash Report: | |||
|
Description
Jim Duchek
2017-11-28 12:57:03 UTC
https://phabricator.kde.org/D10448 should be fixed for next release 18.04 *** This bug has been marked as a duplicate of bug 350687 *** Git commit caf0ab2b7584c899a6cded2d6d2218990c126bae by Kurt Hindenburg. Committed on 14/02/2018 at 19:40. Pushed by hindenburg into branch 'master'. Add a profile property to toggle copying text as HTML The default behavior hasn't change. Toggling this off will cause all copy/paste to be text only. FIXED-IN: 18.04 Differential Revision: https://phabricator.kde.org/D10448 M +9 -0 src/EditProfileDialog.cpp M +1 -0 src/EditProfileDialog.h M +26 -25 src/EditProfileDialog.ui M +2 -0 src/Profile.cpp M +8 -0 src/Profile.h M +16 -6 src/TerminalDisplay.cpp M +3 -0 src/TerminalDisplay.h M +2 -0 src/ViewManager.cpp https://commits.kde.org/konsole/caf0ab2b7584c899a6cded2d6d2218990c126bae Kurt, please use --author when applying the patch manually. |