Hi,
Le 01/09/2014 17:07, Rob van Riel a écrit :
[...]
(geany:7535): Gtk-WARNING **: Could not find the icon 'text-plain'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases
(geany:7535): Geany-WARNING **: failed to load icon 'classviewer-var': Icon 'classviewer-var' not present in theme
(geany:7535): Geany-WARNING **: failed to load icon 'classviewer-method': Icon 'classviewer-method' not present in theme
That's weird, it looks like we miss maybe the theme index or something… Could you give us the list of files in $HOME/bin/geany/share/icons/ ?
find $HOME/bin/geany/share/icons/ -type f
./geany: symbol lookup error: ./geany: undefined symbol: gtk_widget_get_mapped
That's even weirder. It looks like you built with GTK >= 2.20 but are running 2.18.9… do you have somewhere a home-built GTK? Could you also paste the configure summary, that should have something like "Using GTK version: 2.20.0"?
Regards, Colomban