#1007 Add xfce-polkit to SOAS
Merged 7 months ago by kevin. Opened 7 months ago by adamwill.
adamwill/fedora-kickstarts soas-pk-fix-f39  into  f39

file modified
+8
@@ -13,6 +13,14 @@ 

  

  %post

  

+ # Fix https://bugzilla.redhat.com/show_bug.cgi?id=2239137

+ cat > /etc/xdg/autostart/xfce-polkit.desktop <<EOF

+ [Desktop Entry]

+ Type=Application

+ Name=xfce-polkit

+ Exec=/usr/libexec/xfce-polkit

+ EOF

+ 

  # set livesys session type

  sed -i 's/^livesys_session=.*/livesys_session="soas"/' /etc/sysconfig/livesys

  

file modified
+3
@@ -65,6 +65,9 @@ 

  -plymouth-system-theme

  -plymouth-theme-charge

  

+ # Install XFCE polkit

+ xfce-polkit

+ 

  %end

  

  %post