From 4c88c6e3ad8d927a1ae50e2ac9182a1aecfa6823 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Wed, 22 Jan 2025 18:47:19 +0000 Subject: [PATCH] Add: 'Minimal Gnome/Plasma' setups > Enable 'rtkit-daemon.service' during installation --- Amelia.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index 9932ffd..5192dec 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # https://gitlab.com/prism7/archery -# Version: 8.5.0 +# Version: 8.5.1 set -euo pipefail ################################################################################################### @@ -6241,6 +6241,7 @@ CUSTOMSERV MKINITCPIO mkinitcpio -P || exit cat <<-MAKEPKG > /etc/makepkg.conf.d/makepkgd.conf || exit + #!/hint/bash CFLAGS="-march=native -O2 -pipe -fno-plt -fexceptions \ -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \ -fstack-clash-protection -fcf-protection \ @@ -6364,7 +6365,7 @@ SUPPLICANT %wheel ALL=(ALL) ALL SUDOERS visudo -c /etc/sudoers.d/sudoersd || exit - systemctl enable avahi-daemon bluetooth cups ipp-usb NetworkManager rngd ${displaymanager} ${trim} ${vm_services} || exit + systemctl enable avahi-daemon bluetooth cups ipp-usb NetworkManager rngd rtkit-daemon ${displaymanager} ${trim} ${vm_services} || exit OPTIMIZED stage_ok