comparison linux/appimage/excludelist @ 72:7b5216b54e42

Update exclusion list
author Chris Cannam
date Fri, 25 Jan 2019 13:49:22 +0000
parents f1a9b270e043
children
comparison
equal deleted inserted replaced
71:388bd4da45bf 72:7b5216b54e42
13 libcrypt.so.1 13 libcrypt.so.1
14 libc.so.6 14 libc.so.6
15 libdl.so.2 15 libdl.so.2
16 libm.so.6 16 libm.so.6
17 libmvec.so.1 17 libmvec.so.1
18 libnsl.so.1 18 # libnsl.so.1 # Not part of glibc anymore as of Fedora 28. See https://github.com/RPCS3/rpcs3/issues/5224#issuecomment-434930594
19 libnss_compat.so.2 19 libnss_compat.so.2
20 libnss_db.so.2 20 libnss_db.so.2
21 libnss_dns.so.2 21 libnss_dns.so.2
22 libnss_files.so.2 22 libnss_files.so.2
23 libnss_hesiod.so.2 23 libnss_hesiod.so.2
34 libstdc++.so.6 34 libstdc++.so.6
35 # Workaround for: 35 # Workaround for:
36 # usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found 36 # usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found
37 37
38 libGL.so.1 38 libGL.so.1
39 libEGL.so.1
39 # Part of the video driver (OpenGL); present on any regular 40 # Part of the video driver (OpenGL); present on any regular
40 # desktop system, may also be provided by proprietary drivers. 41 # desktop system, may also be provided by proprietary drivers.
41 # Known to cause issues if it's bundled. 42 # Known to cause issues if it's bundled.
42 43
43 libdrm.so.2 44 libdrm.so.2
45 # Antergos Linux release 2015.11 (ISO-Rolling) 46 # Antergos Linux release 2015.11 (ISO-Rolling)
46 # /usr/lib/libdrm_amdgpu.so.1: error: symbol lookup error: undefined symbol: drmGetNodeTypeFromFd (fatal) 47 # /usr/lib/libdrm_amdgpu.so.1: error: symbol lookup error: undefined symbol: drmGetNodeTypeFromFd (fatal)
47 # libGL error: unable to load driver: swrast_dri.so 48 # libGL error: unable to load driver: swrast_dri.so
48 # libGL error: failed to load driver: swrast 49 # libGL error: failed to load driver: swrast
49 # Unrecognized OpenGL version 50 # Unrecognized OpenGL version
50
51 # TODO:
52 # Consider to blackilst also libEGL.so.1
53 # see https://github.com/knapsu/plex-media-player-appimage/issues/11#issuecomment-394203370
54 51
55 libglapi.so.0 52 libglapi.so.0
56 # Part of mesa 53 # Part of mesa
57 # known to cause problems with graphics, see https://github.com/RPCS3/rpcs3/issues/4427#issuecomment-381674910 54 # known to cause problems with graphics, see https://github.com/RPCS3/rpcs3/issues/4427#issuecomment-381674910
58 55
180 # http://stackoverflow.com/questions/32644157/forcing-a-binary-to-use-a-specific-newer-version-of-a-shared-library-so 177 # http://stackoverflow.com/questions/32644157/forcing-a-binary-to-use-a-specific-newer-version-of-a-shared-library-so
181 # libssl.so.1 178 # libssl.so.1
182 # libssl.so.1.0.0 179 # libssl.so.1.0.0
183 # libcrypto.so.1 180 # libcrypto.so.1
184 # libcrypto.so.1.0.0 181 # libcrypto.so.1.0.0
182
183 # The following may be spefific to a particular GPU and may need to be excluded
184 # according to https://github.com/RicardoEPRodrigues/3Engine/issues/4#issuecomment-402532194
185 # libGLEW.so.2.0 # to be confirmed
186
187 # libglut.so.3 # to be confirmed
188
189 libxcb-dri3.so.0 # https://github.com/AppImage/AppImages/issues/348