Comment 11 for bug 1155575

Revision history for this message
Strelok (who-) wrote :

This is known Rhythmbox bug: https://mail.gnome.org/archives/rhythmbox-devel/2013-June/msg00013.html
Here is fix commit: https://git.gnome.org/browse/rhythmbox/commit/?id=d78b2db2762becc2556c454e8ae7f12521eb8f1f

In attachment cherry-picked patch from upstream to fix this issue in Ubuntu version of Rhythmbox. Maintainers, please send patched version to repository.

To test it:
1) Download Rhythmbox source for Ubuntu:
apt-get source rhythmbox
2) Copy patch:
copy fix_metadata_read.patch (from attachment) to debian/patches/ and append to debian/patches/series line:
fix_metadata_read.patch
3) Install dependences:
sudo apt-get build-dep rhythmbox
4) Build .deb:
sudo debuild -uc -us
5) Install patched version:
sudo dpkg -i librhythmbox-core6_2.98-0ubuntu5_amd64.deb

Be careful, this instruction not full. You must know that are you doing.

This patch works for me perfectly.