After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 686208 - Invalid object type `GdMainToolbar
Invalid object type `GdMainToolbar
Status: RESOLVED FIXED
Product: baobab
Classification: Core
Component: general
3.6.x
Other OpenBSD
: Normal blocker
: ---
Assigned To: Baobab Maintainers
Baobab Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-16 08:22 UTC by Antoine Jacoutot
Modified: 2012-10-16 12:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (647 bytes, patch)
2012-10-16 10:57 UTC, Stefano Facchini
none Details | Review
Link libgd statically (706 bytes, patch)
2012-10-16 12:22 UTC, Stefano Facchini
committed Details | Review

Description Antoine Jacoutot 2012-10-16 08:22:51 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.
Comment 1 Stefano Facchini 2012-10-16 10:57:22 UTC
Created attachment 226538 [details] [review]
patch

Can you try to apply the attached patch to the libgd/ git submodule?
Comment 2 Stefano Facchini 2012-10-16 12:22:30 UTC
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!
Comment 3 Antoine Jacoutot 2012-10-16 12:29:33 UTC
> 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.
Comment 4 Stefano Facchini 2012-10-16 12:34:31 UTC
Attachment 226539 [details] pushed as 9fd8772 - Link libgd statically