Is it a way to put DeadBeef to sound menu instead of Rhythmbox?
Asked
Active
Viewed 5,237 times
1 Answers
5
how to
First install deadbeef - you should check the authors launchpad website for precompiled versions of deadbeef. At the time of writing this, no 12.10 or later version was available:
sudo add-apt-repository ppa:alexey-smirnov/deadbeef
sudo apt-get update
sudo apt-get install deadbeef
add deadbeef to sound indicator
Using dconf-editor
you can add deadbeef to the sound indicator:
add volume control options
To add the volume controls you need to compile from the MPRIS plugin from source.
important note - this was highly unstable for me on 64bit ubuntu causing deadbeef to continually crash and I dont recommend you do so.
sudo apt-get install deadbeef-plugins-dev git
Next download the mpris plugin source from github
git clone https://github.com/kernelhcy/DeaDBeeF-MPRIS-plugin.git cd DeaDBeeF-MPRIS-plugin ./autogen.sh ./configure make sudo make install
If you want to remove Rhythmbox from the sound indicator then the linked Q&A will help
Linked Questions:

fossfreedom
- 172,746
.so
file somewhere? I am using the x64 version of DeadBeeF on 12.10 x64. – Dune Dec 06 '12 at 00:45