Graham wrote:
On Monday 28 February 2005 15:46, Peter Hunter wrote:
Now what I need to do is to put KMail in my startup folder so as to get it to start up - minimised if possible - when the computer starts up. I know that this won't actually be called a 'start up' folder, but what is it called? and where do I find it?
On my systems (KDE3.3 on SuSE 9.1 and KDE3.2 on Fedora Core 2), if I shut the system down with KMail open it comes right back up where it was left, when I reboot. Same with many other programs, particularly the KDE family ones.
That's one way of doing it (sort of). Another way is to...
$ cat ~/.kde/Autostart/kmail kstart --iconify kmail
$ chmod +x ~/.kde/Autostart/kmail
(Which I didn't shamelessly steal from a website, honest)
beb