-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi all,
I am using elementary OS 0.4 (base Ubuntu 16.04), and have been using rubyripper 0.7.0rc1 for a while, without issues.
I installed 0.7.0rc2 today (without any warning, so installer told me that gtk2 gui is installed) and I can't use the gui version anymore... I have the following error which seems relating to GTK:
/usr/lib/ruby/vendor_ruby/gtk2.rb: line 13 Gtk-MESSAGE **:Failed to load module "pantheon-filechooser-module" /usr/lib/ruby/vendor_ruby/gtk2.rb: line 13 Gtk-WARNING **:Unable to locate theme engine in module_path: "pixmap", /usr/lib/ruby/vendor_ruby/gtk2.rb: line 13 Gtk-WARNING **:Unable to locate theme engine in module_path: "pixmap", /usr/lib/ruby/vendor_ruby/gtk2.rb: line 13 Gtk-WARNING **:Unable to locate theme engine in module_path: "pixmap", /usr/lib/ruby/vendor_ruby/gtk2.rb: line 13 Gtk-WARNING **:Unable to locate theme engine in module_path: "pixmap", /usr/bin/rrip_gui:118:in ``block in setIconForWindow': uninitialized constant GraphicalUserInterface::GdkPixbuf (NameError) from /usr/bin/rrip_gui:116:in ``each' from /usr/bin/rrip_gui:116:in ``setIconForWindow' from /usr/bin/rrip_gui:109:in ``prepareMainWindow' from /usr/bin/rrip_gui:63:in ``start' from /usr/bin/rrip_gui:414:in <main>'
I have all the ruby-cairo and ruby-cairo-gobject installed... very strange.
The cli version works perfectly, obviously.
Anyone having similar issues?
Thanks