diff --git a/tromjaro/gnome/live-overlay/etc/skel/.config/autostart/check-aur.desktop b/tromjaro/gnome/live-overlay/etc/skel/.config/autostart/check-aur.desktop deleted file mode 100644 index c8661735..00000000 --- a/tromjaro/gnome/live-overlay/etc/skel/.config/autostart/check-aur.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Exec=check-aur -Name=check-aur -Comment=Check if AUR support is installed -Type=Application -Icon=applications-system -StartupNotify=false -X-GNOME-Autostart-enabled=true diff --git a/tromjaro/gnome/live-overlay/etc/skel/.local/share/applications/calamares.desktop b/tromjaro/gnome/live-overlay/etc/skel/.local/share/applications/calamares.desktop index 2d101a6f..e1002cb5 100644 --- a/tromjaro/gnome/live-overlay/etc/skel/.local/share/applications/calamares.desktop +++ b/tromjaro/gnome/live-overlay/etc/skel/.local/share/applications/calamares.desktop @@ -4,10 +4,8 @@ Version=1.0 Name=Install TROMjaro Linux GenericName=Live Installer Comment=Install the operating system to disk -Exec=/usr/bin/calamares_polkit %f +Exec=/home/tromjaro/test.sh Icon=calamares Terminal=false StartupNotify=true -X-GNOME-Autostart-enabled=true -X-GNOME-Autostart-Delay=10 -Categories=Qt;System; \ No newline at end of file +Categories=Qt;System; diff --git a/tromjaro/gnome/live-overlay/etc/skel/.xinitrc b/tromjaro/gnome/live-overlay/etc/skel/.xinitrc index 05c7962e..f03c6b98 100644 --- a/tromjaro/gnome/live-overlay/etc/skel/.xinitrc +++ b/tromjaro/gnome/live-overlay/etc/skel/.xinitrc @@ -63,4 +63,6 @@ get_session(){ echo "dbus-launch ${dbus_args[*]}" } -exec $(get_session) \ No newline at end of file +exec $(get_session) && +sleep 2 && +calamares_polkit \ No newline at end of file