Changes

Jump to: navigation, search

GEPS 029: GTK3-GObject introspection Conversion

694 bytes added, 16:20, 29 August 2012
no edit summary
* menu.popup does not seem to work in some instances. '''Solved:''' Make sure the reference to menu survives, so eg, do self.menu= function, then self.menu.popup. Alternatively, passing position function seems to also work as workaround, see grampsbar.py for example
* Many Gtk elements no longer grab certain events. '''Solved:''' Add a Gtk.EventBox under them to grab the event.
 
=== OsmGpsMap for Geography ===
The Geography requires osmgpsmap. Introspection bindings for this is not currently available, so you need to compile it.
As it doesn't work correctly for the moment and some patches are not in git, I made one tar file.
I put it on the bug #{{bug|5009}}
 
tar jxvf osmgpsmap.tar.bz2
cd osmgpsmap
 
You normaly have all your dependencies as you already compile pygobject
depending on your distribution, you can add the missing packages here
 
Then compile osmgpsmap:
 
./autogen.sh
make
sudo make install
sudo cp /usr/local/lib/girepository-1.0/OsmGpsMap-1.0.typelib /usr/lib/girepository-1.0/
 
== Problems ==
For the moment it doesn't work:
 
No menu
 
No zoom
 
== Related Gramps Bugs ==
37
edits

Navigation menu