[Geany] geany looks like it's linked against GTK 1.x

Jeff Pohlmeyer yetanothergeek at xxxxx
Wed Feb 6 12:07:35 UTC 2008


On Feb 6, 2008 5:39 AM, Johannes Deutsch <j_deutsch at web.de> wrote:

> ldd `which geany` | grep gtk (geany 0.12 is actually on my system and
> have the gtk2 look):
>         libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c0e000)

> ldd ~/src/geany-0.13/src/geany | grep gtk :
>         libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0 (0xb7c5f000)

> ok, i see that geany-0.13 uses another library! Maybe someone can tell
> me how i can change it!?

What does this do:

LD_LIBRARY_PATH=/usr/lib ldd ~/src/geany-0.13/src/geany | grep gtk

If it works , maybe you can just start geany from a script, e.g.

export LD_LIBRARY_PATH=/usr/lib
~/src/geany-0.13/src/geany $@


 - Jeff



More information about the Users mailing list