Skip to content

Commit

Permalink
Append bundled share path to XDG_DATA_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Dec 5, 2023
1 parent 346184d commit 0ba8ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist_assets/linux/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ AppDir:
SSL_CERT_FILE: '${APPDIR}/usr/local/lib/python3.11/dist-packages/certifi/cacert.pem'
# Sets variable to default value in case system doesn't provide any
# Seems like ubuntu GTK doesn't use defaults and relies just on the variable
XDG_DATA_DIRS: '${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/}'
XDG_DATA_DIRS: '${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/}:${APPDIR}/usr/share/'

AppImage:
sign-key: None
Expand Down

0 comments on commit 0ba8ba3

Please sign in to comment.