diff options
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 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") |