Mailinglist Archive: opensuse-bugs (15063 mails)

< Previous Next >
[Bug 309746] New: gtkmozembed does not work
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 12 Sep 2007 00:25:41 -0600 (MDT)
  • Message-id: <bug-309746-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=309746

           Summary: gtkmozembed does not work
           Product: openSUSE 10.3
           Version: Beta 3
          Platform: x86
        OS/Version: openSUSE 10.3
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Other
        AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
        ReportedBy: itamarh@xxxxxxxxxxxx
         QAContact: qa@xxxxxxx
          Found By: Development


gtkmozembed, part of gnome-python-extras does not work.
checked on both 32bit and 64bit editions of beta3.
sample program attached (program verified as working on another distro)

the window opens, but the page is not loaded.
using the "regular workaround" of export LD_LIBRARY_PATH=/usr/lib/firefox (or
lib64) causes the program to exit without any message(?!) after the "moz =
gtkmozembed.MozEmbed()" line.

import gtk
import gtkmozembed
window = gtk.Window()
moz = gtkmozembed.MozEmbed()
window.add(moz)
moz.load_url("http://www.google.com";)
window.show_al()
gtk.main()


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >