From 832be6c09825486a3d6ea8cc9a5e001a59e114f3 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 1 Mar 2025 06:31:29 -0500 Subject: config.sh: Configure the Xfce polkit agent to run on SoaS The Xfce polkit agent configuration was missed in the initial port from the kickstarts. --- config.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.sh') diff --git a/config.sh b/config.sh index 9f49ffd..8795ede 100755 --- a/config.sh +++ b/config.sh @@ -295,6 +295,14 @@ KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n') sed -i -r 's/(omit_dracutmodules\+\=.*) plymouth (.*)/\1 \2/' /etc/dracut.conf.d/99-liveos.conf dracut --force-add plymouth -N -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION +# Fix https://bugzilla.redhat.com/show_bug.cgi?id=2239137 +cat > /etc/xdg/autostart/xfce-polkit.desktop <