After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574048 - Get rid of deprecated Bonobo
Get rid of deprecated Bonobo
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
5.25.x
Other Linux
: Normal normal
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks: 588321
 
 
Reported: 2009-03-04 12:21 UTC by André Klapper
Modified: 2009-07-11 15:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-03-04 12:21:08 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()
Comment 1 Rich Burridge 2009-03-04 17:05:42 UTC
These are in obsolete test functionality. Those files 
should just be deleted from the source repository.
Robert, feel free to just lose 'em.

Thanks.
Comment 2 André Klapper 2009-03-05 11:15:48 UTC
(I assume fixing this will also remove the orbit dependency)
Comment 3 Robert Ancell 2009-03-16 21:58:52 UTC
Removed:
http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2440