I have two links to short shell scripts in my Autostart folder: one called "runmutt", as follows: ---------------------------------------- #!/bin/bash # Startup for mutt in new rxvt window # Also starts fetchmail # fetchmail & rxvt -title Mutt -e mutt & --------------------------------------- The other, "runscreensaver" as follows: -------------------------------------- #!/bin/bash # runs xscreensaver xscreensaver & ------------------------------------- As far as I can tell, mutt alwas starts automatically, but fetchmail doesn't. When I start it manually, it says "removing stale lockfile". But sometimes fetchmail starts -- about 1/2 the time, I guess. Also, sometimes xscreensaver doesn't start. Usually it does, but not always. I'm baffled by this seemingly random behavior. There must be something different happening when things run from autostart, and when they don't, but darned if I can see it. Thanks. John Velman ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.