Odilon Sousa 2023-09-26 16:53:45 -03:00
parent ffd1a4f387
commit 5a2c67dbf7
2 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,8 @@ gnome-keyring-pam
wget
# Better more popular browser
system-config-printer
# Install XFCE polkit
xfce-polkit
# save some space
-autofs

View File

@ -23,6 +23,15 @@ PREFERRED=/usr/bin/i3
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