PDA

View Full Version : [other] LXDE startup applications?


xghstst0riesx
September 26th, 2009, 10:52 AM
I am using the LXDE desktop environment as provided in the standard repos. I would like to have network manager start up by default but I can figure out how. I´ve tried adding the line ¨nm-applet &¨ to ~/.config/openbox/autostart.sh but that didn´t seem to work.

kerry_s
September 26th, 2009, 11:46 AM
http://wiki.lxde.org/en/LXSession

Lukios
September 26th, 2009, 12:07 PM
you can either make a .desktop or you can put what ever you want to start up in the /etc/xdg/lxsession/LXDE/autostart It will look something like this.

@lxde-settings
@xscreensaver -no-splash
@pcmanfm -d
@lxpanel --profile LXDE

just add

@whatever_you_want_to_startup

.desktop items are in this folder

/etc/xdg/autostart

example

@gnome_panel

to use gnome panel