Skip to content

-x/--execute still broken #702

@ManuelSchneid3r

Description

@ManuelSchneid3r

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions