WSL(Linux子系统) gedit 报错 failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)
时间:2021-01-26 22:25:39
收藏:0
阅读:334
安装下面这些包可能会解决问题
-
sudo apt-get install x11-xserver-utils dconf-editor dbus-x11 -y
-
xhost +
xhost用于获取显示的权限
原文:https://www.cnblogs.com/apolloren/p/14332504.html
评论(0)