Date: Tue, 11 May 2021 17:51:20 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2d487a43aa14 - main - graphics/wayland: add note about XDG_RUNTIME_DIR Message-ID: <202105111751.14BHpK8g071879@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d487a43aa142c32eabdd8feeb4ca523d24c6a42 commit 2d487a43aa142c32eabdd8feeb4ca523d24c6a42 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-04-24 02:18:33 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-05-11 17:50:32 +0000 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 --- graphics/wayland/pkg-message | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +} +]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105111751.14BHpK8g071879>