GNOME Bugzilla – Bug 574048
Get rid of deprecated Bonobo
Last modified: 2009-07-11 15:36:17 UTC
Bonobo has been deprecated for years and should be removed for GNOME 3. Also see http://live.gnome.org/Accessibility/BonoboDeprecation . $:andre\> cd gcalctool/ $:andre\> grep -r bonobo . ./test/play_keystrokes.py:import bonobo ./test/play_keystrokes.py:registry = bonobo.get_object("OAFIID:Accessibility_Registry:1.0", ./test/play_keystrokes.py: bonobo.main() ./test/play_keystrokes.py: bonobo.main_quit() ./test/runtests.py:import bonobo ./test/runtests.py:registry = bonobo.get_object("OAFIID:Accessibility_Registry:1.0", ./test/runtests.py: bonobo.main() ./test/runtests.py: bonobo.main_quit()
These are in obsolete test functionality. Those files should just be deleted from the source repository. Robert, feel free to just lose 'em. Thanks.
(I assume fixing this will also remove the orbit dependency)
Removed: http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2440