From: Torli Birnbauer Date: 2009-03-11T21:41:14+09:00 Subject: Re: Gtk+-2.0 problem rick_2047 wrote: > I am on arch linux and installed gtk-ruby from the pacman > ... It looks that there is a release conflict on Arch Linux. Though I am not sure that this will help you, try running the following two commands: ruby1.8 -e 'require "gtk2"' ruby1.9 -e 'require "gtk2"' Using ruby1.8, ruby1.9, irb1.8 or irb1.9 rather than just ruby or irb forces the selected ruby version you wish to run. If this solves your problem we can fix your ruby and irb to use the correct version. I also suggest you post your problem on "Ruby-Gnome 2" forum (http://www.ruby-forum.com/forum/12), where Gtk problems are discussed. Good luck, Torli -- Posted via http://www.ruby-forum.com/.