On Wed, Jun 13, 2007, Carlos Moffat wrote: > gnome-art > /usr/lib/ruby/1.8/libglade2.rb:104:in `guard_source_from_gc': undefined > method `signal_connect' for nil:NilClass (NoMethodError)
As you read, this is a problem in /usr/lib/ruby/1.8/libglade2.rb which is provided by libglade2-ruby1.8. Hence, reassigning. You may find a workaround (maybe a patch) on http://miloops.blogspot.com/2007/04/error-de-ruby-en-gnome-art.html That's to say, add the following at line 102: return if source.nil? -- Mohammed Adnène Trojette