ebuild for gs 2.0.0-rc1
Tuesday, December 25th, 2007Here is an ebuild for for gnome-schedule-2.0.0-rc1:
http://svn.gnome.org/viewvc/gnome-schedule/trunk/dist/gentoo/gnome-schedule-2.0.0_rc1.ebuild?revision=1041&view=markup
I have made alot of changes since the release, and when the updated documentation is ready (thanks to Rodrigo M. Fombellida) I will most likely make a new rc release in the hope that also the translations of the documentation will be updated. And then eventually.. the final 2.0 should be ready.
While working on the calendar for the at editor I run into another inlogicality with gtk, it turnes out that on Ubuntu w.get_position () returns the position without the decorators, while on Gentoo (and probably others) the decorators are included. I am now appending the offset i get from w.window->get_geometry () to get_position () and hope that the behaviour is the same on Ubuntu.
Update 2007-12-26:
Seems get_geometry and get_position didn’t do the trick, get_origin () however behaves correctly on both Ubuntu and Gentoo. Which makes me wonder a bit of the use of especially get_position, but the get_geometry and get_frame_extents or get_root_origin neither makes the confusion smaller.
- gaute
Tags: gnome, gtk, linux, python



