Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 161087

Summary: Rhythmbox should depend on gnome-python because some of the plugins need it
Product: Gentoo Linux Reporter: Justin <yoosty>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Justin 2007-01-09 09:12:16 UTC
I don't have gnome
I emerge rhythmbox
I try to get the artdisplay to work but I get this:
"  File "/usr/lib/rhythmbox/plugins/artdisplay/__init__.py", line 23, in ?
    from CoverArtDatabase import CoverArtDatabase
  File "/usr/lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py", line 25, in ?
    from LocalCoverArtSearch import LocalCoverArtSearch
  File "/usr/lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py", line 21, in ?
    import gnomevfs
ImportError: No module named gnomevfs

(rhythmbox:14431): Rhythmbox-WARNING **: Could not load plugin artdisplay


(rhythmbox:14431): Rhythmbox-WARNING **: Error, impossible to activate plugin 'Cover art'
"
I emerge gnome-python
Artdisplay magically now works

Reproducible: Always

Steps to Reproduce:
Comment 1 Mart Raudsepp gentoo-dev 2007-01-14 22:59:56 UTC
Added >=dev-python/gnome-python-2.12 dependency to rhythmbox 0.9.6 and 0.9.7
Thanks!