#1013 Add xfce-polkit to lxde-Spin
Closed 4 months ago by kkoukiou. Opened 4 months ago by kkoukiou.
kkoukiou/fedora-kickstarts lxde-fix-pkexec  into  main

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

  DISPLAYMANAGER=/usr/sbin/lxdm

  EOF

  

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

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

  

file modified
+2
@@ -31,6 +31,8 @@ 

  # https://bugzilla.redhat.com/show_bug.cgi?id=643416

  metacity

  

+ # Install XFCE polkit

+ xfce-polkit

  

  # dictionaries are big

  #-man-pages-*

The LXDE spin has lxpolkit already, why should it have xfce-polkit too?

@ngompa thanks for reviewing. I am not familiar with these different authentication agents in the spins yet. The bug reports looks quite similar, closing for further debugging..

Pull-Request has been closed by kkoukiou

4 months ago