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
1 changed files with 16 additions and 0 deletions
16
etc/PROBLEMS
16
etc/PROBLEMS
|
@ -3472,6 +3472,22 @@ file; for example:
|
||||||
|
|
||||||
* Runtime problems specific to PGTK build
|
* 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.
|
** SECONDARY selections don't work on Wayland.
|
||||||
|
|
||||||
This is because the SECONDARY selection is not implemented by the
|
This is because the SECONDARY selection is not implemented by the
|
||||||
|
|
Loading…
Add table
Reference in a new issue