Create auto-fix-qortal-GUI.desktop
file goes in /.config/autostart on GUI linux machines and runs the 'auto-fix-qortal.sh' script 720 seconds (7 min) after system boot. This is to enable a VISIBLE run of the auto-fix script, so people know what is going on, and to also make it so that if it DOES have to fix something, it will start qortal VISIBLY. (considering modifying auto-fix-cron so that the only thing that takes place is the DOWNLOAD of the new script, but not sure yet.)
This commit is contained in:
parent
f793d22d87
commit
e14467437d
9
auto-fix-qortal-GUI.desktop
Normal file
9
auto-fix-qortal-GUI.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=gnome-terminal -- ./auto-fix-qortal.sh
|
||||
X-GNOME-Autostart-enabled=true
|
||||
NoDisplay=false
|
||||
Hidden=false
|
||||
Name[en_US]=auto-fix-visible
|
||||
Comment[en_US]=Run auto-fix script visibly 5 min after system startup.
|
||||
X-GNOME-Autostart-Delay=600
|
Loading…
x
Reference in New Issue
Block a user