lxde startup applications
-
- Posts: 38
- Joined: Sat Sep 27, 2008 11:18 pm
lxde startup applications
How can i define startup applications (and terminal commands) when LXDE boots?
-
- Posts: 25
- Joined: Thu Nov 13, 2008 9:14 am
Re: lxde startup applications
You can autostart by adding to:
/etc/xdg/lxsession/LXDE/autostart
/etc/xdg/lxsession/LXDE/autostart
Re: lxde startup applications
A less global way would be to make a *.desktop file in the ~/.config/autostart folder. Here's an example of my nitrogen.desktop file:
I don't know where is the call to these files made. Since I first installed XFCE and then LXDE I already had my XFCE autostarted apps working and it seems that both DE's modify and look in these locations for commands to run after logging in.
Code: Select all
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=nitrogen
Comment=
Exec=nitrogen --restore
StartupNotify=false
Terminal=false
Hidden=false
Re: lxde startup applications
It's well-documented in the wiki:dekaru wrote:I don't know where is the call to these files made. Since I first installed XFCE and then LXDE I already had my XFCE autostarted apps working and it seems that both DE's modify and look in these locations for commands to run after logging in.
http://wiki.lxde.org/en/LXSession#Autom ... s_on_login
Re: lxde startup applications
Is there a way to autostart an application on a certain virtual desktop?
-
- Posts: 26
- Joined: Wed Dec 10, 2008 6:09 am
GUI available
There's now a GUI. I can't find it on the menu, but the command is lxsession-edit.