pkg2appimage
pkg2appimage copied to clipboard
Exclude libEGL.so* ?
libEGL is also provided by nvidia, so maybe it should be excluded for the same reason as libGL? It is also stored in usr/lib/x86_64-linux-gnu/mesa-egl/
inside the AppImage and therefor not in the library search path anyway.
Probably you are correct. Looking for further opinions. @TheAssassin?
Totally agree to @darealshinji's statement.
Looking at https://github.com/AppImage/AppImages/search?utf8=%E2%9C%93&q=libEGL&type= suggests that we need to bundle it, actually...
Interresting. But then it should be moved to usr/lib
inside the bundle by default. I'd also like to know if an AppImage with a bundled libEGL runs on a system with proprietary NVidia drivers installed (can't check that as an AMD user).