We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于解决
$ systemctl --user status Failed to connect to bus: No such file or directory
microsoft/WSL#10205 (comment)
对于那些有需要的人guiApplications=true,其中一个可能会为你解决问题,直到有人在 WSL 中修复此问题: sudo systemctl restart user@1000 或者 mkdir ~/run_user_1000 mv /run/user/1000/* ~/run_user_1000/ sudo umount /run/user/1000 mv ~/run_user_1000/* /run/user/1000/ rm -rf ~/run_user_1000/
对于那些有需要的人guiApplications=true,其中一个可能会为你解决问题,直到有人在 WSL 中修复此问题:
guiApplications=true
sudo systemctl restart user@1000
或者
mkdir ~/run_user_1000 mv /run/user/1000/* ~/run_user_1000/ sudo umount /run/user/1000 mv ~/run_user_1000/* /run/user/1000/ rm -rf ~/run_user_1000/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
对于解决
microsoft/WSL#10205 (comment)
The text was updated successfully, but these errors were encountered: