1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

graphics/wayland: add note about XDG_RUNTIME_DIR

error: XDG_RUNTIME_DIR not set in the environment.

PR:		255355
Inspired by:	hikari
Approved by:	maintainer timeout
This commit is contained in:
Jan Beich 2021-04-24 02:18:33 +00:00 committed by Tobias Kortkamp
parent d50822c34f
commit 2d487a43aa
No known key found for this signature in database
GPG Key ID: A4F09FB73CC51F61

View File

@ -0,0 +1,9 @@
[
{ type: install
message: <<EOM
Wayland requires XDG_RUNTIME_DIR to be defined to a path that will
contain "wayland-%d" unix(4) sockets. This is usually handled by
consolekit2 (via ck-launch-session) or pam_xdg (via login).
EOM
}
]