mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-14 12:54:22 +00:00
Add xfce-polkit to SOAS
Signed-off-by: Chihurumnaya Ibiam <ibiam@sugarlabs.org>
This commit is contained in:
parent
b1e4e49696
commit
51eec3f2c3
@ -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
|
||||
|
||||
|
@ -65,6 +65,9 @@ livecd-tools
|
||||
-plymouth-system-theme
|
||||
-plymouth-theme-charge
|
||||
|
||||
# Install XFCE polkit
|
||||
xfce-polkit
|
||||
|
||||
%end
|
||||
|
||||
%post
|
||||
|
Loading…
Reference in New Issue
Block a user