diff --git a/src/Config.py b/src/Config.py index eaf8a8905..3d1a43fb6 100644 --- a/src/Config.py +++ b/src/Config.py @@ -245,7 +245,7 @@ def getStartDir(self): path = MACOSX_DIR elif self.platform == 'windows': path = WINDOWS_DIR - elif self.platform in ('libredesktop', 'Linux'): + elif self.platform in ('libredesktop', 'Linux', 'linux'): path = LIBREDESKTOP_DIR else: raise RuntimeError(f'UNKNOWN PLATFORM: {self.platform}. Something must have went terribly wrong!')