I am trying to add a delay at start up for a few applications using the sleep command. For example: I'm trying sleep 5; tomboy
which works in terminal, but doesn't work when I add it to the command field in the "Startup Applications" section of the system settings.
With the sleep command, the commands don't seem to execute at all. Is there another command I should be using to create a delay? Is this a bug?
X-GNOME-Autostart-Delay=5
in .desktop file in ~/.config/autostart/tomboy.desktop. see here:How can I delay a specific program on startup? – Khurshid Alam Mar 23 '13 at 10:03