We can make our Python application a part of the Gnome desktop by:
Using the
GnomeApp
class instead ofgtk.Window
Utilizing the standard Gnome About box
Storing configuration data using GConf
We can make our Python application a part of the Gnome desktop by:
Using the GnomeApp
class instead
of gtk.Window
Utilizing the standard Gnome About box
Storing configuration data using GConf