From f9ddb4cb9cdcfef293f55d7a60fac4d0e15c1be7 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 23 Dec 2018 22:04:18 +0100 Subject: Adapt the launcher to the new location of config file --- usr/bin/mageiawelcome-launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/bin') diff --git a/usr/bin/mageiawelcome-launcher b/usr/bin/mageiawelcome-launcher index 46624bd..6f84007 100755 --- a/usr/bin/mageiawelcome-launcher +++ b/usr/bin/mageiawelcome-launcher @@ -3,6 +3,6 @@ import os home = os.getenv("HOME") -if (not os.path.exists(home + "/.mageiawelcome/norun.flag")): +if (not os.path.exists(home + "/.config/mageiawelcome/norun.flag")): os.system("mageiawelcome") -- cgit v1.2.1