From 3f2df69022a912964b456bba9cf3c5249f157eb8 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 6 Dec 2023 06:35:49 +0600 Subject: [PATCH] Add print to debug XDG issues --- pyfa.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfa.py b/pyfa.py index 706af752c..3aa51ced0 100755 --- a/pyfa.py +++ b/pyfa.py @@ -78,6 +78,7 @@ parser.add_option("-i", "--language", action="store", dest="language", help="Set (options, args) = parser.parse_args() if __name__ == "__main__": + print(os.getenv('XDG_DATA_DIRS')) try: # first and foremost - check required libraries