-
Notifications
You must be signed in to change notification settings - Fork 31
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
AppImage doesn't work on elementary OS 0.3.2 (based on Ubuntu 14.04) #127
Comments
Try this build: Updated script is here. |
It works! Thank you :) |
This ppa is needed cuz Ricin needs But anyway, if this update doesn't introduce regressions, could you open a new pull-request for this update? :) edit: People on openSuSe Tumbleweed reported me this: fuse: failed to exec fusermount: No such file or directory
Could not mount AppImage |
For FUSE, please see https://github.com/probonopd/AppImageKit/wiki/FUSE openSUSE users can set up FUSE with
If you don't want to install FUSE, you can either mount or extract the AppImage. To mount the AppImage and run the application, simply run
|
As mentioned here:
This is because the Ricin AppImage needs a newer version of Gtk stuff than what is in Ubuntu 14.04.
Would it be possible to compile Ricin on trusty without the need for
ppa:rebuntu16/glade-3.19+-trusty
? Then it would not require so new Gtk libraries and the resulting AppImage would run on more systems.Alternatively, we can try to bundle more libraries pulled in from that ppa inside the AppImage, which should also make it more compatible with older distros but would also increase the download size of the AppImage.
The text was updated successfully, but these errors were encountered: