bkerler / MR

Mobile Revelator
MIT License
169 stars 32 forks source link

AppImage does not run on Ubuntu xenial #8

Open probonopd opened 5 years ago

probonopd commented 5 years ago

How was it made?

Reference: https://github.com/AppImage/appimage.github.io/pull/1736

bkerler commented 5 years ago

Yeah, that happens if libssl 1.1 isn't installed in the system. I tested it only on installed os with libssl 1.1 preinstalled.

Weird it doesn't work, as the libssl.so.1.1 is contained in the appimage. I used linuxdeployqt for packaging.

probonopd notifications@github.com hat am 30. August 2019 um 17:52 geschrieben:

How was it made?

Reference: https://github.com/AppImage/appimage.github.io/pull/1736

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/bkerler/MR/issues/8

probonopd commented 5 years ago

Can you point me to the script that produced the AppImage? Thanks.

bkerler commented 4 years ago

Hi, I've just uploaded a new release 2.2.8, which should support xenial and focal just fine.

probonopd commented 4 years ago

Thanks @bkerler. Please have a look at https://github.com/AppImage/appimage.github.io/pull/1736#issuecomment-633023447: default.desktop should be deleted, since there must be only one desktop file (otherwise a random one will be used).