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

This commit is contained in:
Tobias Powalowski 2024-06-15 11:57:52 +02:00
parent e197a888fc
commit 8b68df678b

View file

@ -98,6 +98,7 @@ _prepare_graphic() {
_progress_wait "${_COUNT}" "97" "Installing ${_ENVIRONMENT}..." "3"
_progress "98" "Restart dbus..."
systemd-sysusers >"${_LOG}" 2>&1
# add --boot to really create all tmpfiles!
systemd-tmpfiles --boot --create >"${_LOG}" 2>&1
# fixing dbus requirements
for i in dbus dbus-org.freedesktop.login1.service; do