mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-10-09 18:22:36 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user