Use the Force – Biofeedback Heart Monitor with Particle Photon and Microsoft Band

XMING + Bash on Ubuntu on Windows = X11 Window System Running from Windows10 Subsystem for Linux
Demonstrating Bash on Ubuntu on Windows with various X11 and GTK applications using XMING for hosting graphical applications running in the Windows 10 Subsystem for Linux.
xcowsay works for me!:D
http://picpaste.com/pics/Screenshot__6_-kbSg4U0s.1460170224.png
@bipinsubedi: Sweet! I had a feeling it was possible! It looks like xcowsay can only handle a max of 2 words as arguments or throws an error when ran from the Linux subsystem... Either way, GTK + X11 apps work! Love, love, love Bash on Ubuntu on Windows!
I saw that you expected the completion to works as normally in Bash. This can be fixed: github.com/Microsoft/BashOnWindows/issues/73
for an easier way to install xming, you can do it via chocolatey
https://chocolatey.org/packages/Xming
I hope that MS brings in official support for X Windows apps, like Apple does...
Lots of great apps can be "ported" to Windows at the click of a button. One day we could have a tool wrapping up a deb file in an exe installer. I'm sure NSIS could do this with some modifications, as it already supports shell scripts.
@toolboc:Can we upgrade the underlying Ubuntu system from version 14.04 to 16.04 using dist-upgrade? I tried and it failed for me. Theoretically, I believe we should be able to do it.
Thank you! I couldn't figure out what I was doing wrong with GUIs until I saw you included localhost in the display variable. Awesome. Now I can actually work with the subsystem!
@EricTheAstronomer: it is my understanding that the usage of 'localhost' enforces a TCP/IP connection instead of default sockets. This appears to be a necessity at this time. I was literally 'bashing' my head for a good half hour or so trying things, and to my surprise xeyes appeared to my delight once I specified localhost ;)
what about rsync and cronjobs, that would be interesting
Has anyone been able to make xconsole work?
DISPLAY=:0.0 won't work over SSH, but DISPLAY=localhost:0.0 will do it.
Kudos @pjdecarlo
how to run kdesvn?
Serously, you don"t need to run ubuntu on windows to get xwindows working om Windows. I use to run cygwin version of xfree86 back in windows 2000 days to connect to Solaris server at university over ssh. I am quite sure it is still avialable. Beside I don't understand excitenment of runing Ubuntu on Windows. How more resiurce waistfull beside runing in wm can it get? Most of Linux apps are already ported to Windows anyway, and those few that are not can be probably run in either cygwin environment or msys/mingw flavor.
There will be no 32bit support as of yet (or at all)
Well I got all this to work 3xThumbs Up and then I tried....
Adding
"export DISPLAY=localhost:0.0" to
>sudo nano ~/.bashrc
now life is like a box of chock-lets!
Please can I have some more--------- ;)
4 Massive thumbs UUUUUPPPPP!!!!!
WOW, just posting this from a firefox instance running on ubuntu for Windows 10 with the xming server. No sweat at all, just setup xming, export display (with localhost), apt-get firefox, done!
Cool thing :)
adding export DISPLAY=localhost:0.0 totally didn't work....any other suggestions?
Ok , running XBill on windows 10 under Ubuntu is very very amusing.
Any luck getting VSCode to run using the X11 from inside the Ubuntu on Windows10? I would like to use VSCode native there so the code and lint extensions work seamlessly.
Hello,
Does sound work in these applications?
DUDE! Thank you so much, this was really great! I've been searching all over the web and your video was a blessing. Exactly what I needed. So simple! I'm very new to the whole programming world, but have been forced to due to work - bioinformatics and all that jazz! Thank you so much!!
Thank you very much! Worked fine for me!