Skip to content

Instantly share code, notes, and snippets.

@en0ndev
Last active March 6, 2024 23:41
Show Gist options
  • Save en0ndev/adfe4f3e6a8d8114adfda51ff162a88f to your computer and use it in GitHub Desktop.
Save en0ndev/adfe4f3e6a8d8114adfda51ff162a88f to your computer and use it in GitHub Desktop.
MONODEVELOP - DEBUGGER OPERATION FAILED ON LINUX UBUNTU

Monodevelop - Debugger Operation Failed on Linux Ubuntu

Issue:

ApplicationName='/usr/lib/gnome-terminal-server', CommandLine='--app-id mono.develop.ide963f767d119495a8eabaf1d66c8049f',CurrentDirectory=",Native error= Cannot find the specified file

Video:

https://www.youtube.com/watch?v=P9XjTF57iyg

Solution:

1- Open the terminal to begin.

2- Firstly, paste this cd /usr/lib and press enter key.

3- Paste this sudo mkdir gnome-terminal and press enter key.

4- Enter your login password.

5- Paste this cd gnome-terminal and press enter key.

6- Then paste this to terminal sudo ln -s /usr/libexec/gnome-terminal-server and press enter key.

Congratulations! You will now be able to use the Monodevelop.

Copy link

ghost commented Jul 24, 2021

it doesnt work

@ZacUpshure
Copy link

It worked thanks so much.

@Kamina-sama
Copy link

This works instantly and wonderfully, much appreciated!

@ismailzadehh
Copy link

It Works Thnks

@MalSnaize
Copy link

Worked great for me, thanks!

@Blyatgorod
Copy link

Worked like a charm.

@danilrespati
Copy link

Thank you for the solution!

@alfinefendi
Copy link

nice, thanks

@astralsandwich6324
Copy link

thanks it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment