diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-04-24 02:18:33 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-11 17:50:32 +0000 |
commit | 2d487a43aa142c32eabdd8feeb4ca523d24c6a42 (patch) | |
tree | 1521986fdadf177a04c60b6474253c135384830b | |
parent | d50822c34fe1d8adf879745d2b26c000af2e8862 (diff) | |
download | ports-2d487a43aa142c32eabdd8feeb4ca523d24c6a42.tar.gz ports-2d487a43aa142c32eabdd8feeb4ca523d24c6a42.zip |
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
-rw-r--r-- | graphics/wayland/pkg-message | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/wayland/pkg-message b/graphics/wayland/pkg-message new file mode 100644 index 000000000000..22e6fc2cc047 --- /dev/null +++ b/graphics/wayland/pkg-message @@ -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 +} +] |