> > You can define startup applications in the session manager: > > Gnome Menu -> Desktop -> Preferences -> More Preferences -> Sessions > > Then go to the Startup Programs tab and add the new programs you want to > startup at login. > Well I've jsut been experimenting with this. I am able to get my apps to start automatically now, but I can't seem to get them on workspaces. I don't understand the env DISPLAY properly, so I was experimenting with it. I tried this. # Autostart Some Apps env DISPLAY=:0.0 xterm -geometry -0+0 & env DISPLAY=:0.0 evolution & env DISPLAY=:0.0 firefox & Which works, but they are all on the first workspace. I tried DISPLAY=:0.1 but I guess that isn't it. Can I make this work this way somehow or do I need to use the devilspie? Thanks. > With respect to where they load, geometry, etc., you will need to look > at 'devilspie': > > http://www.burtonini.com/blog/computers/devilspie > > You will need to compile from source. > > > > There is a decent tutorial on use here: > > http://x2.zuavra.net/index.php/48/ > > > with more configuration examples here: > > http://wiki.foosel.net/linux/devilspie > > > You can load devilspie in the same startup tab as the other applications > above. > > Note that I had to fiddle with it to get it to load and run properly, > which ended up involving setting the order for devilspie to be the last > application to load and using the following command line: > > devilspie -a& > -- -=/>Thom