I tried installing Desktop on Linux mint 18 (should be the same as Ubuntu 16.04). The installation went ok, but nothing happens when I click on the icon in the menu. I can’t figure out what’s wrong.
Tut
November 1, 2016, 2:15pm
2
There have been several threads indicating the need to update Mono. For example, this one might be helpful:
Type mono -V in a terminal and report back the version. I have 4.6.1 installed. I suspect that you have an earlier version.
Check out Install Mono on Linux | Mono
Install Instructions:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
ogram![quote=“Tut, post:2, topic:7534”]
mono -V
[/quote]
OK, it works now. Thanks for the really fast reply!
Very interesting program!