I'm trying to get a program called "Freesurfer" set up with ubuntu on windows 10 using bash.
The program works fine but I need to use something called "Freeview" which is a graphical application within the program. For this they recommend using "Xming server" which I have downloaded.
I've read that I type: export DISPLAY=localhost:0.0
inside the ubuntu terminal and I've done so but when I try to start any graphical application be it freeview or firefox, I simply get the error in the title.
I'm not sure where the problem is and I've really tried to figure it out but to no avail. I'm a complete novice in Ubuntu so bear with me.
This seems to be what I'm supposed to do according to: http://christopher5106.github.io/admin/2018/02/02/configure-windows-10-for-ubuntu.html
But it still says "0 clients connected" on xming after writing this command.
– Paze May 25 '20 at 19:26