nvbn / rhythmbox-gmusic

Rhythmbox Google Play Music Plugin
86 stars 20 forks source link

Error "Could not find any typelib for GConf" #36

Open hellocatfood opened 11 years ago

hellocatfood commented 11 years ago

I'm using Rhythmbox 2.99.1 on Ubuntu 13.10 64bit and I get the following error when trying to activate the plugin:

ERROR:root:Could not find any typelib for GConf Unable to open ~/.mtpz-data for reading, MTPZ disabled.Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/rhythmbox_gmusic-4.0dev-py2.7.egg/rhythmboxgmusic/init.py", line 1, in from gi.repository import GObject, Peas, Gtk, GConf, RB, GLib, GnomeKeyring ImportError: cannot import name GConf

(rhythmbox:12028): libpeas-WARNING **: Error loading plugin 'rhythmboxgmusic'

I've tried installing from source and ppa and neither seems to work

nvbn commented 11 years ago

Try install gir.gconf with:

sudo apt-get install gir1.2-gconf-2.0
hellocatfood commented 11 years ago

Thanks, that worked perfectly!