Linux Lite Forums

Hardware - Support => Start up and Shutdown => Topic started by: abd_bela on February 01, 2016, 03:08:13 AM

Title: REMOVE THE UNWANTED program at start up
Post by: abd_bela on February 01, 2016, 03:08:13 AM
Hi every body,
I noticed like ubuntu base ( debian), some programs ( services ) run at the start up,  while they are not used by the majority of the users:
for example   samba or virtual box or  sane , in my case I always removed them. 
I don't understand they are always started.


by the way how to remove them definitely
best regards 
Title: Re: REMOVE THE UNWANTED program at start up
Post by: nomko on February 01, 2016, 08:20:30 AM
If you're running Xfce:
Go to Menu > Settings > Session and Startup
There you can remove them else uncheck them. When unchecked, they will not startup either.
Title: Re: REMOVE THE UNWANTED program at start up
Post by: Wirezfree on February 01, 2016, 02:34:33 PM
"CAUTION USE AT YOUR OWN RISK"

If you really want to...
Goto synaptic and Search for BUM this is a "Bootup Manager"
This gives you a Windows like "Services" control panel, you can stop/start many things.
Also
Open a terminal:
Code: [Select]
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
This will expose more things in "Session and Startup" items


"YOU HAVE BEEN WARNED"