GNOME Bugzilla – Bug 570493
Drop remaining libgnomeui usage in alacarte
Last modified: 2009-02-16 14:17:42 UTC
Please describe the problem: Alacarte still uses libgnomeui in a few places, following the recent cleanup trend these would be nice to remove ;) As far as I can see the only usage left is in MainWindow.py for displaying the help, going to attach a patch to remove this Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 127926 [details] [review] alacarte-0.11.8-remove-libgnome.diff The patches replaces gnome.help_display_desktop() with gtk.show_uri() and raises the minimal pygtk dependency to 2.13. I've also removed the usage of gnome.init() as this seems to be only used for the old help call. Disclaimer: I'm not a programmer, so you might double check this, even if it's trivial ;)
The patch looks good to me. I have tried it and it works fine.
I personally consider alacarte unmaintained. Maybe Cosimo can take a look if he finds some time, otherwise I prefer being conservative and getting this in for 2.27.1.
Committed to trunk, will be in 0.11.9. Closing as FIXED. 2009-02-16 Cosimo Cecchi <cosimoc@gnome.org> * Alacarte/MainWindow.py: drop libgnomeui dependency. * configure.ac: bump required PyGTK version to 2.13.0, due to gtk.show_uri(). Patch by Andreas Proschofsky, fixes bug #570493.