Lançar terminal do Sublime Text2 não funciona

1

Estou usando o Xubuntu14.04. Eu instalei o plugin abaixo para iniciar o Terminal. link

Mas, estou recebendo o erro abaixo sempre que uso a opção "Abrir terminal aqui".

Estou com as configurações abaixo para "Padrão" e "Usuário":

{

// The command to execute for the terminal, leave blank for the OS default
// On OS X the terminal can be set to iTerm.sh to execute iTerm
"terminal": "",

// 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": []
}

Como posso fazer isso funcionar? Por favor sugira!

    
por kaluva 23.11.2014 / 11:08

1 resposta

2

Se você estiver usando o Unity / Gnome, basta alterar a linha

"terminal": "",

nas configurações Usuário para

"terminal": "/usr/bin/gnome-terminal",

e você deve estar tudo pronto. Se você estiver usando o KDE, o comando deve ser konsole .

Boa sorte!

    
por MattDMo 23.11.2014 / 18:08