appimagelint icon indicating copy to clipboard operation
appimagelint copied to clipboard

Check AppImages for compatibility, best practices etc. Powerful functionality combined with simple usage and human-friendly feedback.

Results 12 appimagelint issues
Sort by recently updated
recently updated
newest added

Trying to run in Ubuntu 18.04 github runner and getting the following: ```txt appimagelint.cli[12037] [INFO] Checking AppImage ./artifacts/sunshine.AppImage appimagelint.cli[12037] [INFO] Running check "GNU libc ABI check" appimagelint.glibc_abi_check[12037] [INFO] detected required...

See https://github.com/TheAssassin/AppImageLauncher/issues/489.

See #24. There may be times when the caches become out of date but won't be refreshed automatically. We should move to having some central cache service system, which can...

my AppImage was failing because of a hardcoded rpath: `/tmp/.mount_zrythmaLNdzc//usr/bin/zrythm: error while loading shared libraries: /usr/lib/zrythm/carla/libcarla_host-plugin.so: cannot open shared object file: No such file or directory` related info from `readelf...

It would be nice if I could provide `args="--help"` to `cli.run` making it accessible from other python software. What do you think? https://github.com/TheAssassin/appimagelint/commit/804e859138c177b20794244337dd14a6638ce283 is an optional commit, feel free to...

Tested with fiddlereverywhere https://www.telerik.com/download/fiddler-everywhere ```bash appimagelint.icons_check[80690] [INFO] [✔] Valid icon in AppDir root appimagelint.icons_check[80690] [INFO] Checking resolution of icon: /tmp/.mount_fiddleGMyyLA/.DirIcon Traceback (most recent call last): File "/home/stu/.local/bin/appimagelint", line 33, in...

contributions welcome

It shouldn't be too hard to check whether all libs are shipped inside the AppImage. We can safely ignore everything on the excludelist there (maybe we should even warn when...

There should be a warning state for checks.

``` probono:/tmp/deleteme $ ./appimagelint-x86_64.AppImage appimagelint-x86_64.AppImage --appimage-extract-and-run (...) /tmp/appimage_extracted_8d7197a55dad42c69bef2b18e43ff21f/usr/share/icons/hicolor/scalable/apps/appimagelint.svg appimagelint.cli[1692] [INFO] Checking AppImage appimagelint-x86_64.AppImage appimagelint.cli[1692] [INFO] Running check "GNU libc ABI check" appimagelint.glibc_abi_check[1692] [INFO] detected required version for runtime: 2.3.3 Traceback...

enhancement
low priority