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?
Autostart
-
- Posts: 381
- Joined: Mon Mar 23, 2009 5:14 am
Re: Autostart
~/.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
/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
Thank you very much Marty Jack, with yuor halp I resolved.