From a3b0cb85fa5126b170d41643d20bde52a19d3212 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Fri, 29 Jan 2016 12:46:02 +0100 Subject: fix autostart (mga#17561) --- usr/bin/mageiawelcome-launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/bin/mageiawelcome-launcher') diff --git a/usr/bin/mageiawelcome-launcher b/usr/bin/mageiawelcome-launcher index 289bb9d..46624bd 100755 --- a/usr/bin/mageiawelcome-launcher +++ b/usr/bin/mageiawelcome-launcher @@ -1,7 +1,7 @@ #!/usr/bin/python3 import os -from user import home +home = os.getenv("HOME") if (not os.path.exists(home + "/.mageiawelcome/norun.flag")): os.system("mageiawelcome") -- cgit v1.2.1