LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 02-09-2008, 07:28 PM   #1
Rustylinux
Member
 
Registered: Mar 2006
Posts: 177

Rep: Reputation: 30
How to get programs to stop AUTO STARTING


Hello,

I would like to know how to get programs to stop autostarting when I load Xwindows / Gnome.

When I login I get about 3-4 programs that Autostart which I do not want starting. One of these programs is Pidgin Internet Messenger.

I have looked in all the normal places for autostarting programs such as: xinit, rc2.d, ALL autostart folders, and the Sessions tape in Preferences > Sessions.

No matter where I look I can't find where these programs have hidden there autostart commands.

Could someone please tell me.

Thank you !
 
Old 02-09-2008, 09:26 PM   #2
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
Did you check System->Administration->Services and the Startup Programs tab under System->Preferences->Sessions? I find it hard to believe that an open source program was written to hide its autostart command, save for the ones that are necessary for system operation. BTW- I use pidgin, and it didn't add an autostart command on my system when it was installed.

Cheers

Last edited by DragonSlayer48DX; 02-09-2008 at 09:29 PM.
 
Old 02-10-2008, 12:17 PM   #3
Rustylinux
Member
 
Registered: Mar 2006
Posts: 177

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by dragonslayer48dx View Post
Did you check System->Administration->Services and the Startup Programs tab under System->Preferences->Sessions? I find it hard to believe that an open source program was written to hide its autostart command, save for the ones that are necessary for system operation. BTW- I use pidgin, and it didn't add an autostart command on my system when it was installed.

Cheers
Yes i looked under services and pref>sessions and it isn't running there. I don't know where it is auto starting from ? It if very odd. Typically it is in the Preferences>Sessions section but the only stuff in there is the normal services like network manager, bluetooth crap, etc, etc
 
Old 02-10-2008, 12:52 PM   #4
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
One More Shot-in-the-Dark...

Did you check the Preferences and Account Settings menus for Pidgin? (right-click the system tray icon and select from menu.) They're not in mine, but it's an older version that, again, did not add an auto-start command.

Cheers
 
Old 02-11-2008, 10:39 PM   #5
Rustylinux
Member
 
Registered: Mar 2006
Posts: 177

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by dragonslayer48dx View Post
Did you check the Preferences and Account Settings menus for Pidgin? (right-click the system tray icon and select from menu.) They're not in mine, but it's an older version that, again, did not add an auto-start command.

Cheers
Yeah I looked in the programs prefrences however nothing about starting on bootup or auto-starting. Even if it did have a setting like that it would be in a file somewhere or put in a startup location somewhere. I find it very wierd and have yet to find a solution. Pidgin is only 1 of the programs I got like 4 or 5 that do this on startup and I don't know why. I have never seen this before with any of the apps I have ever installed in any way weather it was with synapics or apt-get, or from source.


Any further insight would be great if anyone has any?
 
Old 02-14-2008, 12:04 PM   #6
fang0654
Member
 
Registered: Oct 2003
Location: New York, NY
Distribution: Ubuntu
Posts: 110

Rep: Reputation: 28
How are you logging off the machine when you are done? The programs that are all starting may be saved in the system state. Try logging on, closing everything (including closing pidgin from the system tray), and log off through System->Quit. Then try logging in and seeing if the programs all start again.
 
Old 02-14-2008, 11:35 PM   #7
Rustylinux
Member
 
Registered: Mar 2006
Posts: 177

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by fang0654 View Post
How are you logging off the machine when you are done? The programs that are all starting may be saved in the system state. Try logging on, closing everything (including closing pidgin from the system tray), and log off through System->Quit. Then try logging in and seeing if the programs all start again.
Hmmm this is a possibility. However I have closed all the applications even out of the system tray and then just go log off user. I will have to check the services. Whats the commmand agian to see all active services and to sniff out which programs use which service when running. I forget what it is, i used to have to use it to find zombie processes and kill them.
 
Old 05-30-2008, 06:09 AM   #8
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
Look at:
Code:
top
htop
ps aux |less -S
top is better known than htop, but I like htop much better.
 
Old 05-30-2008, 06:27 AM   #9
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Sure sounds like those programs are listed in System/Preferences/Sessions/Startup Tab. I've removed/added programs there on several occasions w/ success. That said, I've never had a problem w/ Pidgin starting upon boot. It doesn't start until I select it.

IGF
 
Old 06-03-2009, 12:19 PM   #10
unix1adm
Member
 
Registered: Oct 2008
Posts: 688

Rep: Reputation: 32
i have the same problem with my recent upgrade. did you ever get a solution to this?

may be its a flaw in the new 9.x Ubuntu.

I tired everything you guys did with no success. Its annoying for sure.
 
Old 11-14-2009, 08:00 PM   #11
wbamarillo
LQ Newbie
 
Registered: Nov 2006
Location: Amarillo, TX
Distribution: Redhad, Mandrake/Mandriva, Debian, Ubantu and now Mint
Posts: 9

Rep: Reputation: 0
It is amazing to me that everywhere I look people say go to System -> Preferences -> Sessions and when I go there, there is no "Sessions" in my Preferences menu! So none of this applies. I have pidgin auto starting but now I want it to stop autostarting because I'm using Empathy.

-Wayne

Quote:
Originally Posted by dragonslayer48dx View Post
Did you check System->Administration->Services and the Startup Programs tab under System->Preferences->Sessions? I find it hard to believe that an open source program was written to hide its autostart command, save for the ones that are necessary for system operation. BTW- I use pidgin, and it didn't add an autostart command on my system when it was installed.

Cheers
 
Old 11-15-2009, 09:58 AM   #12
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
What distro, what ver., what DE? -- How can we help you if we don't know what you're asking about?
 
Old 11-15-2009, 10:34 AM   #13
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Unfortunately I have lost my notes on how to solve this problem and no longer use Gnome but I do remember that it was caused by having "save session" or similar configured when logging out and that there was no way to delete the saved session from the GUI so it just kept restarting the apps that happened to be running when that session was saved on logout. It seemed to be a known problem; netsearching found reports of it and the solution. IIRC the solution was to empty a directory under one of Gnome's many ~/.* directories. Sorry -- can't remember which but cd ; find .* -type d -iname '*session*' might find it or at least some candidates to netsearch for the problem with.
 
Old 11-15-2009, 10:52 AM   #14
alfplayer
LQ Newbie
 
Registered: Mar 2009
Location: Ciudad de Buenos Aires, Argentina
Distribution: Parabola GNU/Linux-libre
Posts: 23

Rep: Reputation: 0
Quote:
Originally Posted by wbamarillo View Post
It is amazing to me that everywhere I look people say go to System -> Preferences -> Sessions and when I go there, there is no "Sessions" in my Preferences menu! So none of this applies. I have pidgin auto starting but now I want it to stop autostarting because I'm using Empathy.

-Wayne
You can also try running gnome-session-properties from a terminal.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandriva 2006 Programs stop working, or starting when i click them gravediggergnome Linux - Newbie 1 10-01-2006 09:34 AM
Fedora Core 4 - how do i stop unnecessary programs from starting up at boot time? nickleus Fedora 5 01-24-2006 09:18 AM
Torrent Client with auto stop jpc82 Linux - Software 2 09-23-2005 04:29 PM
how to stop programs i don't need starting up when booting? Jestrik Linux - Newbie 5 12-22-2003 11:03 AM
Auto-starting programs after login BeNe.WS Linux - Software 4 07-30-2003 07:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration