Using 11.04 I uninstalled Banshee from the Software Center, restarted the system but still it's visible in the sound menu. How can I get rid of it?
Asked
Active
Viewed 1,668 times
4 Answers
8
You could try to remove it and blacklist it in Dconf.
- Install
dconf-tools
package - Execute
dconf-editor
from Terminal or using Alt+F2 - In the left menu, select apps>indicators>sound
- You should see
banshee
ininterested-media-players
. Remove it: set the key to[]
(or keep just players you are interested in) - To make things future-proof, you can add Banshee to
blacklisted-media-players
The result should look like this:

jnv
- 3,314
-
1haha you posted the same thing as me while I was typing :P – RolandiXor Jun 11 '11 at 22:04
1
The values for applications that show up in the sound indicator are found in a dconf entry. To remove them:
- install dconf-tools
- open dconf-editor
- edit the entry "interested-media-players" and remove banshee

RolandiXor
- 51,541
0
Check under .cache/indicators/ for a "sound" folder, delete it if it is there and log out/in.

nerdy_kid
- 1,005
0
Or, if you want some adventure, u can erase on synaptic ubuntu-desktop package. The only problem u might face with is that the sound ibcon will disappear too. It's a risc, but for me, as i use alsamixer for sound control, i don't need ubuntu-desktop. So, i do not know if it is your case though.

Jorge Pinho
- 1,228
-
2
-
-
I don't think it will, but some software has ubuntu-desktop as a dependency, so it might cause some problems in the future. – Stefano Palazzo Jun 12 '11 at 13:15
-
Ok, thnx. I will keep that in mind in the future. But, it was the only way for me to put skype working well. Skype doesn't work well with pulseaudio. And everything works fine since then. :D – Jorge Pinho Jun 12 '11 at 13:53