无法使用 photon-gui 启动 gvim(找不到有效字体)
我在尝试让 gvim 7.2 在 QNX6.4.1 和 Photon 下工作时遇到问题。每次我 尝试启动它,我收到以下错误:
E665:无法启动 GUI,找不到有效字体
,而是得到控制台 vim。我认为我的 Photon 有问题 配置,或者 gvim 配置。正如我已经写过的,我一直在使用 Photon,没有使用 xorg 或 xfree。我想我需要的只是为 gvim 指定字体路径,但不知道在 Photon 下如何。
谢谢
I'm having a problem trying to get gvim 7.2 working under QNX6.4.1 and Photon. Every time I
try to start it I get the following error:
E665: Cannot start GUI, no valid font found
and I get the console vim instead. I think I've problem with my Photon
configuration, or gvim configuration. As I already wrote, I've been using Photon, no xorg or xfree. I suppose that all I need is to specify font path for gvim, but don't know how under Photon.
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这里复活一个古老的线程,因为我找到了一个有效的不同解决方案。
添加了一些依赖项,
其中关键的是 Ghostscript-fonts 和 libXfont,它们安装了一些基本字体并为 X11 配置它们。
我之所以将这个解决方案放在这里,是因为
当我尝试在 X 上以相同的配置调用 gvim 时,也收到了错误消息。
Resurrecting an ancient thread here because I found a different solution that worked.
which added some dependencies
The critical ones were ghostscript-fonts and libXfont, which installed a few basic fonts and configured them for X11.
I'm putting this solution here because of the error message
which i also got when trying to invoke gvim in that same configuration over X.
在
.vimrc
文件中添加以下内容,vim 提示 632:Add the following in your
.vimrc
file, this is explained in vim tip 632: