summaryrefslogtreecommitdiffstats
path: root/usr/bin/mageiawelcome
blob: cd591e5e7cfd0b724bd14b95bdf6dd3902f05bc2 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python3

import os

os.system("GDK_BACKEND=x11 python3 /usr/share/mageiawelcome/mageiawelcome.py")