Joshua Branson writes:
>> What package includes `dbus-run-session`? I do not have it installed on >> my system? > > I think it's dbus? I honestly don't remember... The `dbus` package does provide `dbus-run-session`. When I run `dbus-run-session sway` on virtual terminal 1 sway does not start and I get this output: ``` localhost dbus-daemon[380]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.24" (uid=1000 pid=26112 comm="sway ") interface="org.freedesktop.login1.Session" member="SetType" error name="(unset)" requested_reply="0" destination="org.freedesktop.login1" (uid=0 pid=381 comm="/gnu/store/jdk3r1gs4d36n3aj9fscsvwwc9prnrzp-elogin") [backend/backend.c:303] Failed to open any DRM device [sway/server.c:49] Unable to create backend ``` When I run `sudo dbus-run-session sway` it outputs "XDG_RUNTIME_DIR is not set in the environment. Aborting.".