You are not logged in.
Pages: 1
Hi, I have this bug with Listen :
$ listen
No dbus support
No Hal support
No musicbrainz support (tunepimp missing or version < 0.5)
No iPod support
Traceback (most recent call last):
File "/usr/lib/listen/listen.py", line 219, in <module>
ListenApp()
File "/usr/lib/listen/listen.py", line 145, in __init__
from widget.listen import Listen
File "/usr/lib/listen/widget/listen.py", line 36, in <module>
from widget.source_ui import SourceUI
File "/usr/lib/listen/widget/source_ui.py", line 40, in <module>
from source.info_source import *
File "/usr/lib/listen/source/info_source.py", line 27, in <module>
from widget.webinfo.lyrics import LyricsBox
File "/usr/lib/listen/widget/webinfo/lyrics.py", line 33, in <module>
from widget.mozembed_wrap import MozClient
File "/usr/lib/listen/widget/mozembed_wrap.py", line 23, in <module>
import gtkmozembed
ImportError: libgtkembedmoz.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou répertoire de ce type
I have this lid installed :
extra/gnome-python-extras 2.14.3-1 [installed]
I made symbolic link but, bug is always here...
Thank you for your idea.
Offline
I get the same error.
gtkembedmoz is a library that comes with mozilla, intended for displaying web pages within gtk apps. You will not found in gnome-python-extras.
I suppose that recompiling mozilla manually will generate libgtkembedmoz.so, but i dont know how to do this in the "arch way". (ABS, maybe?)
cheers.
Offline
I found other solution. I install xulrunner and Listen runs normaly. Why ?? I don't know, but Listen runs
Last edited by vincent valentine (2007-10-14 09:55:03)
Offline
Because xulrunner provides libgtkembedmoz.so (pacman -Ql xulrunner would have told you that, too)
Contact the package maintainer with the good news.
Offline
Pages: 1