You are not logged in.
Pages: 1
I use 64 bits Arch. I've just installed rhythmbox 3.0-1 from extra repo, and rhythmbox-llyrics-git, rhythmbox-coverart-browser and rhythmbox-coverart-search-provider from AUR. When I try to activate these plugins I receive an error:
(rhythmbox:1413): libpeas-WARNING **: Could not find loader 'python' for plugin 'coverart_search_providers'
(rhythmbox:1413): libpeas-WARNING **: Could not find loader 'python' for plugin 'lLyrics'My libpeas version 1.8.1-1, and these are the python packages I've istalled:
python python2-mechanize
python2 python2-netifaces
python2-apsw python2-notify
python2-atspi python2-oauthlib
python2-beaker python2-protobuf
python2-beautifulsoup3 python2-psutil
python2-cairo python2-pycurl
python2-chardet python2-pyinotify
python2-cherrypy python2-pyopenssl
python2-configglue python2-pyqt4
python2-crypto python2-requests
python2-cssselect python2-setuptools
python2-cssutils python2-sip
python2-dateutil python2-six
python2-dbus python2-ubuntuone-storageprotocol
python2-dirspec python2-xdg
python2-dnspython python2-zope-interface
python2-gobject python-atspi
python2-gobject2 python-cairo
python2-httplib2 python-dbus
python2-imaging python-dbus-common
python2-lxml python-gobject
python2-mako python-xdg
python2-markupsafe I don't know if it's a rhythmbox bug or if the AUR packages are not adapted to RB3. Any idea? Thanks
Edit: I've tested git versions of rhythmbox-coverart-browser and rhythmbox-coverart-search-provider and I received the same error
Last edited by David López (2013-09-17 00:25:10)
Offline
The problem is with the AUR packages. You need to modify the '<plugin name>.plugin' file located in "/usr/lib/rhytmbox/<plugin name>/" and change the line
Loader=pythonto
Loader=python3Offline
The problem is with the AUR packages. You need to modify the '<plugin name>.plugin' file located in "/usr/lib/rhytmbox/<plugin name>/" and change the line
Loader=pythonto
Loader=python3
Thanks apicici. I've changed the loader in llyrics and it doesn't work. You pointed to the right item, but I'm afraid it's not so simple, because some dependences change from python2 to python3 (for example, python-lxml instead of python2-lxml) and probably I haven't them installed. Hopefully today the mantainer have upload a new version of rhythmbox-coverart-browser and rhythmbox-coverart-search-provider adapted to RB3, I will try to adapt llyrics with 'trail and error'
Offline
Looks like its updated now.
Offline
Pages: 1