| |
@@ -39,13 +39,6 @@
|
| |
# Show harddisk install on the desktop
|
| |
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
| |
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
|
| |
|
| |
# this goes at the end after all other changes.
|
| |
chown -R liveuser:liveuser /home/liveuser
|
| |
As we used XFCE as a base for our kickstarts, there are still some configurations that are related to XFCE and doesn't apply on i3wm.
This PR includes the following changes:
- Remove
liveinst.desktop
file, as in i3wm we don't have icons on desktop- Remove the removal of
dnfdragora