Re: XDG_RUNTIME_DIR not set
Reply #3 –
https://www.reddit.com/r/artixlinux/comments/114uhbq/how_to_set_xdg_runtime_dir_in_s6/
I set:
export XDG_RUNTIME_DIR=/tmp/xdg-runtime/$(id -u)
mkdir -m 700 -p "$XDG_RUNTIME_DIR"
In the wrapper that I use to launch the GUI and it works.
pam_rundir package adn elogind didn't work.
I had this problem on Armtix.