diff --git a/mate_menu/execute.py b/mate_menu/execute.py index cbc1906..f30cb32 100644 --- a/mate_menu/execute.py +++ b/mate_menu/execute.py @@ -36,7 +36,7 @@ def RemoveArgs(Execline): # Actually launch the application def Launch(cmd, cwd=None): if cwd: - cmd = cwd + ' ' + cmd + os.chdir(cwd) app_info = Gio.AppInfo.create_from_commandline(cmd, None,