Changes

Jump to: navigation, search

GEPS 029: GTK3-GObject introspection Conversion

414 bytes added, 16:11, 15 September 2013
Spell Check Install: needs valac
You may need to install the following:
sudo apt-get install gtk-doc-tools libenchant-devvalac
You may also need gtk3 devel packages:
sudo apt-get install gtk+-3.0-dev
==== How to compile osm-gps-map ====
You might have all your dependencies as if you already compiled pygobjectas explained above. For Ubuntu you still need packages libsoup2.4-dev and libsoup2.4
You may also need gtk3 and gobject-introspection devel packages:
sudo apt-get install gtk+-3.0-dev libgirepository1.0-devcheckinstall
and some other stuff like:
Now compile osmgpsmap:
./gnome-autogen.sh
make
sudo make install
sudo cp /usr/local/lib/girepository-1.0/OsmGpsMap-1.0.8.typelib /usr/lib/girepository-1.0/
To use this now, you have to, or remove the installed version of osmgpsmap on your computer, or set the LD_LIBRARY_PATH to point at the installed version. Using the latter, you can start Gramps in trunk with:
First sets library to ''/usr/local/lib'' so as to find osmgpsmap and gtkspell, second ''/usr/local/lib/python2.7/site-packages/'' to find the local install of pygobject
 
An easier way is to do it with checkinstall:
gnome-autogen.sh
./configure --prefix=/usr
make
sudo checkinstall make install
then you don't need all the path wizardry, and can later manage the package via the package management system
=== GExiv2 for Image metadata ===
<pre> TypeError: Error when calling the metaclass bases
metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases</pre>
* Gtk.ColorSelectionDialog has no more colorsel attribute : it's replaced by get_color_selection() - see bug #{{bug|6917}} - resolved
== Related Gramps Bugs ==
296
edits

Navigation menu