diff options
Diffstat (limited to 'usr/share')
-rw-r--r-- | usr/share/mageiawelcome/mageiawelcome.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py index c65114b..c81bde8 100644 --- a/usr/share/mageiawelcome/mageiawelcome.py +++ b/usr/share/mageiawelcome/mageiawelcome.py @@ -130,6 +130,9 @@ def main(): elif msg.startswith("run"): args = shlex.split(msg) args.pop(0) + print args + if args[0] == "xvt": + os.chdir(home) subprocess.Popen(args) elif msg.startswith("gurpmi"): |