1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-27 16:57:21 +00:00

Merge #379 do not show updates on xfce live. fixes bug #1564464

This commit is contained in:
Mohan Boddu 2018-04-09 15:37:35 +00:00
commit fc59bd2ea1

View File

@ -60,6 +60,9 @@ sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.d
mkdir /home/liveuser/Desktop
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
# no updater applet in live environment
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
# and mark it as executable (new Xfce security feature)
chmod +x /home/liveuser/Desktop/liveinst.desktop