Page 1 of 1

Autostart

Posted: Mon May 10, 2010 11:13 pm
by crazyaxe
I use ubuntu netbook remix, I installed lxde from repository.
When I login, it automatically starts "netbook-launcher" and "update-notifier", I want neither.
I partially resolved.
I found in "~/.config/autostart" the autorun files for programs, I removed "netbook-launcher.desktop" and "update-notifier.desktop".
Now it automatically start only "unpdate-notifier". (and it's very boring)
My question is the following:
what directories or files does LXDE read to autostart at login?

Re: Autostart

Posted: Tue May 11, 2010 1:14 am
by Marty Jack
~/.config/autostart/
/etc/xdg/autostart/

would be the defaults

/etc/xdg/lxsession/LXDE/autostart is an LXDE specific script-like way of starting things (or whatever your --profile is if it isn't LXDE)
~/.config/lxsession/LXDE/autostart same

http://standards.freedesktop.org/autost ... atest.html

Re: Autostart

Posted: Fri May 14, 2010 7:04 pm
by crazyaxe
Thank you very much Marty Jack, with yuor halp I resolved.