cme
Sun Mar 12, 2017 11:03:09 am
Hi all,
my first post here - and I suspect it is an easy one
Searched the forum thoroughly but could not find a hint to my problem:
I would simply like to delay the autostart of an application by a few seconds.
What I have tried:
- added a shortcut to the desktop
- copied that shortcut to autostart (gui); well, in my German Zorin it is called "Startprogramme"
That worked. But how do I add an delay?
So, let that application be the system monitor. In that case I have edited it to:
sleep=15; gnome-system-monitor
sleep=15 && gnome-system-monitor
delay 15; gnome-system-monitor
delay=15; gnome-system-monitor
All to no avail... surely there is an easy way, anyone??
Thanks!
my first post here - and I suspect it is an easy one
Searched the forum thoroughly but could not find a hint to my problem:
I would simply like to delay the autostart of an application by a few seconds.
What I have tried:
- added a shortcut to the desktop
- copied that shortcut to autostart (gui); well, in my German Zorin it is called "Startprogramme"
That worked. But how do I add an delay?
So, let that application be the system monitor. In that case I have edited it to:
sleep=15; gnome-system-monitor
sleep=15 && gnome-system-monitor
delay 15; gnome-system-monitor
delay=15; gnome-system-monitor
All to no avail... surely there is an easy way, anyone??
Thanks!