GNOME Bugzilla – Bug 586528
Get rid of deprecated libgnome(ui)
Last modified: 2009-06-21 18:11:13 UTC
According to http://www.gnome.org/~fpeters/299.html Conduit depends on libgnomeui. This must be removed for GNOME 3. See http://live.gnome.org/LibgnomeMustDie $:andre\> grep -r nome.ui . ./test/python-tests/common.py: import gnome.ui ./test/python-tests/common.py: gnome.ui.authentication_manager_init() ./conduit/gtkui/UI.py: import gnome.ui ./conduit/gtkui/UI.py: gnome.ui.authentication_manager_init()
According to http://live.gnome.org/LibgnomeMustDie gnome-authentication-manager is only needed for gnome-vfs, which is deprecated. For GIO, use GtkMountOperation for authentication dialogs. Adding dependency on bug 569774.
The instance in gtkui is only called when the user enables GnomeVfs via ./configure. The default GIO mode won't call this. The instance in common.py seems to be dead code. Both of these will go away with my patch for 569774. But closing this as NOTABUG (currently libgnomeui is desired if someone is using the gnomevfs mode).
So *IF* gio *IS* already the default, there's no need to rush with kicking out gnome-vfs. If so, I'm going to whitelist conduit so this will not be listed at http://www.gnome.org/~fpeters/299.html .