Skip to content

Commit

Permalink
Experimental fix for AppImage, adding libatspi.so.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Dec 22, 2024
1 parent 799e412 commit 4716b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ def find_files(directory, patterns):
for lib_name in [
os.path.join(libopenshot_path, "libopenshot.so"),
"/usr/local/lib/libresvg.so",
ARCHLIB + "qt5/plugins/platforms/libqxcb.so"
ARCHLIB + "qt5/plugins/platforms/libqxcb.so",
ARCHLIB + "libatspi.so.0",
]:
if os.path.exists(lib_name):
lib_list.append(lib_name)
Expand Down

0 comments on commit 4716b04

Please sign in to comment.