summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/modules
diff options
context:
space:
mode:
authorNippy <nippy@Nippy-Mac-mini.local>2026-09-20 18:04:01 +0200
committerNippy <nippy@Nippy-Mac-mini.local>2026-09-20 18:04:01 +0200
commit49556705734ecaf54fdff7c0431b7928b47ac9f4 (patch)
tree6a4d433581b137edee211ca71e91ca3b97b8ec43 /raveos-calamares-theme/etc/calamares/modules
parent8b4d05e92a751c8ed1817e50d7480070ee2e79b7 (diff)
downloadRaveOS-PKGBUILD-49556705734ecaf54fdff7c0431b7928b47ac9f4.tar.gz
RaveOS-PKGBUILD-49556705734ecaf54fdff7c0431b7928b47ac9f4.zip
gnome fix 2
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/modules')
-rw-r--r--raveos-calamares-theme/etc/calamares/modules/shellprocess-enableservices.conf1
1 files changed, 1 insertions, 0 deletions
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"