Libglade gem

Hi,

Isn’t libglade2 supported in this new gem format?
rbbr won’t start without it.

thanks

Hi,

In [email protected]
“[ruby-gnome2-devel-en] libglade gem” on Fri, 04 Feb 2011 20:39:32
+0200,
Dobai-Pataky B. [email protected] wrote:

Isn’t libglade2 supported in this new gem format?

libglade2 is deprecated library. We drop its support since
0.90.6.

rbbr won’t start without it.

rbbr should use Gtk::Builder instead of libglade2.

See also:
GTK+ and Glade3 GUI Programming

Thanks,

kou

Hi,

In [email protected]
“Re: [ruby-gnome2-devel-en] libglade gem” on Sat, 05 Feb 2011 09:59:12
+0200,
Dobai-Pataky B. [email protected] wrote:

from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require’
from /usr/bin/rbbr:20

Is there another repository?

No. The repository has the latest source.
We should update rbbr to use Gtk::Builder instead of
libglade2. Could you try it?

Thanks,

kou

Hi,
I fixed my installed rbbr, attached the modified files(about 6 rows
modified and the xml converted), and the diff, if that’s easier to use.
It looks like only the API reference downloader used the glade
interface.
I converted the glade file like this: gtk-builder-convert
/usr/share/rbbr/glade/downloader.glade
/usr/share/rbbr/glade/downloader.ui
So i guess the glade files are not needed anymore.

Hope it helps,
Balint

Hi,
I installed rbbr from

Revision: 4172
and when i start it it displays the following:
/usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require': no such file to load -- libglade2 (LoadError) from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in require’
from /usr/lib64/ruby/site_ruby/1.8/rbbr/ui/downloader.rb:5
from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require' from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in require’
from /usr/lib64/ruby/site_ruby/1.8/rbbr/ui.rb:54
from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require' from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in require’
from /usr/lib64/ruby/site_ruby/1.8/rbbr.rb:35
from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require' from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in require’
from /usr/bin/rbbr:20

Is there another repository?
Thanks
Balint

Hi,

In [email protected]
“Re: [ruby-gnome2-devel-en] libglade gem” on Sat, 05 Feb 2011 12:18:28
+0200,
Dobai-Pataky B. [email protected] wrote:

I fixed my installed rbbr, attached the modified files(about 6 rows modified
and the xml converted), and the diff, if that’s easier to use.
It looks like only the API reference downloader used the glade interface.
I converted the glade file like this: gtk-builder-convert /usr/share/rbbr/glade
/downloader.glade /usr/share/rbbr/glade/downloader.ui
So i guess the glade files are not needed anymore.

Thanks! I’ve merged your work in trunk.


kou