logicethos / SSHDebugger

Monodevelop Remote SSH Debugger
30 stars 9 forks source link

Unable to start terminal when using mono develop on Linux #4

Open GrahamBriggs opened 8 years ago

GrahamBriggs commented 8 years ago

Running Linux mint 17.2 in virtual machine (on a mac using Parallels)

Installed both libgnome2.0-cil-dev and libvte-dev then did reboot

Using MonoDevelop, installed ssh debug plugin with add in manager.

Added host.ssh.txt and set proper user name and address in the file (as per example in the video).

When I try to run with ssh debugger, no terminal comes up. I get a message box prompt that says unable to start terminal.

Any help is much appreciated.

bpiepiora commented 8 years ago

Seems I was a bit too fast. You can keep your TerminalEmulation set to xterm, but install the package libvte0.16-cil to get it running. Without this package even x-terminal-emulator doesn't work.

Change the terminal emulation in your host.ssh.txt. I'm developing under Ubuntu 14.04 LTS and changed it to x-terminal-emulator:

... TerminalCols 120 TerminalEmulation x-terminal-emulator ...

Now it works for me!

rolfkoetter commented 7 years ago

I get the same error message when running SSH Debugger on Ubuntu 16 and MonoDevelop 6. Unfortunately libvte0.16-cil is not available in Ubuntu 16. Thanks a lot for any help to solve this.