问题描述
我最近尝试运行 qmon
(来自 Sun Grid Engine 作业排队系统),当我这样做时,我收到一堆警告,如下所示:
Warning: Cannot convert string "intro" to type Pixmap
Warning: Cannot convert string "toolbar_job" to type Pixmap
Warning: Cannot convert string "toolbar_queue" to type Pixmap
Warning: Cannot convert string "toolbar_submit" to type Pixmap
Warning: Cannot convert string "toolbar_cplx" to type Pixmap
Warning: Cannot convert string "toolbar_host" to type Pixmap
Warning: Cannot convert string "toolbar_cluster" to type Pixmap
Warning: Cannot convert string "toolbar_sched" to type Pixmap
Warning: Cannot convert string "toolbar_calendar" to type Pixmap
...
然后,当 GUI 最终出现时,所有图标都被一个小点取代。我想由于某种原因,无法显示图标。我试图在以下位置寻找它们:
/usr/share/gridengine/pixmaps/
事实上,*.xpm
文件就在那里。
大约半年前,它运行良好。我猜想在升级或更新期间我的系统发生了一些变化。关于我应该寻找什么的任何想法?任何可以帮助我的日志文件?
谢谢!
射线
PS:在 Ubuntu 13.10 上。
最佳方案
我已经克服了我的问题,并愿意与他人分享。
事实上,布鲁诺给了我一些提示……也许我应该看看其他版本。
我在 12.04 系统和 13.10 系统上通过软件包安装了 SGE。 12.04的系统没问题,但是13.10的系统却给我上面描述的问题。
我的 “solution” 是要离开 Ubuntu 软件包并安装 Son of Grid Engine 的最新版本 (8.1.6)。我可以确认上面关于 qmon 的问题对我来说已经不存在了。
射线