fix failing wayland startup on wrong /tmp/.X11-unix permissions

This commit is contained in:
Tobias Powalowski 2024-06-15 11:59:08 +02:00
parent 8b68df678b
commit e9293d0964

View file

@ -99,6 +99,7 @@ _prepare_graphic() {
_progress "98" "Restart dbus..."
systemd-sysusers >"${_LOG}" 2>&1
# add --boot to really create all tmpfiles!
# Check: /tmp/.X11-unix, may have wrong permission on startup error!
systemd-tmpfiles --boot --create >"${_LOG}" 2>&1
# fixing dbus requirements
for i in dbus dbus-org.freedesktop.login1.service; do