#35 Remove excess configurations from XFCE
Merged 3 years ago by x3mboy. Opened 4 years ago by nasirhm.
i3-sig/ nasirhm/Fedora-i3-Spin master  into  master

file modified
-7
@@ -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

Pull-Request has been merged by x3mboy

3 years ago
Metadata