AppImage: Remove libcairo-gobject.so.2 as fallback

* Having this library as a fallback library caused issues on some
  distros, notably Arch Linux from my testing.

Signed-off-by: Avery King <avery98@pm.me>
This commit is contained in:
Avery King 2023-01-21 21:39:21 -08:00
parent eb5153541a
commit 731a02d37b
No known key found for this signature in database
GPG key ID: 16C1C06470B198B0

View file

@ -152,7 +152,6 @@ fallback_libraries=(
libatk-1.0.so.0 # This will possibly prevent browser from opening
libatk-bridge-2.0.so.0
libcairo.so.2 # This breaks FFmpeg support
libcairo-gobject.so.2
libjack.so.0 # https://github.com/LMMS/lmms/pull/3958
libportaudio.so # This is required to enable system PortAudio (so Jack is enabled!)
libgmodule-2.0.so.0 # Otherwise - Manjaro/Arch will crash, because of libgio mismatch