From 48684d316cfa87c2a88be37175e5448ef76574fc Mon Sep 17 00:00:00 2001 From: Joe R Date: Fri, 7 Oct 2022 18:57:24 -0400 Subject: [PATCH] Allow app paths (from ssokolow's flatpak implementation). --- pysollib/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pysollib/settings.py b/pysollib/settings.py index d0455b16..baf57acf 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -61,6 +61,7 @@ DATA_DIRS = [] # you can add your extra directories here if os.name == 'posix': DATA_DIRS = [ + '/app/share/PySolFC', '/usr/share/PySolFC', '/usr/local/share/PySolFC', '/usr/share/games/PySolFC',