Open maxb opened 2 months ago
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
WslLogs-2024-08-18_14-59-30.zip
Frustrating to be made to jump through hoops attaching logs when I've already given a thorough reproduction recipe...
I also have the same issue. guiApplications=false
cause a lot of program to crash when accessing /run/user/1000
.
Windows Version
Microsoft Windows [Version 10.0.22631.4037]
WSL Version
2.2.4.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.153.1-2
Distro Version
Ubuntu 22.04
Other Software
No response
Repro Steps
Set guiApplications=false - it doesn't matter if you do this via %USERPROFILE%.wslconfig or /etc/wsl.conf
Start WSL afresh
Check what mounts exist with
findmnt
Expected Behavior
Since WSLg is switched off, no mounts related to it should exist
Actual Behavior
Near the end of
findmnt
output:it can be seen (the middle two lines above) that /mnt/wslg/run/user has been mounted over /run/user even though WSLg is otherwise turned off.
Diagnostic Logs
No response