I have made a script that I want to run only where the user kyle logs in. I don't want it to be run on all users like a start-up app. I only want it to run when the user kyle logs in
Asked
Active
Viewed 123 times
0
-
Which DE (Desktop Environment) is being used? – Wilf Dec 05 '14 at 19:27
1 Answers
0
To setup tasks to run on login, use gnome-session-properties. This means you can add programs to run when you login to the user account on your machine.

You can configure it like this - just add the command you want to run in the command box:

Very long answer on that here
-
1Nice answer. I advise you use the full path to executables and files ;) – Panther Dec 05 '14 at 19:40