Skip to content

Commit c49e46f

Browse files
committed
Add libgmodule-2.0 to exclude list
This will fix an error when an AppImage was created with glib < 2.70 and executed with glib >= 2.70: symbol lookup error: libgio-2.0.so.0: undefined symbol: g_module_open_full Full analysis: project-slippi/Ishiiruka#323
1 parent dd87a9e commit c49e46f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

excludelist

+5
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ libgio-2.0.so.0
8787
# Workaround for:
8888
# On Ubuntu, "symbol lookup error: /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so: undefined symbol: g_settings_new"
8989

90+
libgmodule-2.0.so.0
91+
# Workaround for:
92+
# On distros with libglib2.0-0 >= 2.70: "symbol lookup error: /lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_module_open_full"
93+
# https://github.com/project-slippi/Ishiiruka/issues/323
94+
9095
# libgdk-x11-2.0.so.0 # Missing on openSUSE-Tumbleweed-KDE-Live-x86_64-Snapshot20170601-Media.iso
9196
# libgtk-x11-2.0.so.0 # Missing on openSUSE-Tumbleweed-KDE-Live-x86_64-Snapshot20170601-Media.iso
9297

0 commit comments

Comments
 (0)