GNOME Bugzilla – Bug 686208
Invalid object type `GdMainToolbar
Last modified: 2012-10-16 12:34:35 UTC
Hi. When trying to start baobab 3.6.1 I get the following error: ** (baobab:22809): ERROR **: baobab-window.vala:109: loading main builder file: Invalid object type `GdMainToolbar' Trace/BPT trap (core dumped) Running on OpenBSD/amd64.
Created attachment 226538 [details] [review] patch Can you try to apply the attached patch to the libgd/ git submodule?
Created attachment 226539 [details] [review] Link libgd statically A shared object library for one widget is an overkill. Moreover this should fix some problems with dynamical symbol resolving on some systems. --- Antoine could you also try this one instead of the other patch? Thanks!
> Antoine could you also try this one instead of the other patch? Thanks! Hi Stefano. The first patch didn't help but with the second one (static), it works like a charm :-) Thanks.
Attachment 226539 [details] pushed as 9fd8772 - Link libgd statically