You are not logged in.
Where do I put commands (e.g. autostart a program) that I want to have automatically executed for a user session on startup in KDE? I'm looking for a place that would be the equivalent of /etc/rc.local (which is for systemwide autostart) but that would be executed only for the local session, i.e. that does the same thing as running the command from a bash shell as an ordinary user. I think in Fluxbox this would be ~/.fluxbox/startup. What does KDE use?
Last edited by RobF (2007-11-30 04:32:43)
Offline
~/.kde/Autostart
Offline
Yes, I did discover that one way to do that in KDE is to put a tiny shell script (I called it 'startupcommands') in ~/.kde/Autostart that contains the desired command(s).
Offline
I use symbolic links to do the same thing, but I've seen both ways recommended. It's strange that there isn't a kcontrol panel you can just add apps to, IMO. Explaining to new users that they have to open a console and type "ln -s `which [app name]` ~/.kde/Autostart" is non-ideal, IMNSHO. Anyone know of a good GUI for this?
Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein
Offline
I've seen some GUI on kde-apps.org.
Offline