为什么我的Tk应用程序错误地显示“未知颜色名称白色”?

时间:2010-02-23 04:06:24

标签: ubuntu tcl xorg

我刚刚在ubuntu机器上安装了tkdiff,当我尝试运行程序时出现以下错误:

 actual font: -family {DejaVu Sans Mono} -size -12 -weight normal -slant roman -underline 0 -overstrike 0
Error in startup script: unknown color name "white"
    (processing "-foreground" option)
    invoked from within
"text $w(LeftCB) -height 0 -padx 0 -highlightthickness 0 -wrap none  -foreground white -width 1 -borderwidth 0 -yscrollcommand  [list vscroll-sync "$w(..."
    (procedure "build-client" line 81)

版本:

  • Ubuntu 9.04
  • tkdiff ??? (找不到版本号)
  • wish 8.5

有谁知道我应该怎么解决这个问题?我可以进入tkdiff脚本并将白色更改为颜色值,但在我看来,我正在修复症状,而不是解决实际问题。换句话说,我的tkdiff或者愿望以及ubuntu的版本是否有问题?

1 个答案:

答案 0 :(得分:4)

Google的一些研究表明,xorg.conf文件中的“rgbpath”定义可能存在问题(可能在/ etc / X11中?)。我要么确保它的值是正确的,要么可能一起删除该行。

杰夫