summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-05-13 11:21:39 +0200
committerPapoteur <papoteur@mageialinux-online.org>2017-05-13 11:21:39 +0200
commitc9f23163b66395bcc091b72f8c34149a24e46b61 (patch)
treec6d554fd01c8816e2ee5ab9ca486acd37c329eb4 /usr
parent4f7a3f317142dcb6532ab978604186dd9a70aff7 (diff)
downloadmageiawelcome-c9f23163b66395bcc091b72f8c34149a24e46b61.tar
mageiawelcome-c9f23163b66395bcc091b72f8c34149a24e46b61.tar.gz
mageiawelcome-c9f23163b66395bcc091b72f8c34149a24e46b61.tar.bz2
mageiawelcome-c9f23163b66395bcc091b72f8c34149a24e46b61.tar.xz
mageiawelcome-c9f23163b66395bcc091b72f8c34149a24e46b61.zip
Workaround display glitch on Gnome Wayland (mga#20681)
Diffstat (limited to 'usr')
-rwxr-xr-xusr/bin/mageiawelcome2
1 files changed, 1 insertions, 1 deletions
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")