Comment 2 for bug 789452

Revision history for this message
PeterPall (peterpall) wrote : Re: Missing gnome3 support (transition from pygth to python-gobject necessary?)

Did try to convert the application.
Most of the gtk functions seem not ho have changed their name. But the gnome.* and vfs.* functions have. The latter seem to have moved to Gio. But I cannot find
 mime_type = gnomevfs.get_mime_type( gnomevfs.escape_path_string( path ) )
and
    gnome_props = { gnome.PARAM_APP_DATADIR : '/usr/share' }
    gnome.program_init( 'backintime', cfg.VERSION, properties = gnome_props )
anywhere.