calamares now launches via .xinitrc on live

This commit is contained in:
davedatum 2020-02-14 10:25:56 +00:00
parent d4f513b111
commit 54aaac8352
3 changed files with 5 additions and 13 deletions

View File

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

View File

@ -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;
Categories=Qt;System;

View File

@ -63,4 +63,6 @@ get_session(){
echo "dbus-launch ${dbus_args[*]}"
}
exec $(get_session)
exec $(get_session) &&
sleep 2 &&
calamares_polkit