Ubuntu – see a log-file of startup applications

logstartup-applications

I'm using Ubuntu Gnome 16.04.
I added some applications in start applications program. Is there any log of them as if they had started in the terminal?

E.g.: I added deluge to the startup apps, but I'm not sure it's working well. I would like to check in some way whether it's working.

Best Answer

if the startup app is a script, you could add as the last line of the script,

logger "such-n-such script started."

Then, it will appear in /var/log/syslog

Related Question