Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix!: enhanced autostart.desktop to use new script, and always find icon
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Arcitec authored and xynydev committed May 14, 2023
1 parent 8a5fd31 commit ec4d01c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions usr/share/ublue-os/firstboot/launcher/autostart.desktop
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ec4d01c

Please sign in to comment.