-
Notifications
You must be signed in to change notification settings - Fork 285
-x/--execute still broken #702
Copy link
Copy link
Closed
Description
Describe the bug
I use terminals to run commands from albertlauncher. Terminator as the only exception fails to do so. As some of the comments in the linked issue show, terminator does not interpret the args after -x as commandline, but rather interprets them as its own args. E.g.
terminator -x /bin/bash -ic "ssh somehost; exec /bin/bash"
results in
terminator: error: unrecognized arguments: ssh github.com; exec /bin/bash
but I expect it to run a terminal without a shell and the following commandline
arg[0]: /bin/bash
arg[1]: -ic
arg[2]: "ssh somehost; exec /bin/bash"
Finally, in the above example, terminator should open and run a shell runnig ssh.
Desktop (please complete the following information):
- Archlinux
(Still broken because there is #660)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels