-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexcludelist
More file actions
229 lines (205 loc) · 6.73 KB
/
Copy pathexcludelist
File metadata and controls
229 lines (205 loc) · 6.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
# This file lists libraries that we will assume to be present on the host system and hence
# should NOT be bundled inside AppImages. This is a working document; expect it to change
# over time. File format: one filename per line. Each entry should have a justification comment.
libc.so.6
# Workaround for:
# relocation error: usr/lib/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference
libdl.so.2
# Workaround for:
# Segmentation fault
libstdc++.so.6
# Workaround for:
# usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found
libm.so.6
# Workaround for:
# relocation error: usr/lib/libm.so.6: symbol __get_cpu_features, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
libpthread.so.0
# Workaround for:
# usr/bin/inkscape: relocation error: usr/lib/libpthread.so.0: symbol h_errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
libresolv.so.2
# Workaround for:
# usr/lib/libresolv.so.2: symbol h_errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
libGL.so.1
# Workaround for:
# Different distributions put dri/ libraries in different places, which are not found if we supply a bundled libGL.so.1
# /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
# /usr/lib64/dri/swrast_dri.so
libdrm.so.2
# Workaround for:
# Antergos Linux release 2015.11 (ISO-Rolling)
# /usr/lib/libdrm_amdgpu.so.1: error: symbol lookup error: undefined symbol: drmGetNodeTypeFromFd (fatal)
# libGL error: unable to load driver: swrast_dri.so
# libGL error: failed to load driver: swrast
# Unrecognized OpenGL version
libxcb.so.1
libxcb.so.1.1.0
# Workaround for:
# Fedora 23
# symbol lookup error: /lib64/libxcb-dri3.so.0: undefined symbol: xcb_send_fd
# Uncertain if this is required to be bundled for some distributions - if so we need to write a version check script and use LD_PRELOAD to load the system version if it is newer
libX11.so.6
libX11.so.6.3.0
# Workaround for:
# Fedora 23
# symbol lookup error: ./lib/libX11.so.6: undefined symbol: xcb_wait_for_reply64
# Uncertain if this is required to be bundled for some distributions - if so we need to write a version check script and use LD_PRELOAD to load the system version if it is newer
libgio-2.0.so.0
# Workaround for:
# On Ubuntu, "symbol lookup error: /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so: undefined symbol: g_settings_new"
libgdk-x11-2.0.so.0
libgtk-x11-2.0.so.0
# Simply to reduce size - not known to cause issues
libasound.so.2
# Workaround for:
# No sound, e.g., in VLC.AppImage (does not find sound cards)
libgdk_pixbuf-2.0.so.0
# Workaround for:
# On Ubuntu, get (inkscape:25621): GdkPixbuf-WARNING **: Error loading XPM image loader: Image type 'xpm' is not supported
libfontconfig.so.1
# Workaround for:
# Application stalls when loading fonts during application launch; e.g., KiCad on ubuntu-mate
#libselinux.so.1
# Workaround for:
# sed: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory
# The following are assumed to be part of the base system
# Removing these has worked e.g., for Krita. Feel free to report if
# you think that some of these should go into AppImages and why.
libcom_err.so.2
libcrypt.so.1
libexpat.so.1
libgcc_s.so.1
libglib-2.0.so.0
libgpg-error.so.0
#libgssapi_krb5.so.2 # Needed for Gentoo with Code-OSS
# libgssapi.so.3 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23
libhcrypto.so.4
# libheimbase.so.1 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23
# libheimntlm.so.0 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23
libhx509.so.5
libICE.so.6
libidn.so.11
libk5crypto.so.3 # Needed for Code-OSS
libkeyutils.so.1
libkrb5.so.26 #Needed for Gentoo with Code-OSS
libkrb5.so.3
libkrb5support.so.0 # Needed by Code-OSS
libm.so.6
libp11-kit.so.0
# libpcre.so.3 # Missing on Fedora 24
libpthread.so.0
libresolv.so.2
libroken.so.18
librt.so.1
# libsasl2.so.2 # Seemingly needed when running Ubuntu 14.04 binaries on Fedora 23
libSM.so.6
libusb-1.0.so.0
libuuid.so.1
libwind.so.0
libz.so.1
# Remove these libraries, we need to use the system versions;
# this means that Ubuntu 11.04 is not supported (making 12.04 is our baseline)
libGL.so.1
libdrm.so.2
# Potentially dangerous libraries
libgobject-2.0.so.0
# Workaround for:
# e.g., Spotify
# relocation error: /lib/x86_64-linux-gnu/libgcrypt.so.20:
# symbol gpgrt_lock_lock, version GPG_ERROR_1.0 not defined
# in file libgpg-error.so.0 with link time reference
libgpg-error.so.0
# Unsolved issue:
# https://github.com/probonopd/linuxdeployqt/issues/35
# Error initializing NSS with a persistent database (sql:/home/me/.pki/nssdb): libsoftokn3.so: cannot open shared object file: No such file or directory
# Error initializing NSS without a persistent database: NSS error code: -5925
# nss_error=-5925, os_error=0
# libnss3.so should not be removed from the bundles, as this causes other issues, e.g.,
# https://github.com/probonopd/linuxdeployqt/issues/35#issuecomment-256213517
# and https://github.com/probonopd/AppImages/pull/114
# libnss3.so
# per probonopd/AppImages#145 btn's comment
libfreetype.so.6
libfreetype.so.6.11.1
libX11-xcb.so.1
libX11-xcb.so.1.0.0
libXau.so.6
libXau.so.6.0.0
libXcomposite.so.1
libXcomposite.so.1.0.0
libXcursor.so.1
libXdamage.so.1
libXdamage.so.1.1.0
libXdmcp.so.6
libXdmcp.so.6.4.0
libXext.so.6
libXext.so.6.4.0
libXfixes.so.3
libXi.so.6
libXinerama.so.1
libXrandr.so.2
libXrender.so.1
libXrender.so.1.3.0
libXRes.so.1
libXRes.so.1.0.0
#libXss.so.1
#libXss.so.1.0.0
libXt.so.6
libXt.so.6.0.0
libXtst.so.6
libXtst.so.6.1.0
libXxf86vm.so.1
# xcb
libxcb-dri2.so.0
libxcb-dri3.so.0
# gives runescape: symbol lookup error: /lib64/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds on F25; regardless of whether included or not!
libxcb-glx.so.0
libxcb-present.so.0
libxcb-randr.so.0
libxcb-render.so.0
libxcb-shape.so.0
libxcb-shm.so.0
libxcb-sync.so.1
libxcb-util.so.0
libxcb-util.so.0.0.0
libxcb-xfixes.so.0
libxshmfence.so.1
libgconf-2.so.4
libgconf-2.so.4.1.5
libpixman-1.so.0
#libpng15.so.15
libpango-1.0.so.0
libpangocairo-1.0.so.0
libpangoft2-1.0.so.0
libgmodule-2.0.so.0
libgraphite2.so.3
libgthread-2.0.so.0
libharfbuzz.so.0
libatk-1.0.so.0
libcairo.so.2
libEGL.so.1
libharfbuzz.so.0.927.0
libharfbuzz-icu.so.0.927.0
libharfbuzz-icu.so.0
libwayland-client.so.0
libwayland-client.so.0.2.0
libwayland-cursor.so.0.0.0
libwayland-cursor.so.0
#libgnutls.so.26
#libgnutls.so.26.22.6
#libgnutls-extra.so.26
#libgnutls-extra.so.26.22.6
libp11-kit.so.0
libp11-kit.so.0.0.0
libcairo-gobject.so.2
libcrypto.so.10
libdbus-1.so.3
libenchant.so.1
libgdk-3.so.0
libgtk-3.so.0
#libicudata.so.50
#libicu18n.so.50
#libicuuc.so.50
#libjavascriptcoregtk-3.0.so.0
liblzma.so.5
#libwebkitgtk-3.0.so.0
libxslt.so.1