#1006 Add xfce-polkit to SOAS
Merged 7 months ago by adamwill. Opened 7 months ago by chimosky.
chimosky/fedora-kickstarts dev  into  main

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

no initial comment

rebased onto 9436129

7 months ago

I tested this in a mock root, it only adds:

Installing:
 xfce-polkit                                     x86_64                                    0.3-11.fc39                                       fedora                                     23 k
Installing dependencies:
 libxfce4ui                                      x86_64                                    4.18.4-2.fc39                                     fedora                                    326 k
 libxfce4util                                    x86_64                                    4.18.1-3.fc39                                     fedora                                    204 k
 xfconf                                          x86_64                                    4.18.1-2.fc39                                     fedora                                    203 k

Transaction Summary
=============================================================================================================================================================================================
Install  4 Packages

Total download size: 756 k
Installed size: 3.3 M

so that seems reasonable. +1

Pull-Request has been merged by adamwill

7 months ago