Answer the question
In order to leave comments, you need to log in
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": {}
}
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question