mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-02 06:46:26 -04:00
Merge branch 'stop-wayland-0' into 'main'
WIP: Disrecommend the use of display socket name wayland-0 See merge request wayland/wayland!113
This commit is contained in:
commit
58a4348ef0
3 changed files with 50 additions and 5 deletions
|
|
@ -92,9 +92,12 @@
|
|||
<title>Wire Format</title>
|
||||
<para>
|
||||
The protocol is sent over a UNIX domain stream socket, where the endpoint
|
||||
usually is named <systemitem class="service">wayland-0</systemitem>
|
||||
(although it can be changed via <emphasis>WAYLAND_DISPLAY</emphasis>
|
||||
in the environment). Beginning in Wayland 1.15, implementations can
|
||||
is specified by the environment variable <emphasis>WAYLAND_DISPLAY</emphasis>.
|
||||
(For compatibility reasons, if this environment variable is not set,
|
||||
clients may try to connect to socket <systemitem class="service">wayland-0</systemitem>.
|
||||
As this behavior may lead to accidental connections,
|
||||
compositors are recommended never to set <emphasis>WAYLAND_DISPLAY</emphasis>
|
||||
to this value.) Beginning in Wayland 1.15, implementations can
|
||||
optionally support server socket endpoints located at arbitrary
|
||||
locations in the filesystem by setting <emphasis>WAYLAND_DISPLAY</emphasis>
|
||||
to the absolute path at which the server endpoint listens.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue