在 Windows 上通过 putty 会话使用 tkdiff
当我尝试在 putty 会话中执行 tkdiff 时。我收到此消息“应用程序初始化失败:没有显示名称,也没有 $DISPLAY 环境变量”并且它挂起。请建议如何配置 tkdiff。
When I try to execute tkdiff inside my putty session. I get this message "Application initialization failed: no display name and no $DISPLAY environment variable" and it hangs. Please suggest how to configure tkdiff.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是 tkdiff 问题。这意味着您没有运行 putty 知道的 X 服务器(图形窗口管理器)。
您至少必须进入putty的Connection / SSH / X11,然后“启用X11转发”。但是,您的系统上还必须运行 X11 服务器,这更加复杂。
This is not a tkdiff problem. It means you don't have an X server (graphical window manager) running that putty knows about.
You have to at the very least go into putty's Connection / SSH / X11, and "Enable X11 forwarding". However, you also have to have an X11 server running on your system, which is more complicated.