无法在 Windows 版 Ubuntu 应用程序上使用 gedit

无法在 Windows 版 Ubuntu 应用程序上使用 gedit

我的故事是:

我下载了适用于 Windows 的 Ubuntu App 来使用 Fenics 库,正如 fenicsproject.org 所说。
我安装了 Fenics 库。
现在我想创建一个文件来编写我的代码,但运行时:

gedit test.py

答案是:

无法初始化服务器:无法连接:连接被拒绝(gedit:16):Gtk-WARNING **:11:04:53.373:无法打开显示:

我已经安装了geditwith 命令sudo -apt gedit(或者类似的命令,我不记得了)。

谢谢你们

答案1

我之前遇到过类似的问题,我是这样做的:首先从这里安装 VcXsrvhttps://sourceforge.net/projects/vcxsrv/ 安装完成后,启动“Xlaunch”并完成配置。完成后,打开Ubuntu终端并输入以下内容:

export DISPLAY=127.0.0.1:0
. ~/.bashrc

或者

export DISPLAY=localhost0.0
.~/.bashrc

现在尝试任何 gedit...

gedit

轰!完成!

相关内容