GNOME Bugzilla – Bug 109407
object class `GnomeProgram' has no property named `default-icon'
Last modified: 2004-12-22 21:47:04 UTC
The following program always gives the above warning. #! /usr/bin/env python import pygtk pygtk.require("2.0") import gnome import gnome.ui program = gnome.program_init("foo", "1") app = gnome.ui.App("foo", "1")
*** Bug 111093 has been marked as a duplicate of this bug. ***
I need to trace through exactly what the evil GnomeProgram code is doing w.r.t. this. It looks like one of the init functions is not being called even though we load the module.
This problem isn't fixable in gnome-python. To fix it, you will need a libgnome that contains the fix in bug 117421 (which probably means 2.4 or a 2.2.x maintenance release).
Since libgnome bug has been closed, which was the culprit, I am going to mark this bug resolved. The fix will be included in the next 2.3.x release of libgnome and the next 2.2 maintenance release.
*** Bug 119592 has been marked as a duplicate of this bug. ***
*** Bug 121158 has been marked as a duplicate of this bug. ***