You are not logged in.
Pages: 1
I have noticed that the Application Autostart tab found in the Session and Startup utility in Settings does not display a way to rearrange the order of program startups.
Does anyone have any ideas about this?
Thanks.
Offline
It doesn't appear that there is any way to guarantee the order of autostart items. If you:
export XFSM_VERBOSE=1
...in an environment file (I use /etc/profile.d/xfce.sh), you'll get an ~/.xfce4-session.verbose-log file. You can see that start order in this log file.
You're best bet would be to add some extra logic in each of the .desktop files to ensure order (either sleep commands or pgrep in a 'while true' loop to ensure that the previous one is running).
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Looks complex. Perhaps we need another feature request.
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 528.67 KiB (Peak: 531.63 KiB) ]