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 27, 2023
1 parent 829fb35 commit cd1c30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ 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 cd1c30c

Please sign in to comment.