appimagelint
appimagelint copied to clipboard
process exited before we could read AppImage mountpoint
./appimagelint-x86_64.AppImage --version
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
0.0.1-gitb16909d
./appimagelint-x86_64.AppImage MiniMeters-x86_64.AppImage
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
appimagelint.cli[9437] [INFO] Checking AppImage MiniMeters-x86_64.AppImage
appimagelint.cli[9437] [INFO] Running check "GNU libc ABI check"
appimagelint.glibc_abi_check[9437] [INFO] detected required version for runtime: <none>
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/tmp/.mount_appimaEJEfBo/usr/conda/lib/python3.13/site-packages/appimagelint/__main__.py", line 4, in <module>
run()
~~~^^
File "/tmp/.mount_appimaEJEfBo/usr/conda/lib/python3.13/site-packages/appimagelint/cli.py", line 142, in run
for testres in check.run():
~~~~~~~~~^^
File "/tmp/.mount_appimaEJEfBo/usr/conda/lib/python3.13/site-packages/appimagelint/checks/gnu_abi_check_base.py", line 52, in run
with self._appimage.mount() as mountpoint:
~~~~~~~~~~~~~~~~~~~~^^
File "/tmp/.mount_appimaEJEfBo/usr/conda/lib/python3.13/site-packages/appimagelint/services/appimagemounter.py", line 74, in __enter__
self.mount()
~~~~~~~~~~^^
File "/tmp/.mount_appimaEJEfBo/usr/conda/lib/python3.13/site-packages/appimagelint/services/appimagemounter.py", line 43, in mount
raise OSError("process exited before we could read AppImage mountpoint"
"(exit code {})".format(self._proc.poll()))
OSError: process exited before we could read AppImage mountpoint(exit code 127)
Minimiters can be downlaoded as a demo from: https://minimeters.app/. The appimage is built using https://github.com/AppImage/appimagetool.