We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You should follow our Building on Linux guide at least once to have all required dependencies installed first. https://github.com/VitalElement/AvalonStudio/wiki/Building-on-Linux
From Bash on Windows 10, install mono by following the instructions: http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives
Download and install https://sourceforge.net/projects/vcxsrv/files/vcxsrv/1.18.3.0/
Run the command from bash shell export DISPLAY=:0
Now you can either directly run AvalonStudio with the command: mono ./AvalonStudio.exe
or you can apt-get install monodevelop to develop directly on Ubuntu.