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 136735 - Toolbar is not loaded correctly in GUI builder
Toolbar is not loaded correctly in GUI builder
Status: RESOLVED FIXED
Product: glade-legacy
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2004-03-10 10:00 UTC by harald
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
created dialog (12.04 KB, image/png)
2004-03-10 14:35 UTC, harald
Details
glade file saved (9.43 KB, application/octet-stream)
2004-03-10 14:35 UTC, harald
Details
dialog after reloading the saved glade file (6.20 KB, image/png)
2004-03-10 14:36 UTC, harald
Details

Description harald 2004-03-10 10:00:07 UTC
Description of Problem:
Fedora Core 2 Rawhide
$ rpm -q glade2
glade2-2.0.0-3

Steps to reproduce the problem:
1. Create a Gnome Application Dialog
2. Save, Quit
3. Load previously saved project

Actual Results:
no more Toolbar-Buttons

Expected Results:
the Toolbar-Buttons

How often does this happen? 
every time

Additional Information:
Comment 1 Damon Chaplin 2004-03-10 14:17:47 UTC
It works OK for me. In Glade 2.0.1 and from cvs.
You could try using 2.0.1 without patches.

You could also attach the .glade XML file so I can check it is being
saved OK.

It could be another problem with stock icons again, as we had with
RedHat 9.0.
Comment 2 harald 2004-03-10 14:35:06 UTC
Created attachment 25459 [details]
created dialog
Comment 3 harald 2004-03-10 14:35:44 UTC
Created attachment 25460 [details]
glade file saved
Comment 4 harald 2004-03-10 14:36:20 UTC
Created attachment 25461 [details]
dialog after reloading the saved glade file
Comment 5 Damon Chaplin 2004-03-10 15:46:00 UTC
It is being saved OK, and it loads up OK for me, with 2.0.1 and cvs,
even with LANG=de_DE. (I'm using RedHat 9, by the way.)

Where can I get the RPM from? I'll check if the patches may have any
effect.

Also you could try changing the theme. Bluecurve triggered the problems
with Glade in RedHat 9.
Comment 6 harald 2004-03-10 16:34:35 UTC
this is the Fedora Core 2 test version aka rawhide from:
http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/
Comment 7 Damon Chaplin 2004-03-10 17:05:10 UTC
I found the glade2-2.0.0-3 source RPM somewhere, but I couldn't spot
any patches (though I'm not that familiar with RPMs).

I have no idea what's going wrong, I'm afraid.

Are you using the new GTK+ (2.3/2.4) in FC2?
There could be some problem there, since the toolbars changed a lot.
If you are using the new GTK+, you should probably include the new
Glade when that is released. That adds support for GTK+ 2.4.
Comment 8 Damon Chaplin 2004-03-10 17:16:34 UTC
I can reproduce it now. It is a problem when Glade 2.0.0 uses GTK+
2.3/2.4.

I'll try to figure out what the problem is.
Comment 9 Damon Chaplin 2004-03-10 17:28:11 UTC
Oh yes, I remember now.

The internals of the GtkToolbar widget changed for GTK+ 2.3/2.4, so
Glade 2.0.0/1 will no longer work.
You will have to ship a newer Glade, which supports GTK+ 2.3/2.4.

I'll try to do a new Glade release in the next week.
Comment 10 Damon Chaplin 2004-03-21 12:09:50 UTC
I've released Glade 2.5.0 now, so you should include that in FC2.

I have a feeling quite a few people are going to hit this problem.
Maybe I should do a 2.0.2 release that refuses to compile/run with
GTK+ 2.4.
Comment 11 Damon Chaplin 2004-11-27 18:53:00 UTC
I've now done a 2.0.2 release that refuses to compile or run with
GTK+ 2.4. So I don't think there's anything more I can do here.