By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Also note that D:\ was not mounted in Linux, i.e., I didn't have to use a path of: /mnt/d/data
Oooh - a backronym!TCMD - Linux Interoperability Edition might be a better title, since that's how Microsoft describes it and "interoperability" describes the intended functionality a lot better than "access".
Mind quoting your "deprecation" source?following keyboard shortcuts were deprecated long ago but usually still work.
copy: Ctrl+Insert
cut: Shift+Delete
paste: Shift+Insert
Why? It doesn't matter. I found it somewhere when I googled because I didn't remember the full set.Mind quoting your "deprecation" source?
Because you just made that up to sound professional.Why?
TCMD - Linux Interoperability Edition might be a better title, since that's how Microsoft describes it and "interoperability" describes the intended functionality a lot better than "access".
Oooh - a backronym!
v:\> timer /q & grepp olset w32tmparams.btm & timer
set key=hklm\system\currentcontrolset\services\w32time\w32tmparams
Timer 1 off: 12:56:52 Elapsed: 0:00:00.02
v:\> timer /q & G:\gnu\grep.exe olset w32tmparams.btm & timer
set key=hklm\system\currentcontrolset\services\w32time\w32tmparams
Timer 1 off: 12:56:54 Elapsed: 0:00:00.16
v:\> timer /q & tpipe /input=w32tmparams.btm /grep=3,0,0,0,0,0,0,0,olset & timer
set key=hklm\system\currentcontrolset\services\w32time\w32tmparams
Timer 1 off: 12:56:56 Elapsed: 0:00:00.36
v:\> timer /q & wsl grep olset w32tmparams.btm & timer
set key=hklm\system\currentcontrolset\services\w32time\w32tmparams
Timer 1 off: 12:56:58 Elapsed: 0:00:00.61
/mnt/c/Apps/workplace> time grep olset /mnt/c/Apps/workplace/w32tmparams.btm
set key=hklm\system\currentcontrolset\services\w32time\w32tmparams
0.000u 0.000s 0:00.04 0.0% 0+0k 0+0io 0pf+0w
It's actually 0:00.04, which is… about 100 times faster.third observation (0:00:04) is the duration of the command.
That makes little sense. Linux GUI runs in an X server, WSL would be a regular client like anybody else, and there's enough X servers for Windows to support your needs.run a Linux Desktop Environment like Lxde within WSL
That's my point -- MS claims they're only doing character-based, not GUI. But the screenshot is me running Lxde under WSL and the link is the details on how to do that.That makes little sense. Linux GUI runs in an X server, WSL would be a regular client like anybody else, and there's enough X servers for Windows to support your needs.
I wonder if this is some kind of challenge to run X server under WSL itself, or just inability to look around for something better?By the way, the graphic is of WSL ver 1
Nah ... at this point it's really just a bit of joking. I could have just posted "Here's a link on how to run an LDE under WSL" instead of a screenshot of "unfortunately it's not possible to do this" showing it being done.I wonder if this is some kind of challenge to run X server under WSL itself, or just inability to look around for something better?
You're ignoring the fact that WSL 1 is not Linux--it is an API that converts calls to the Linux kernel to equivalent Windows system calls. The earliest versions of WSL did not support calls to Windows' graphics drivers. WSL 2 is a full-blown Linux kernel. Since that is still in Windows Preview, JPSoft is waiting.Time and again, running desktop apps and providing graphical environment are two separate tasks in Linux.
You can run desktop apps in WSL right now, if you provide an adequate X server on Windows side.