diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2017-05-13 11:21:39 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2017-05-13 11:21:39 +0200 |
commit | c9f23163b66395bcc091b72f8c34149a24e46b61 (patch) | |
tree | c6d554fd01c8816e2ee5ab9ca486acd37c329eb4 /usr/bin | |
parent | 4f7a3f317142dcb6532ab978604186dd9a70aff7 (diff) | |
download | mageiawelcome-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/bin')
-rwxr-xr-x | usr/bin/mageiawelcome | 2 |
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") |