WIP: postmarketos-ui-i3wm: launch dbus and set XDG_RUNTIME_DIR
working towards #458 (closed). see also !1118 (merged).
replaced by !1131 (merged).
Merge request reports
Activity
added 1 commit
- 98215168 - Add dbus and XDG_RUNTIME_DIR to i3
By Antoine Fontaine on 2020-04-03T08:19:16
added 1 commit
- b09f6c2d - Add dbus and XDG_RUNTIME_DIR to i3
By Antoine Fontaine on 2020-04-03T08:22:31
added 1 commit
- a3e87133 - postmarketos-ui-i3wm: launch dbus and set XDG_RUNTIME_DIR
By Antoine Fontaine on 2020-04-03T09:00:22
added 1 commit
- 48808749 - postmarketos-ui-i3wm: launch dbus and set XDG_RUNTIME_DIR
By Antoine Fontaine on 2020-04-03T10:08:39
mentioned in issue #458 (closed)
By Antoine Fontaine on 2020-04-03T10:13:31
- Resolved by Administrator
added 13 commits
-
48808749...db0af6a8 - 12 commits from branch
postmarketOS:master
- 1d8911b4 - postmarketos-ui-i3wm: launch dbus and set XDG_RUNTIME_DIR
By Antoine Fontaine on 2020-04-05T16:48:16
-
48808749...db0af6a8 - 12 commits from branch
I was wondering about this: wouldn't it make more sense to set XDG_RUNTIME_DIR in
/etc/profile.d
for all UI?It would feel less hacky, more consistent between UI and would be a better experience for ssh: suddenly
swaymsg kill
from ssh closes a window out of the box andepiphany
actually launches the browser without extra work.By Antoine Fontaine on 2020-04-06T15:21:27
Edited by Ghost UserI agree that it is indeed less correct, even if potentially more convenient.
There seem to be a better way, though: using PAM. After installing
elogind
, XDG_RUNTIME_DIR is set with the current postmarketos-ui-i3 on qemu.I'll reopen another merge request for cleanness.
By Antoine Fontaine on 2020-04-06T16:55:36