GWSL-Source
GWSL-Source copied to clipboard
The actual code for GWSL. And some prebuilt releases.
How can I access GUI WSL apps of a machine running WSL on the LAN?
The pat_con function was difficult to read clearly. This uses the pathlib module to make it clear and easy to read, and in addition better at handling exceptions.
As you seem to like my proposal in [this post](https://github.com/Opticos/GWSL-Source/issues/30#issuecomment-871534712) generally, please be aware that I'd need your support to get some prerequisites met. Prerequisites I currently see are: 1....
On a fresh install with Windows 10 Pro `Build 21364.co_release.210416-1504`, opening the dashboard only renders the backdrop. It appears the buttons are present and clickable, but there's no text or...
I am using ArchWSL in WSL2. Default shell is `fish`. Before using gwsl, I tried VcXsrv. I have this in my `config.fish` : `set -x DISPLAY (ip route | awk...
Also I noticed something in https://github.com/Opticos/GWSL-Source/blob/master/assets/GWSL_helper.sh: Is there a reason for the double slashes at lines 114 and 117?: ```bash ... 113 echo "injecting dbus into .profile" 114 sed -i.bak...
This is the same issue as VcXsrv https://sourceforge.net/p/vcxsrv/bugs/59/ However, the workaround described there (clicking on the X icon) does not work in GWSL. I realize that GWSL is based on...
I installed GWSL from the store to an older PC (Version 1.3.6 (store)). When GWSL is started, then it reports "LoadLibrary failed with error 87: Wrong parameter". Then GWSL says:...
Hi there, happy new year! this is a (still dirty) refactor of the code to make it more readable and maintainable. Feature highlight: - use src layout for python modules...