From 8a5fd31f8877ff425dd360ab2cd8a63e67ddd95a Mon Sep 17 00:00:00 2001 From: Arcitec <38923130+Arcitec@users.noreply.github.com> Date: Sat, 13 May 2023 01:51:16 +0200 Subject: [PATCH] feat: new "autostart" binary, for easy startup customization Instead of having to use a restrictive command-line in a ".desktop" file, we are now able to use scripting to create more advanced launchers, or if someone wants to easily switch yafti to something else. --- usr/share/ublue-os/firstboot/launcher/autostart.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 usr/share/ublue-os/firstboot/launcher/autostart.sh diff --git a/usr/share/ublue-os/firstboot/launcher/autostart.sh b/usr/share/ublue-os/firstboot/launcher/autostart.sh new file mode 100755 index 0000000000..7576023acd --- /dev/null +++ b/usr/share/ublue-os/firstboot/launcher/autostart.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +# Simply launches the "yafti" GUI with the uBlue image's configuration. +/usr/bin/yafti /usr/share/ublue-os/firstboot/yafti.yml