Fedora 13/14 上的 Citrix 字体错误

发布于 2024-10-12 08:16:12 字数 603 浏览 7 评论 0原文

我需要在 Fedora 13 上运行 Citrix Receiver 才能连接到企业 VPN。我最初让它在 Fedora13 上运行,但是在过去一段时间之前进行了一些更新之后,Citrix 停止工作了。现在,打开应用程序时,会出现对话框,但看不到任何文本。

如果尝试从命令行运行应用程序,则会出现重复错误:

Warning: 
    Name: FONTLIST_DEFAULT_TAG_STRING
    Class: XmRendition
    Conversion failed.  Cannot load font.

Warning: No font found.

我找到了一种解决此问题的方法,通过执行以下操作在终端中指定变量:

export LANG=C
/usr/lib/ICAClient/wfcmg

这将打开具有某种程度的字体渲染的 Citrix 接收器。然而,这在尝试通过接收器本身访问网络时没有帮助。

有人遇到过类似的问题吗?我在网上看到很多人遇到这个问题,但解决这个问题的帮助有限。任何帮助表示赞赏,谢谢!

编辑: 我刚刚升级到 Fedora 14,同样的错误仍然存​​在。

I need to run Citrix Receiver on Fedora 13 to connect into a corporate VPN. I had it running originally on Fedora13, but after some previous update some time ago in the past, Citrix stopped working. Now, when opening the application, the dialogue appears but no text is visible.

If attempting to run the application from the command-line, there is a repeating error that occurs:

Warning: 
    Name: FONTLIST_DEFAULT_TAG_STRING
    Class: XmRendition
    Conversion failed.  Cannot load font.

Warning: No font found.

I found one way around this, by specifying a variable in terminal by doing the following:

export LANG=C
/usr/lib/ICAClient/wfcmg

This opens Citrix receiver with some level of font rendering. This does not however help whilst trying to access the network through the receiver itself.

Has anyone had a similar issue? I have seen lots of people suffering at this problem online but limited help to resolve this. Any help appreciated, thanks!

EDIT:
I have just upgraded to Fedora 14 and the same error still exists.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

樱花坊 2024-10-19 08:16:13

由同事@marek 提供:

rpm -e sazanami-mincho-fonts --nodeps

看来您也需要删除此字体集。 cjkuni 字体包也必须消失。

Courtesy of a work colleague, @marek:

rpm -e sazanami-mincho-fonts --nodeps

Seems like you need to remove this font-set too. Also the cjkuni font-pack has to go as well.

霞映澄塘 2024-10-19 08:16:12

我已经找到了一种方法来实现这一点,尽管这不是一个迷人的或长期的解决方案。

从上面的观点来看,设置“LANG”=“C”允许 Citrix 从“应用程序”菜单打开,但不能从 Firefox 中的 (.ica) 链接打开。我发现一篇文章建议从命令行运行 Firefox,执行此操作时,Citrix 将从链接打开。

bash# export LANG=C
bash# firefox

我仍然想找到正确的解决方案...谢谢。

I have found a way to get this working, though this is not a glamorous or long-term fix.

From the point above, setting the "LANG" = "C" allows Citrix to open up from the Applications menu but not from a (.ica) link in Firefox. I found a post that suggested running Firefox from the command-line and, when doing this, Citrix will open from the link.

bash# export LANG=C
bash# firefox

I would still like to find the proper solution... thanks.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文