Skip to content

Commit

Permalink
fix(appimage): avoid gtk errors when starting gui
Browse files Browse the repository at this point in the history
  • Loading branch information
git-developer committed Sep 28, 2023
1 parent cd1c30c commit 4921dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ AppDir:
- python3-gi-cairo
- python3-pylibacl
- python3-vdf
- shared-mime-info # required for gui
exclude:
- gcc*
- libblkid*
Expand Down Expand Up @@ -97,7 +98,6 @@ AppDir:
# It must precede an existing $PYTHONPATH to work.
PYTHONPATH: "${APPDIR}/usr/lib/python3/dist-packages:${PATH}:${PYTHONPATH}"
GI_TYPELIB_PATH: "${APPDIR}/usr/lib/girepository-1.0:${APPDIR}/usr/lib/{{APPIMAGE_ARCH}}-linux-gnu/girepository-1.0"
XDG_DATA_DIRS: "${XDG_DATA_DIRS}:/usr/share"

AppImage:
arch: "{{APPIMAGE_ARCH}}"
Expand Down

0 comments on commit 4921dfe

Please sign in to comment.