PDA

View Full Version : [SOLVED] I need simple way to stop startup programs



forsubhi
June 3rd, 2012, 12:21 AM
I try to stop startup programs from system setting --> startup and shutdown but I don't see my programs and every time golden dict and empathy startup automatically ,
I need simple way to remove them from startup in kubuntu 11.10

please help me !

mparillo
June 3rd, 2012, 11:35 AM
Do you have a .desktop file under share/autostart (either under $KDEHOME or under $KDEDIR)?


http://l10n.kde.org/docs/admin/autostart-and-runonce.html

forsubhi
June 4th, 2012, 12:11 AM
No , I have .directory file

forsubhi
June 19th, 2012, 02:58 PM
this work for me
http://askubuntu.com/questions/109530/how-do-i-restore-my-kde-desktop-to-default

VMC
June 19th, 2012, 05:54 PM
I try to stop startup programs from system setting --> startup and shutdown but I don't see my programs and every time golden dict and empathy startup automatically ,
I need simple way to remove them from startup in kubuntu 11.10

please help me !

See if yo find it here:


dolphin /usr/share/autostart

forsubhi
June 20th, 2012, 02:13 AM
I think that this method is correct


subhi@subhi-pc:~$ ls /usr/share/autostart
akonaditray.desktop konqy_preload.desktop polkit-kde-authentication-agent-1.desktop
kaddressbookmigrator.desktop korgac.desktop printer-applet.desktop
kalarm.autostart.desktop krunner.desktop restore_kmix_volumes.desktop
kgpg.desktop nepomukcontroller.desktop synaptiks_autostart.desktop
klipper.desktop nepomukserver.desktop xsettings-kde.desktop
kmix_autostart.desktop plasma-desktop.desktop

cottfcfan
June 20th, 2012, 02:24 PM
cd /etc/xdg/autostart/
then:

sudo sed --in-place 's/NoDisplay=true/NoDisplay=false/g' *.desktop
All your start up apps will now appear in "startup applications"

VMC
June 20th, 2012, 03:59 PM
cd /etc/xdg/autostart/
then:

sudo sed --in-place 's/NoDisplay=true/NoDisplay=false/g' *.desktop
All your start up apps will now appear in "startup applications"

That's good for ubuntu, but in kubuntu, there's not much there.
Most are in
/usr/share/autostart

cottfcfan
June 20th, 2012, 04:05 PM
Sorry, didn't notice.
In Kubuntu, Autostart just has the things you manually added to startup.
The one below it "service manager" has all the other programs that autostart.