On Feb 5, 2008 2:28 PM, Johannes Deutsch j_deutsch@web.de wrote:
Hi,
i've build geany 0.13 succesfully on my system. After i start geany, geany looks like it's an homage to gnome 1.x (GTK 1.x). But i don't think it's intended to looks like this.
Hi,
What does running the following command tell you? :
ldd `which geany` | grep gtk
On my Ubuntu system, I get `libgtk-x11-2.0.so.0`, and everything looks as it should.
---John