Skip to content

Commit

Permalink
Give up on debugging XDG_DATA_DIRS since it's appimage-builder bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Dec 6, 2023
1 parent b709629 commit 0192c77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions dist_assets/linux/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ AppDir:
PYTHONHOME: '${APPDIR}/usr'
PYTHONPATH: '${APPDIR}/usr/lib/python3.11/site-packages'
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/}}:${APPDIR}/usr/share/'

AppImage:
sign-key: None
Expand Down
1 change: 0 additions & 1 deletion pyfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def _process_args(self, largs, rargs, values):
(options, args) = parser.parse_args()

if __name__ == "__main__":
print(os.getenv('XDG_DATA_DIRS'))

try:
# first and foremost - check required libraries
Expand Down

0 comments on commit 0192c77

Please sign in to comment.