Change The Music Player From The Ubuntu Sound Menu In Ubuntu 13.04 Raring Ringtail

Hello Linux Geeksters.

Watch Free Movies

As you may know, Rhythmbox is the default music player on Ubuntu 13.04 Raring Ringtail, so Rhythmbox is also displayed in the sound music menu.

In the sound menu, you can add one or more music players, depending on your preferences. The player list from the Ubuntu sound menu goes as big as you want it.

http://i.stack.imgur.com/cjZ4j.png

To add media players to the Ubuntu sound menu do: gsettings set com.canonical.indicator.sound interested-media-players “[‘media_player‘]”

To remove media players from the Ubuntu sound menu do: gsettings set com.canonical.indicator.sound blacklisted-media-players “[‘media_player‘]”

Replace media_player with the player you want to add.

Examples of how to add music players to Ubuntu sound menu:

To add Rhythmbox (in case you have deleted it do):

$ gsettings set com.canonical.indicator.sound interested-media-players "['rhythmbox']"

To add VLC do:

$ gsettings set com.canonical.indicator.sound interested-media-players "['vlc']"

To add Banshee, do:

$ gsettings set com.canonical.indicator.sound interested-media-players "['banshee']"

To add Beatbox, do:

$ gsettings set com.canonical.indicator.sound interested-media-players "['beatbox']"

To add Amarok do:

$ gsettings set com.canonical.indicator.sound interested-media-players "['amarok']"

Examples of how to remove music players from Ubuntu sound menu:

To remove Rhythmbox:

$ gsettings set com.canonical.indicator.sound blacklisted-media-players "['rhythmbox']"

To remove VLC:

$ gsettings set com.canonical.indicator.sound blacklisted-media-players "['vlc']"

To remove Banshee:

$ gsettings set com.canonical.indicator.sound blacklisted-media-players "['banshee']"

To remove Beatbox:

$ gsettings set com.canonical.indicator.sound blacklisted-media-players "['beatbox']"

To remove of Amarok:

$ gsettings set com.canonical.indicator.sound blacklisted-media-players "['amarok']"

 

Scroll to Top