graphia-app / graphia

A visualisation tool for the creation and analysis of graphs
https://graphia.app
228 stars 20 forks source link

Qt shared library error on CentOS 7 desktop #79

Open verdurin opened 3 weeks ago

verdurin commented 3 weeks ago

(yes, I know CentOS 7 is very nearly EOL) Was a bit surprised to see this error trying to run the AppImage on a CentOS 7 desktop:

error while loading shared libraries: libQt6Core.so.6: cannot open shared object file: No such file or directory
timangus commented 3 weeks ago

Not sure what to suggest really, this is clearly something specific to CentOS. You could try running with --appimage-mount then inspect the directory tree to see if it's extracting correctly?

Maybe also relevant: https://github.com/nextcloud/desktop/issues/4308

verdurin commented 3 weeks ago

Understood, thanks.

I suppose AppImages are not the same as containers, and this is an instance of that.