Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GrahamBriggs opened this issue Mar 27, 2016 · 2 comments
Open

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

GrahamBriggs opened this issue Mar 27, 2016 · 2 comments

Comments

@GrahamBriggs
Copy link

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
Copy link

bpiepiora commented Apr 21, 2016

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants