Autostart

All questions and problems regarding LXDE components including LXSession, LXAppearance, GPicView, Leafpad, LXTerminal, Xarchiver, LXNM to be discussed here.

For PCManFM questions, please ask in the dedicated forum below.
Locked
crazyaxe
Posts: 3
Joined: Mon May 10, 2010 10:55 pm

Autostart

Post 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?
Marty Jack
Posts: 381
Joined: Mon Mar 23, 2009 5:14 am

Re: Autostart

Post 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
crazyaxe
Posts: 3
Joined: Mon May 10, 2010 10:55 pm

Re: Autostart

Post by crazyaxe »

Thank you very much Marty Jack, with yuor halp I resolved.
Locked