Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#11046 - gnome-python-extras problems with gtkmozembed

Attached to Project: Arch Linux
Opened by Jay (chromatic6) - Tuesday, 29 July 2008, 09:58 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 29 July 2008, 10:37 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture i686
Severity Medium
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
With the lastest updates of xulrunner gtkmozembed in gnome-python-extras doesn't work anymore.

1) Miro

Traceback (most recent call last):
File "/usr/bin/miro.real", line 135, in <module>
startapp()
File "/usr/bin/miro.real", line 95, in startapp
startup()
File "/usr/bin/miro.real", line 31, in startup
from miro.platform.frontends.html.Application import Application
File "/usr/lib/python2.5/site-packages/miro/platform/frontends/html/Application.py", line 33, in <module>
from miro.frontends.html.main import HTMLApplication
File "/usr/lib/python2.5/site-packages/miro/frontends/html/main.py", line 40, in <module>
from miro.frontends.html import templatedisplay
File "/usr/lib/python2.5/site-packages/miro/frontends/html/templatedisplay.py", line 42, in <module>
from miro.platform.frontends.html.HTMLDisplay import HTMLDisplay
File "/usr/lib/python2.5/site-packages/miro/platform/frontends/html/HTMLDisplay.py", line 33, in <module>
import gtkmozembed
ImportError: libxul.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type

Translation of last line : Can't open the shared object file: No file or folder

2) Trying to compile listen (svn version)

Checking for Python... /usr/bin/python
Checking Python version: 2.5
Checking for PyGTK >= 2.6: found
Checking for pyGTK-devel >= 2.6: found
Checking for gnome.ui: found
Checking for egg.trayicon: found
Checking for pygtkmozembed:
not found
Listen require gnome-python-extras.
(http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras)
make: *** [check] Erreur 1

3) Exaile (bzr version) when trying to use the info tab

Traceback (most recent call last):
File "/usr/lib/exaile/xl/gui/main.py", line 644, in <lambda>
lambda *e: self.jump_to(0))
File "/usr/lib/exaile/xl/gui/main.py", line 2023, in jump_to
page.set_current_page(index)
AttributeError: 'TrackInformation' object has no attribute 'set_current_page'
gnome-extras not available. Showing basic track information only

Packages :
gnome-python-extras 2.19.1-2
xulrunner 1.9.0.1-2

Thanks
This task depends upon

Closed by  Jan de Groot (JGC)
Tuesday, 29 July 2008, 10:37 GMT
Reason for closing:  Works for me
Comment by Jan de Groot (JGC) - Tuesday, 29 July 2008, 10:15 GMT
What does "ldd /usr/lib/python2.5/site-packages/gtk-2.0/gtkmozembed.so" return on your system, does it complain about not found libraries?
Also, is /usr/lib/xulrunner-1.9 a symlink to /usr/lib/xulrunner-1.9.0.1 on your system?
Comment by Jay (chromatic6) - Tuesday, 29 July 2008, 10:25 GMT
I didn't have the /usr/lib/xulrunner-1.9 symlink, just a normal directory with some files inside. So I created the symlink and now everything work :)

Thanks.

Loading...