After the latest update i can't get to run i3 and the XDG_RUNTIME_DIR variable is not set, the folder /run/usr/1000 does not get created, ¿how can i fix this?.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-lerax'
How I can fix that? This works when I launch some Qt application.
Maybe starting window manager with "dbus-launch" could help
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.
See https://forum.artixlinux.org/index.php/topic,545.new.html#new.
Edit this was supposed to be elsewhere can someone delete it?
Is logind service started? I guess no.
It is started.
It doesn't work for wayland, fine on X11.
I had to export manually there too before.
Arch Arm turned into Armtix.
No problem on my desktop.