Is there a 'Startup applications' app for lubuntu?
Or how do I add apps to startup? I attempted a tutorial to add entries to ~/.config/autostart
, but it did not work. Isn't there an easy way? Any ideas please?
Is there a 'Startup applications' app for lubuntu?
Or how do I add apps to startup? I attempted a tutorial to add entries to ~/.config/autostart
, but it did not work. Isn't there an easy way? Any ideas please?
There is a default application for this on the Lubuntu. Check it out:
You can install the programm
lxsession-edit
from the software center. It will give you an interface like the "startup applications" app.Or you can add programs by editing the file
/etc/xdg/lxsession/LXDE/autostart
. (In new Lubuntu is path/etc/xdg/lxsession/Lubuntu/autostart
)To do this press Alt+F2 and type
gksu gedit
.Or the cleanest way (that didn't work for you) adding .desktop files to
/home/username/.config/autostart
and make sure they're marked as executables.Here is a default syntax for a
.desktop
file with some of the most important entries.Example:
For applications that have their binaries in
/usr/bin
, you don't have to put the full path, just the name of the executable.Save as
YOUR_APPNAME.desktop
in~/.config/autostart/
.Log out and back in and it should have worked.
In Lubuntu 18.10 onwards (i.e. with LXQt):
You can also remove items from the Autostart list by unchecking their boxes - as long as you know what you're removing.
This works for Lubuntu based on Ubuntu 18.10:
Preferences -> LXQt settings -> Session Settings -> Autostart
You should be able to add the .desktop file to the directory you listed:
~/.config/autostart
Did you log out and back in?
The easiest way I have found to do this is to:
/usr/share/applications
.~/.config/autostart
in PCmanFM.Once you log back in, it should be working. If it's not, it may be a question of the app, not the autostart process. Which app are you trying to autostart? Maybe we can help you better with more details.