SendCode icon indicating copy to clipboard operation
SendCode copied to clipboard

Does nothing on Linux Mint

Open andyhasit opened this issue 6 years ago • 2 comments

I can't get this to work on ST3, nothing happens when I hit ctrl+enter on a line which has a command.

Here are the various settings I tried:

{
    //"prog": "sh",
    //"prog": "bash",
    //"prog": "tmux",
    //"prog": "terminal",
    //"prog": "linux-terminal",
    //"prog": "linux_terminal",
    //"prog": "mate-terminal",
    "linux_terminal": "mate-terminal"
}

And here's the key bindings:

[
{ "keys": ["ctrl+enter"], "command": "send_selection" }
]

andyhasit avatar Jun 22 '18 00:06 andyhasit

prog should be set as linux-terminal. Which desktop are you using?

randy3k avatar Jun 22 '18 00:06 randy3k

Thanks for the quick response.

I did try with this:

{
    "prog": "linux-terminal",
}

and this:

{
    "prog": "linux-terminal",
    "linux-terminal": "mate-terminal"
}

and this:

{
    "prog": "linux-terminal",
    "linux-terminal": "mate-terminal"
}

But none work. It's not a problem for me as I found a more elegant solution to the specific problem I want to solve, but let me know if you want any debug information.

andyhasit avatar Jun 22 '18 18:06 andyhasit