Feature #630
Autostart Application On Startup With LXDE
Description
This is a guide for setting up an application to autostart with LXDE on Arch. This example should also apply to any other Linux distribution that uses .desktop
files (which is all of them last time I checked).
- Create a link of the
.desktop
file in the.config/autostart
folder, this example uses pidgin:ln -s /usr/share/applications/pidgin.desktop ~/.config/autostart/pidgin.desktop
Resources¶
Updated by Daniel Curtis over 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100