wsl_gui_autoinstall icon indicating copy to clipboard operation
wsl_gui_autoinstall copied to clipboard

Automatically install X Windows and PulseAudio within a WSL (Bash on Windows on Linux) environment

Results 11 wsl_gui_autoinstall issues
Sort by recently updated
recently updated
newest added

Using this script to install PulseAudio on Windows, this happens on startup: ``` C:\Users\Firstname Lastname>C:\Users\FIRSTN~1\AppData\Roaming\PulseAudio\bin\pulseaudio.exe --exit-idle-time=-1 W: [(null)] pulsecore/core-util.c: Secure directory creation not supported on Win32. W: [(null)] pulsecore/core-util.c: Secure...

I'm fairly unfamiliar with wsl and would like to know which steps I would have to take to uninstall this script? I've removed startup_pulse.vbe and now I get a windows...

See https://devblogs.microsoft.com/commandline/share-environment-vars-between-wsl-and-windows/ At least on version 1909 the script fails otherwise, because it doesn't translate the path correctly and sends `C:/` etc to bash. (I figured `wslpath` would take care...

Hi aseering, ran this on a new computer. It downloaded vcXsrv, but it did not install it.

I'm guessing that Windows always has a `fonts` folder in `%SystemRoot%.` It would be good to symlink that to `~/.local/share/fonts` or into `/usr/share/fonts/` and run `fc-cache`.

Sorry, I've lost the actual error message after a problem filing a ticket, but it tries to install a VcXsrv.lnk into C:\Users\alistair\Start Menu\Programs\Startup\, but this location does not exist on...

I'm running script with admin rights on clean wsl instance. I'm getting this error: ``` --- Installing packages --- Adding link for X Server to Startup Items Не удается сохранить...

%appdata% in Windows Multi-User/Domain environment is the roaming appdata that gets moved between PCs. I think %localappdata% (which is also where lxss lives) makes more sense!

Not sure if this is beyond the scope of your project, but if you install xilun's cbwin and use outbash to run any daemons on startup (instead of bash), this...

This is the output of dump_xsettingsd while running unity-settings-daemon after installing the whole ubuntu DE. [xsettingsd.txt](https://github.com/aseering/wsl_gui_autoinstall/files/399025/xsettingsd.txt) It probably needs to be edited so it doesn't reference specific themes and fonts...