GNOME Bugzilla – Bug 136735
Toolbar is not loaded correctly in GUI builder
Last modified: 2004-12-22 21:47:04 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:
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.
Created attachment 25459 [details] created dialog
Created attachment 25460 [details] glade file saved
Created attachment 25461 [details] dialog after reloading the saved glade file
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.
this is the Fedora Core 2 test version aka rawhide from: http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/
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.
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.
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.
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.
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.