diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-06-22 12:21:31 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-06-22 12:21:31 +0300 |
commit | 7f7b28a2500235452ad636d0cc035d378ac05ec3 (patch) | |
tree | 25d6608b4864436d0eb66e3a8109512250f72f93 | |
parent | f3e80dd0f70aabb6abcddb0148f75356fb60c32b (diff) | |
download | emacs-7f7b28a2500235452ad636d0cc035d378ac05ec3.tar.gz emacs-7f7b28a2500235452ad636d0cc035d378ac05ec3.tar.bz2 emacs-7f7b28a2500235452ad636d0cc035d378ac05ec3.zip |
; Wayland SECONDARY selection problem
* etc/PROBLEMS: Document problems with SECONDARY selection on
Wayland. (Bug#71656)
-rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 90d416714e5..b09a3b68ba3 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2113,6 +2113,14 @@ with a different toolkit. For example: This produces a build which uses Athena toolkit, and disables toolkit scroll bars which could sometimes be slow. +* Runtime problems specific to PGTK build + +** SECONDARY selections don't work on Wayland. + +This is because the SECONDARY selection is not implemented by the +Wayland compositor being used. A workaround is to use other kinds of +selections. + * Runtime problems on character terminals ** The meta key does not work on xterm. |