Closed thmcmahon closed 7 years ago
Maybe the results are better on Bing :)
Completely agree. I generally do my searches on "Windows Subsystem for Linux" or add "WSL" as a search keyword. It's not 100%, but it does help some.
It's probably mercy that people don't find this github immediately, since all things considered, it isn't getting crapflooded like some of the bugtrackers I use (we get thousands of duplicate reports a month).
@fpqc to be clear, I don't mean this finding this github repo, I mean finding solutions to technical problems associated with Bash on Ubuntu on Windows is difficult because the name is not unique.
thmcmahon, that's because Bash on Ubuntu on Windows isn't the actual name.
The actual name is Windows Subsystem for Linux (WSL) or you could probably search lxss (short for linux subsystem) or maybe even bash.exe.
bash.exe will lead you to cygwin and mingw
a space to form a community and gain traction is need it in my opinion, i agree that is really hard to find specific information right now, most of useful things i found are comments in some random repository :/, i wanna share some wsl specific stuffs that i been working on, but i don't think that would be appropriated to just submit an issue and ask for the discussion label, any plans on something like this? i know there is uservoice, the opinion center(don't know is the right translation) and the comments sections in blogs and stuff, but, and hoping not to sound like asshole, they kinda suck. This as a communication tool is awesome, your response is been incredible and the community is also there, but is really limited to the issue topic, i would love to have this community in something like http://askubuntu.com/ and to be established before where this gets to public release and millions start to use it, askubuntuonwindows.com kappa :P regards! PD: Thanks for all the work on this, is already a big part of my life and my everyday work, and with every release is getting more awesome. :smile:
There are Microsoft forums as well. But my experience posting there are that they have the wrong audience; they don't know how to help.
WSL folks -- do y'all have plans to start a user forum prior to your big Anniversary release, so that there's a place for what I would anticipate to be an influx of new users, both less-experienced end users and devs trying to support the new environment, to talk?
Yes please. I'm having a frustrating time with Linux these days (too many teleconf apps I need for work that I need to run in Wine or a VM) and am on the verge of switching back to Windows but I'm deeply hesitant to do so if it makes searching StackOverflow and Github issue trackers like this one more difficult for what I assume will be an initially small user base. I want this to work but I'm very leery of the UTF-8 bugs I'm reading about, not being able to launch Windows GUI applications from within bash, the inability to install Xenial, etc...
I used mingw for a while which actually didn't have many of these limitations, but it lacked a sane package manager, which WSL addresses.
I really hope the official launch only brands as "Windows Subsystem for Linux" and drop all this "Bash on Ubuntu on Windows" stuff. It's a nightmare trying to Google results.
@axfelix Actually I haven't seen any UTF8 bugs in WSL itself. There are tons and tons and tons of problems with conhost (Windows Console Host) and the bash.exe Windows Console wrapper, but running things through Xming and a Unicode-compatible X-based terminal emulator has totally fixed those UTF8 problems. It also happens to be the case that if you want to do any serious work in WSL terminals (not just using it for executing automation), you will want to use a proper X terminal emulator (rxvt-unicode is confirmed working and properly functional if you start the daemon urxvtd as "urxvtd -f" and run the client urxvtc separately).
Also, xilun has a very nice project called cbwin up on github https://github.com/xilun/cbwin that allows calling and execution of Windows executables from the Linux side. He also said that he is planning to add some kind of session-based functionality that will make it compatible with terminal emulators running through X (right now, it only works directly in the Windows console, which is still crippled, as noted above).
That's encouraging!
I suppose for now I could probably just maintain a separate msysgit-in-ConEmu shell as I used to alongside the Ubuntu shell, and use the former for stuff that can be installed via chocolatey and the latter for things that require building or obscure linux executables for which there isn't likely to be a Windows equivalent (unlike ffmpeg/wget/etc. which are all reasonably well maintained in choco these days). Still, that's a bit hackier than I'd like. Thanks!
I hope that WSL will stick. It doesn't clash with any big existing software project so its good for search. Its on Wikipedia already also so :+1:
'Bash on Ubuntu on Windows' is a terrible name. It looks ugly, and it's a misnomer.
"WSL" seems to be catching on; at least I tend to find decent search results if I use it in a search.
The official blog calls it WSL
Back to the original question of how to Google for Bash on Ubuntu on Windows.
I find using these two keywords together works. wsl linux
too bad WSL also stands for World Surf League..
@airstrike yeah, constantly bumping into threads that discuss backdoors in WSL...
Agree, also. At least some kind of unique code name that can be associated. WSL isn't particularly unique, Windows Subsystem Linux isn't particularly unique, Bash Windows Linux Ubuntu are definitely not unique...
Even if WSL does catch on, it is still doesn't help searching much. Searching something with unique name is SO much easier. Compare with Ubuntu itself, bash, mandriva, OxyPlot, etc.
Since the original project for android was called project Astoria, maybe we should call it project Listeria XD
"Windows Subsystem for Linux" is the preferred nomenclature, dude. Closing this out since this discussion has run its course.
This is not really a technical issue, but it does lead to a lot of technical issues. It's impossible to search the internet for issues that are specific to
Bash on Ubuntu on Windows
, you inevitably get results that are about a combination of those terms that are not relevant.If this project were called something specific and new, then it would be a lot easier to get technical support.
I understand it's probably too late to change this, but I think that it's a serious problem with the project.