aferrero2707 / gimp-appimage

174 stars 17 forks source link

Does not run on Ubuntu 14.04 #6

Closed probonopd closed 6 years ago

probonopd commented 6 years ago

Does not run on Ubuntu 14.04:

/gimp.bin: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ././/lib/libexiv2.so.26)

Please see https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages#libstdcso6 on how to solve this.

References:

aferrero2707 commented 6 years ago

This should be fixed in the latest AppImage packages. Could you test the most recent one from here?

Thanks!

probonopd commented 6 years ago

Actually, the script that does the testing picks the topmost one - could you remove or move the outdated ones? Thanks.

aferrero2707 commented 6 years ago

Humm... that would not be very easy, as the files are named with the GIMP version and build date and github puts them in ascending order. Would it be difficult to modify your script and optionally pick the latest entry?

probonopd commented 6 years ago

Thanks, the latest version works. Added to https://appimage.github.io/GIMP/

aferrero2707 commented 6 years ago

Cool! Thanks for your hard work in the AppImage business!!!

aferrero2707 commented 6 years ago

By the way, you might be interested to know that the AppImage is automatically updated on a weekly basis using Travis cron jobs feature...