DEV Community

Discussion on: Using WSL and MobaXterm to Create a Linux Dev Environment on Windows

 
nickjj profile image
Nick Janetakis • Edited

Hmm. Running code . should work if you're using ConEmu. What terminal are you using? Also what build of Windows 10 are you using?

Thread Thread
 
iampeterbanjo profile image
Peter Banjo

i'm using wsltty 1.8.5.2 and Windows 10 Pro Build 17134. I'll try ConEmu
Thanks for the quick response

Thread Thread
 
iampeterbanjo profile image
Peter Banjo

Same result with ConEmu

Thread Thread
 
iampeterbanjo profile image
Peter Banjo

I found the problem - dbus service wasn't started github.com/Microsoft/WSL/issues/376 and pulseaudio mutex lock github.com/Microsoft/WSL/issues/2953. I ran sudo /etc/init.d/dbus start and sudo apt purge libpulse0 to fix it.