diff options
Diffstat (limited to 'portato/constants.py')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/constants.py b/portato/constants.py index 3cff9ac..2059315 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -65,7 +65,7 @@ APP = "portato" VERSION = "9999" HOME = os.environ["HOME"] SU_COMMAND = "gksu -D 'Portato'" -USE_CATAPULT = False +USE_CATAPULT = True # frontends FRONTENDS = ["gtk"] |