From 7e6fa7c0558475e148cbde25f795609cfd3aff84 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 16 Dec 2018 10:20:14 +0100 Subject: Workaround for Wayland no more needed --- usr/bin/mageiawelcome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/bin/mageiawelcome b/usr/bin/mageiawelcome index cd591e5..a85893f 100755 --- a/usr/bin/mageiawelcome +++ b/usr/bin/mageiawelcome @@ -2,7 +2,7 @@ import os -os.system("GDK_BACKEND=x11 python3 /usr/share/mageiawelcome/mageiawelcome.py") +os.system("python3 /usr/share/mageiawelcome/mageiawelcome.py") -- cgit v1.2.1