Comment 8 for bug 276603

Revision history for this message
petski (petski) wrote :

I've used Launchpad's PPA to build a new (intrepid) version of the rhythmbox package. It's actually just a copy of the current package in intrepid + rb_kiev.patch (See mnemo's comment)

The debdiff is attached.

If you suffer from this bug, please see if the new version makes a difference and add a comment to this bugreport afterwards (for the quick ones among you, it could take a short while before the package

$ sudo sh -c 'echo deb http://ppa.launchpad.net/petski/ubuntu intrepid main > /etc/apt/sources.list.d/LP276603.list'
$ sudo sh -c 'echo deb-src http://ppa.launchpad.net/petski/ubuntu intrepid main >> /etc/apt/sources.list.d/LP276603.list'
$ sudo apt-get update
$ sudo apt-get upgrade # Ignore warning about the unauthenticated rhythmbox package

Restart rhythmbox (if needed) and see if it makes a difference.

To revert the changes you've made:

$ sudo rm -f /etc/apt/sources.list.d/LP276603.list
$ sudo apt-get update
$ sudo apt-get install 'rhythmbox=0.11.6svn20081008-0ubuntu4.2'

HTH