On Friday 07 November 2014 21:44:30 Thomas Lübking wrote: > $XDG_CONFIG_DIRS/autostart/*.desktop is supposed to be started AFTER the > session is initialized, what is different from > ~/.config/plasma-workspace/env/ (etc.) which is supposed to be run BEFORE > the session starts, ie. you'd export session wide env vars there, but > launch applications which must talk to <service here> in the autostart > folder.
Also note that the "env" name contains scripts that are *sourced*, so that they can set environment variables for all applications in the session (hence the name). The "autostart" is just a list of applications to start automatically and won't affect the environment. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358