aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-04-24 02:18:33 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-05-11 17:54:04 +0000
commitb33587a4adc2dc846f129cb4e167cb6efb33fa12 (patch)
tree52e1d635550412676b6ee4aa837f986a7ff2482e
parent27ae9ff95f4ace34656c7fb6b72064e6dad426af (diff)
downloadports-b33587a4adc2dc846f129cb4e167cb6efb33fa12.tar.gz
ports-b33587a4adc2dc846f129cb4e167cb6efb33fa12.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 (cherry picked from commit 2d487a43aa142c32eabdd8feeb4ca523d24c6a42)
-rw-r--r--graphics/wayland/pkg-message9
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
+}
+]