You are not logged in.
Did you click the link?
Note: At the very least, ensure that the last if block in /etc/X11/xinit/xinitrc is present in your ~/.xinitrc file to ensure that the scripts in /etc/X11/xinit/xinitrc.d are sourced.
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh is the relevant one itr.
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
I have marked this solved. It still doesn't work with dbus-launch, however as everything is working I am not worried about that. I have updated my .xinitrc as per your last post.
Thanks
Arch is home!
https://github.com/Docbroke
Offline
It's not supposed to work.
I mean, the Fn key isprobably also not supposed to stop your session process/WM, but using dbus-launch in your xinitrc is wrong.
dbus-launch starts a session-bus that is detached from the logind session, you're not ending up w/ a degraded session.
dbus-launch is only ok if you deliberately want to create an independent dbus context.
Using it as a crutch because the session hasn't the proper environment imported will expectably cause problems. This being one of the weirder ones ![]()
Offline