-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgraded to 0.7.0rc2 - can't use gui version anymore #618
Comments
@truscellino Hi, looking at the error messages the following seems suspect to me: |
@truscellino Hm, forget my previous message, I'm wrong. Installer renames rubyripper_gtk2 to rrip_gui. Sorry for the confusion. |
@truscellino After some more investigation, this 'problem' is introduced in rc2 (commit: Fix depreciation message for GdkPixbuf creation. ). It looks like you have an old version of gdk_pixbuf2 gem installed. |
Hi, thank you for quick answers, much appreciated! I just checked, and in Ubuntu 16.04 it's version 2.x.x apparently:
Knowing the problem, I have different ways around, like coming back to rc1 or somehow install the right library somewhere where it can be linked. |
It is probably ruby-gdk-pixbuf2 version which is too old (mine corresponds to gem version 3.2.4.x). |
Hi, I confirm rubyripper_gtk2 does not work in Linux Mint 18.3 (based on Ubuntu 16.04):
I'm not a ruby expert, I don't know how I could update gdk_pixbuf2... isn't it possible to make it compatible with Ubuntu 16.04? |
RubyRipper 0.7.0-RC2 GUI works on Mint 19 |
It also works on Ubuntu studio 19.04, so I guess any system based on Ubuntu 16.04 will show issue with old libraries, whereas 18.04 / 19.04 are OK... |
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
The text was updated successfully, but these errors were encountered: