S
S
Sergey Burduzha2018-03-14 09:46:42
Sublime Text
Sergey Burduzha, 2018-03-14 09:46:42

Why doesn't the terminal plugin work in sublime?

I work under ubuntu. Registered in the plugin config terminal

{
  // The command to execute for the terminal, leave blank for the OS default
  // See https://github.com/wbond/sublime_terminal#examples for examples
  "terminal": "/bin/bash",

  // A list of default parameters to pass to the terminal, this can be
  // overridden by passing the "parameters" key with a list value to the args
  // dict when calling the "open_terminal" or "open_terminal_project_folder"
  // commands
  "parameters": [],

  // An environment variables changeset. Default environment variables used for the
  // terminal are inherited from sublime. Use this mapping to overwrite/unset. Use
  // null value to indicate that the environment variable should be unset.
  "env": {}
}

Instead of bash, I registered xterm and it worked, but I would like it in my native bash.
Only it does not start, even if I try to run it from package control.
How to solve this problem?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Burduzha, 2018-03-24
@serii81

I found a solution, in the terminal field for xubuntu you need to write "xfce4-terminal"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question