#988 Add xfce-polkit to i3-Spin
Merged 8 months ago by ngompa. Opened 8 months ago by odilhao.
odilhao/fedora-kickstarts i3spin-fix-polkit-liveinst  into  main

Add xfce-polkit to i3-Spin
Odilon Sousa • 8 months ago  
file modified
+2
@@ -24,6 +24,8 @@ 

  wget

  # Better more popular browser

  system-config-printer

+ # Install XFCE polkit

+ xfce-polkit

  

  # save some space

  -autofs

file modified
+9
@@ -23,6 +23,15 @@ 

  DISPLAYMANAGER=/usr/sbin/lightdm

  EOF

  

+ 

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

+ 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="i3"/' /etc/sysconfig/livesys

  

I have built Rawhide with this patch and was able to verify, that it resolves the issue.

Pull-Request has been merged by ngompa

8 months ago
Metadata