diff options
| author | Achim Gratz | 2016-07-21 18:07:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-07-21 18:07:48 +0300 |
| commit | 6a3d031a12e4812fd792f97587981afe578040eb (patch) | |
| tree | a084eb0a20fcd13123c7cc091e00fe288bf90567 | |
| parent | ff3fc21e24edffccce0d42065833e852a6792bd2 (diff) | |
| download | emacs-6a3d031a12e4812fd792f97587981afe578040eb.tar.gz emacs-6a3d031a12e4812fd792f97587981afe578040eb.zip | |
* etc/PROBLEMS: Add entry about selection problems under Plasma 5.
Bug#24013
| -rw-r--r-- | etc/PROBLEMS | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 2b3becf4d93..496c7df811f 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1070,6 +1070,28 @@ while, Emacs may print a message: | |||
| 1070 | A workaround is to not use 'klipper'. Upgrading 'klipper' to the one | 1070 | A workaround is to not use 'klipper'. Upgrading 'klipper' to the one |
| 1071 | coming with KDE 3.3 or later also solves the problem. | 1071 | coming with KDE 3.3 or later also solves the problem. |
| 1072 | 1072 | ||
| 1073 | *** KDE / Plasma 5: Emacs exhausts memory and needs to be killed | ||
| 1074 | |||
| 1075 | This problem occurs when large selections contain mixed line endings | ||
| 1076 | (i.e. the buffer has LF line endings, but in some parts CRLF is used). | ||
| 1077 | The source of the problem is currently under investigation, older | ||
| 1078 | versions of Emacs up to 24.5 just hang for a few seconds and then | ||
| 1079 | return with the message "Timed out waiting for property-notify event" | ||
| 1080 | as described in the previous note. As a workaround, go to the | ||
| 1081 | settings dialog for the Clipboard widget and select the option "Ignore | ||
| 1082 | Selection". | ||
| 1083 | |||
| 1084 | Note: Plasma 5 has replaced the separate klipper process from earlier | ||
| 1085 | KDE versions with functionality directly integrated into plasmashell, | ||
| 1086 | so even if you've previously did not use klipper this will affect you. | ||
| 1087 | Also, all configuration you might have done to klipper is not used by | ||
| 1088 | the new Clipboard widget / plasmoid since it uses its own settings. | ||
| 1089 | You can hide the Clipboard widget by removing its entry from the | ||
| 1090 | system tray settings "Extra Items", but it's not clear if the | ||
| 1091 | underlying functionality in plasmashell gets fully disabled as well. | ||
| 1092 | At least a restart of plasmashell is required for the clipboard | ||
| 1093 | history to be cleared. | ||
| 1094 | |||
| 1073 | *** CDE: Frames may cover dialogs they created when using CDE. | 1095 | *** CDE: Frames may cover dialogs they created when using CDE. |
| 1074 | 1096 | ||
| 1075 | This can happen if you have "Allow Primary Windows On Top" enabled which | 1097 | This can happen if you have "Allow Primary Windows On Top" enabled which |