From 4459c0b4d9051e3ae8e88ab55eed21414f4043ba Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 7 Apr 2018 12:38:35 -0700 Subject: [PATCH] do not show updates on xfce live. fixes bug #1564464 --- fedora-live-xfce.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-live-xfce.ks b/fedora-live-xfce.ks index c971a22..8e91b2e 100644 --- a/fedora-live-xfce.ks +++ b/fedora-live-xfce.ks @@ -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