fix!: enhanced autostart.desktop to use new script, and always find icon

Notable changes:

- The icon is no longer dependent on "GNOME Terminal" being installed. Will now work on any desktop environment, not just GNOME. We only see this icon in "GNOME Tweaks: Startup Applications" or similar autostart-managers, which is even better reason to use a generic, always-existing icon for the shortcut.

- Now runs the new "autostart.sh" yafti GUI launcher.

- Tells the OS to not spawn a terminal window when running this shell script.
This commit is contained in:
Arcitec
2023-05-13 04:56:36 +02:00
committed by Eino Rauhala
parent 8a5fd31f88
commit ec4d01caa8

View File

@@ -1,8 +1,9 @@
[Desktop Entry]
Name=uBlue First Boot Setup
Comment=Sets up uBlue Desktop Correctly On FirstBoot
Exec=/usr/bin/yafti /usr/share/ublue-os/firstboot/yafti.yml
Icon=org.gnome.Terminal
Type=Application
Comment=Sets up the uBlue desktop on first boot.
GenericName=Launcher
Categories=Utility;System;
Name[en_US]=startup
Exec=/usr/share/ublue-os/firstboot/launcher/autostart.sh
Icon=application-x-executable
Terminal=false
Type=Application