FS#8782 - Rhythmbox needs more dependencies

Attached to Project: Arch Linux
Opened by Roberth Sjonøy (roberth) - Wednesday, 28 November 2007, 14:04 GMT
Last edited by Jan de Groot (JGC) - Thursday, 27 December 2007, 16:49 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture i686
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Rhythmbox seem to not depend on the packages it should depend on, output:

roberth@Magda:~$ rhythmbox
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/jamendo/__init__.py", line 28, in <module>
from JamendoSource import JamendoSource
File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 26, in <module>
import JamendoConfigureDialog
File "/usr/lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py", line 23, in <module>
import gconf, gnomevfs, gnome
ImportError: No module named gconf

(rhythmbox:8686): Rhythmbox-WARNING **: Could not load plugin jamendo


(rhythmbox:8686): Rhythmbox-WARNING **: Error, impossible to activate plugin 'Jamendo'
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/artdisplay/__init__.py", line 23, in <module>
from CoverArtDatabase import CoverArtDatabase
File "/usr/lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py", line 28, in <module>
from LocalCoverArtSearch import LocalCoverArtSearch
File "/usr/lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py", line 21, in <module>
import gnomevfs
ImportError: No module named gnomevfs

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


(rhythmbox:8686): Rhythmbox-WARNING **: Error, impossible to activate plugin 'Cover art'
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/magnatune/__init__.py", line 23, in <module>
import gconf, gnomevfs, gnome
ImportError: No module named gconf

(rhythmbox:8686): Rhythmbox-WARNING **: Could not load plugin magnatune


(rhythmbox:8686): Rhythmbox-WARNING **: Error, impossible to activate plugin 'Magnatune Store'

(rhythmbox:8686): Rhythmbox-WARNING **: Unable to start mDNS browsing: MDNS service is not running
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 27 December 2007, 16:49 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in testing
Comment by Hussam Al-Tayeb (hussam) - Thursday, 29 November 2007, 15:18 GMT
On a similar note, for future purposes 0.11.3 requires gstreamer0.10-python or else most plugins will not compile.
Comment by 甘露(Lu Gan) (ganlu) - Friday, 07 December 2007, 13:43 GMT
Should we add "gnome-python" too, so we can avoid "Unable to activate plugin Cover art" error?

Loading...