On Ubuntu 20.10 with MonoDevelop 7.8.4 build (2), running a console application generates the following error message:
ApplicationName='/usr/lib/gnome-terminal/gnome-terminal-server', CommandLine='--app-id mono.develop.id5647740ca7f5455da9c27ab2c320a029', CurrentDirectory='', Native error= Cannot find the specified file
To fix this do:
$: sudo mkdir /usr/lib/gnome-terminal $: cd /usr/lib/gnome-terminal $: sudo ln -s /usr/libexec/gnome-terminal-server
Comments