Ubuntu – Exaile Sound Indicator Menu Integration

exaileindicator-sound

I just made an Ubuntu 12.04 installation on a new computer, and can't figure out how I got Exaile into the sound indicator menu on my old box. Does anyone know how to do this?

Sound indicator menu with Exaile turned off on my old box:

Sound indicator menu with Exaile turned off

Sound indicator menu with Exaile turned on:

Sound indicator menu with Exaile turned on

Best Answer

Try this:

  1. Install dconf-tools Install dconf-tools.

  2. Start dconf-editor.

  3. Switch to comcanonicalindicatorsound.

  4. Add , 'Exaile' to "interested-media-players":

    dconf-editor

Done.


Alternatively, you could run:

gsettings set com.canonical.indicator.sound interested-media-players "['rhythmbox', 'Exaile']"
Related Question