modulo icon indicating copy to clipboard operation
modulo copied to clipboard

Does not run on Xubuntu 18.04

Open probonopd opened this issue 3 years ago • 6 comments

Thi @federico-terzi, thanks for making an AppImage. We'd like to add it to https://appimage.github.io/. However, it does not run on Xubuntu 18.04:

AppRun: /lib/x86_64-linux-gnu/libz.so.1: version `ZLIB_1.2.9' not found (required by /run/firejail/appimage/.appimage-9261/usr/bin/../lib/libpng16.so.16)

This is most likely because the binaries inside the AppImage were compiled on a "too new" system. Can you please build on the oldest still-supported distribution release, which currently is Ubuntu xenial? Thanks.

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

probonopd avatar Aug 23 '20 13:08 probonopd

Hey @probonopd, Thanks for the help! That's strange, considering that I've built it on a Ubuntu 18.04 docker image. I'll make sure to build it again on Ubuntu 16.04 and let you know when it's ready so that you can add it :)

federico-terzi avatar Aug 23 '20 19:08 federico-terzi

@probonopd I've updated the AppImage, let me know if that works now Cheers :)

federico-terzi avatar Aug 23 '20 21:08 federico-terzi

Hello: Thanks for your time. Not show GUI in Xubuntu 20.04

Download the latest Modulo AppImage in the $HOME/opt $ wget https://github.com/federico-terzi/modulo/releases/latest/download/modulo-x86_64.AppImage -O $HOME/opt/modulo.AppImage

Make it executable: $ chmod u+x $HOME/opt/modulo.AppImage

$ cd ~/opt $ ./modulo.AppImage (nothing happens, no GUI)

Thank you very much.

damufo avatar Sep 01 '20 08:09 damufo

@damufo In order to show a GUI, you have to supply some arguments (I might change it in the future, as it might be confusing indeed). Could you please try executing:

echo "layout: Hi!" | ./modulo.AppImage form -i -

Let me know if it does work now :)

federico-terzi avatar Sep 01 '20 11:09 federico-terzi

Of course! Add screenshot.

Captura de pantalla_2020-09-01_13-57-10

damufo avatar Sep 01 '20 11:09 damufo

@damufo Great :)

federico-terzi avatar Sep 01 '20 17:09 federico-terzi