Score:0

MonoDevelop external console error

mx flag

When I try to run a project with MonoDevelop (version 7.8.4) with an external console. I got the following error:

MonoDevelop error

I've looked around and found that, in fact, gnome-terminal is not stored where it's looking, but elsewhere:

$ whereis gnome-terminal
gnome-terminal: /usr/bin/gnome-terminal.real /usr/bin/gnome-terminal.wrapper /usr/bin/gnome-terminal /usr/share/man/man1/gnome-terminal.1.gz

Has anyone else encountered this issue and knows of a way around it? I'd love to hear it.

Score:0
mx flag

We've tried nothing and we're all out of ideas! I eventually tried following the advice from here. I looked up the location of gnome-terminal-server like so:

$ whereis gnome-terminal-server
gnome-terminal-server: /usr/libexec/gnome-terminal-server

Then I made the directory where MonoDevelop was looking for the terminal server.

$ sudo mkdir /usr/lib/gnome-terminal-server

Then I made a symbolic link, redirecting MonoDevelop from that directory to the actual binary.

$ sudo ln -s /usr/libexec/gnome-terminal-server usr/lib/gnome-terminal/gnome-terminal-server

And that did the trick!

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.