From dce6a7e0b58bea26070ef207fc978fea17881eea Mon Sep 17 00:00:00 2001 From: nasirhm Date: Jan 18 2021 18:23:53 +0000 Subject: Revert "Remove .desktop icon, As no icons on i3" This reverts commit af07a8a2f6ec25827754bada9b5d3b44dbb19e29. --- diff --git a/fedora-live-i3.ks b/fedora-live-i3.ks index 9378593..ebfeb45 100644 --- a/fedora-live-i3.ks +++ b/fedora-live-i3.ks @@ -41,6 +41,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 +# and mark it as executable (new Xfce security feature) +chmod +x /home/liveuser/Desktop/liveinst.desktop + # this goes at the end after all other changes. chown -R liveuser:liveuser /home/liveuser restorecon -R /home/liveuser