mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Add PROBLEMS entry for bug#72303
* etc/PROBLEMS (Runtime problems specific to PGTK build): Document that text mode sessions cannot be started without `-nw'. (bug#72303)
This commit is contained in:
parent
87389f9ff9
commit
309d0a7186
16
etc/PROBLEMS
16
etc/PROBLEMS
@ -3472,6 +3472,22 @@ file; for example:
|
||||
|
||||
* Runtime problems specific to PGTK build
|
||||
|
||||
** Whether a display server is available cannot be automatically detected.
|
||||
|
||||
When started with no arguments from a text terminal and in an
|
||||
environment where no display server is specified, Emacs will print:
|
||||
|
||||
$ emacs
|
||||
(emacs:3988): Gtk-WARNING **: 19:19:10.887: cannot open display:
|
||||
|
||||
and exit. This is a byproduct of GTK's not providing any means of
|
||||
probing for a display connection before committing to opening one, and
|
||||
cannot be addressed by Emacs. Rather, users must expressly request a
|
||||
text mode session:
|
||||
|
||||
$ emacs -nw
|
||||
[...]
|
||||
|
||||
** SECONDARY selections don't work on Wayland.
|
||||
|
||||
This is because the SECONDARY selection is not implemented by the
|
||||
|
Loading…
Reference in New Issue
Block a user