diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-16 10:20:14 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 10:19:29 +0100 |
commit | 7e6fa7c0558475e148cbde25f795609cfd3aff84 (patch) | |
tree | b08e665ee27e2fb7109e71d22113700e44618259 /usr | |
parent | e8acf867c2e8b674a637331b07e8b79437ba304d (diff) | |
download | mageiawelcome-7e6fa7c0558475e148cbde25f795609cfd3aff84.tar mageiawelcome-7e6fa7c0558475e148cbde25f795609cfd3aff84.tar.gz mageiawelcome-7e6fa7c0558475e148cbde25f795609cfd3aff84.tar.bz2 mageiawelcome-7e6fa7c0558475e148cbde25f795609cfd3aff84.tar.xz mageiawelcome-7e6fa7c0558475e148cbde25f795609cfd3aff84.zip |
Workaround for Wayland no more needed
Diffstat (limited to 'usr')
-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 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") |