AlexandrePTJ / kemai

Kimai desktop client
MIT License
94 stars 25 forks source link

Not all required libraries are included: libOpenGL.so.0 is missing #60

Closed noseshimself closed 2 years ago

noseshimself commented 2 years ago
user@kraftwerk:/mnt/chromeos/MyFiles/Downloads$ ./Kemai-0.7.1-x86_64.AppImage 
./Kemai-0.7.1-x86_64.AppImage: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory

AppImages should be as independent as possible. Imagine running on a plain terminal-only Linux where all you will be provided with is a Wayland server and an XWayland. No additional libraries.

AlexandrePTJ commented 2 years ago

This is expected, as explained here: https://github.com/linuxdeploy/linuxdeploy/issues/152