Mercurial > hg > easyhg
changeset 723:c39a04fed8b2
Update AppImage excludelist
author | Chris Cannam |
---|---|
date | Fri, 14 Dec 2018 14:58:58 +0000 |
parents | 5afb26b7575a |
children | c59c17665162 |
files | deploy/linux/appimage-excludelist |
diffstat | 1 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/appimage-excludelist Thu Dec 13 11:59:18 2018 +0000 +++ b/deploy/linux/appimage-excludelist Fri Dec 14 14:58:58 2018 +0000 @@ -15,7 +15,7 @@ libdl.so.2 libm.so.6 libmvec.so.1 -libnsl.so.1 +# libnsl.so.1 # Not part of glibc anymore as of Fedora 28. See https://github.com/RPCS3/rpcs3/issues/5224#issuecomment-434930594 libnss_compat.so.2 libnss_db.so.2 libnss_dns.so.2 @@ -36,6 +36,7 @@ # usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found libGL.so.1 +libEGL.so.1 # Part of the video driver (OpenGL); present on any regular # desktop system, may also be provided by proprietary drivers. # Known to cause issues if it's bundled. @@ -48,10 +49,6 @@ # libGL error: failed to load driver: swrast # Unrecognized OpenGL version -# TODO: -# Consider to blackilst also libEGL.so.1 -# see https://github.com/knapsu/plex-media-player-appimage/issues/11#issuecomment-394203370 - libglapi.so.0 # Part of mesa # known to cause problems with graphics, see https://github.com/RPCS3/rpcs3/issues/4427#issuecomment-381674910 @@ -182,3 +179,11 @@ # libssl.so.1.0.0 # libcrypto.so.1 # libcrypto.so.1.0.0 + +# The following may be spefific to a particular GPU and may need to be excluded +# according to https://github.com/RicardoEPRodrigues/3Engine/issues/4#issuecomment-402532194 +# libGLEW.so.2.0 # to be confirmed + +# libglut.so.3 # to be confirmed + +libxcb-dri3.so.0 # https://github.com/AppImage/AppImages/issues/348