From 49556705734ecaf54fdff7c0431b7928b47ac9f4 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sun, 20 Sep 2026 18:04:01 +0200 Subject: gnome fix 2 --- .../etc/calamares/modules/shellprocess-enableservices.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'raveos-calamares-theme/etc/calamares/modules') diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf index 5d9616d..45b4339 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf @@ -17,4 +17,5 @@ script: - command: "systemctl disable hibernate.target hybrid-sleep.target geoclue.service || true" - command: "systemctl mask hibernate.target hybrid-sleep.target geoclue.service || true" - command: "systemctl enable reflector-once.service || true" + - command: "if pacman -Qq dbus-broker-units >/dev/null 2>&1 && pacman -Qq gnome-session >/dev/null 2>&1; then pacman -Rdd --noconfirm dbus-broker-units dbus-broker && pacman -S --noconfirm dbus-daemon-units; fi" name: "Enabling services and Display Managers" -- cgit v1.3