Locietta / xanmod-kernel-WSL2

Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
GNU General Public License v2.0
83 stars 15 forks source link

Windows path not accessible with kernel #54

Open seebeen opened 4 months ago

seebeen commented 4 months ago

When using your kernel builds on WSL2 - windows paths are not loaded and exes are not runable.

Any workarounds?

Locietta commented 4 months ago

It works on my machine though. image

Could you provide the versions of wsl and the kernel? And what's the configuration in /etc/wsl.conf?

4-FLOSS-Free-Libre-Open-Source-Software commented 4 months ago

Not a problem with this kernel. Look at $ env

included PATH=:/mnt/c/

seebeen commented 4 months ago

Give me a couple of hrs to test - I'll provide full configs if I can't sort it out.

Thanks for the expedient response 💪

taalojarvi commented 3 months ago

Hi @seebeen

Just to eliminate the low hanging fruit, please check whether wslview is installed and working properly.

Paths and exes are loading just fine on my end as well.