What's happened to ruby-glade-create-template

I used to prepare my glade files with the following command:


ruby-glade-create-template screen_a.glade > screen_a.rb

However, after I’ve installed “vrm” and “Ruby 1.9.3”, I subsequently
lost my “libglade2” library. Earlier I also noticed that for “Glade
3.6.x” output files changed format so “ruby-glade-create-template”
command did not work with the new format. More precisely, XML elements
and elements were changed to
and respectively. I could not find any
documentation anywhere about these changes.

It seems that “Visual Ruby” is working without “libglade2”, however, it
it would be nice if these things were documented somewhere, particularly
if one desires to work with raw Glade output files, i.e. without “Visual
Ruby”!

Does anybody know what is going on?

Hi:

I’m sorry about your problems. The changes to the glade format are just
a product of the newer glade version. You can try using an older
version of glade if you like, but I would think that you would want to
run at least version 3.6 to keep current.

The glade-create-template program is a very old script. Do you really
need to use it?

If I remember correctly it just outputs a simple skeleton script from a
glade file. It seems obsolete to me. Please explain what you’re trying
to do. Perhaps I can help you.

Eric