summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-23 22:04:18 +0100
committerPapoteur <papoteur@mageia.org>2018-12-23 22:53:17 +0100
commitf9ddb4cb9cdcfef293f55d7a60fac4d0e15c1be7 (patch)
treeb6be9ecedd442bce1213ff956c5bf7a7d6b9f377 /usr
parent3586695c9a51ea8b407d94c671cbdd75df5256ec (diff)
downloadmageiawelcome-f9ddb4cb9cdcfef293f55d7a60fac4d0e15c1be7.tar
mageiawelcome-f9ddb4cb9cdcfef293f55d7a60fac4d0e15c1be7.tar.gz
mageiawelcome-f9ddb4cb9cdcfef293f55d7a60fac4d0e15c1be7.tar.bz2
mageiawelcome-f9ddb4cb9cdcfef293f55d7a60fac4d0e15c1be7.tar.xz
mageiawelcome-f9ddb4cb9cdcfef293f55d7a60fac4d0e15c1be7.zip
Adapt the launcher to the new location of config file
Diffstat (limited to 'usr')
-rwxr-xr-xusr/bin/mageiawelcome-launcher2
1 files changed, 1 insertions, 1 deletions
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")