calamares now launches via .xinitrc on live
This commit is contained in:
parent
d4f513b111
commit
54aaac8352
|
@ -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
|
|
@ -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;
|
|
@ -63,4 +63,6 @@ get_session(){
|
|||
echo "dbus-launch ${dbus_args[*]}"
|
||||
}
|
||||
|
||||
exec $(get_session)
|
||||
exec $(get_session) &&
|
||||
sleep 2 &&
|
||||
calamares_polkit
|
Loading…
Reference in New Issue
Block a user