mirror of
https://github.com/tenacityteam/tenacity.git
synced 2023-02-22 11:36:23 +00: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:
parent
eb5153541a
commit
731a02d37b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue