
Originally Posted by
gfagan
Thanks, please_try_again, I'll edit it again, but it seems to be working as-is. I've always seen xfce written in lower case, unlike KDE and GNOME, so I tried that first.
Look here:
Code:
grep XFCE /etc/xdg/autostart/*.desktop
These are the system-wide autostart files. If you want to modify one of them for a specific user, just copy it to the user ~/.config/autostart directory and edit it to suite your needs. But you would achieve (more or less) the same result by using the "Startup and Sessions" utility - which might have a different name under the different desktop environments. While using all of them (specially KDE, Gnome and XFCE), it is sometimes useful to edit them manually to avoid non fatal errors producing unnecessary warnings, because each de startup settings tool rewrites these files its own way, everytime when you enable/disable a programm in autostart (from the GUI user interface).
You should not use ~/.config/autostart for KDE programs, because programs here get started "before" the session and therefore will be started again at a later point when the session is restored. Autostart programs in KDE should be placed in ~/.kde4/Autostart and contain the following line, so they won't be both autostarted *AND* autorestored:
Code:
X-KDE-autostart-phase=2
I know, this info is out of topic here, but I thought I'll mention it, because it's an annoying problem when you don't know how to fix it. This instruction seems to be ignored in files placed in ~/.config/autostart. Not sure it makes sense. IMHO, it's a bug in KDE. I haven't tried with too many files though.
Bookmarks