From c9f23163b66395bcc091b72f8c34149a24e46b61 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 13 May 2017 11:21:39 +0200 Subject: Workaround display glitch on Gnome Wayland (mga#20681) --- 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 a85893f..cd591e5 100755 --- a/usr/bin/mageiawelcome +++ b/usr/bin/mageiawelcome @@ -2,7 +2,7 @@ import os -os.system("python3 /usr/share/mageiawelcome/mageiawelcome.py") +os.system("GDK_BACKEND=x11 python3 /usr/share/mageiawelcome/mageiawelcome.py") -- cgit v1.2.1