2

When I turn on laptop, with Ubuntu 12.04 installed, Pidgin Internet messanger appears in the list of the little letter from the right of the screen, up.

I don't want pidgin start by itself. I want to start it myself and stop it myself.

How?

Radu Rădeanu
  • 169,590
user153959
  • 21
  • 1
  • 2

2 Answers2

1

Is it listed in

System > Preferences > Startup Applications

Vasil Valchev
  • 391
  • 2
  • 8
0
  1. Press Super (windows key), search for Startup Applications and open it. If you see pidgin there, deselect it.
  2. If don't follow next steps:

    • open a Terminal (Ctrl+Alt+T) and run next command (that show hidden startup aplications): sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
    • reopen Startup Applications as in step 1.
    • now you should see for sure pidgin, deselect it.

Also, this video should be helpful: Tricks to Speed Up Ubuntu.

Radu Rădeanu
  • 169,590