Skip to main content
2 of 4
added 13 characters in body
slm
  • 379.8k
  • 127
  • 793
  • 897

Run script after desktop loads

I'm running a script that changes files and installs things and what not on a SUSE computer. One of the scripts that gets run with my script, reboots the computer and when the computer loads back up again I want my script to continue where it left off.

What I can't figure out is where to launch my script so that it will start AFTER the desktop has loaded back up (the SUSE computer is set to automatically log in as a specific user who isn't root).

I want my script to run in this fashion because I want the user to be able to see an output log as to what is happening before another script later on reboots the computer again.

James
  • 153
  • 1
  • 4