From 1aeb92d434eee83aeb49aa5569da1ec8eccad78c Mon Sep 17 00:00:00 2001 From: Papoteur Date: Thu, 10 Dec 2015 21:41:55 +0100 Subject: Adapt launcher --- usr/bin/mageiawelcome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/bin') diff --git a/usr/bin/mageiawelcome b/usr/bin/mageiawelcome index d6a3b64..a85893f 100755 --- a/usr/bin/mageiawelcome +++ b/usr/bin/mageiawelcome @@ -2,7 +2,7 @@ import os -os.system("python /usr/share/mageiawelcome/mageiawelcome.py") +os.system("python3 /usr/share/mageiawelcome/mageiawelcome.py") -- cgit v1.2.1