[GRASSLIST:5878] error message

Yesterday I installed ImageMagick via Fink. Today I started up GRASS and when I started a monitor, x0, I got this message:

  Warning: Color name "DarkSlateBlue " is not defined
  Warning: Cannot convert string "true xterm*saveLines: 10000 " to type Boolean
  Warning: Color name "DarkSlateBlue " is not defined
  Warning: Cannot convert string "true xterm*saveLines: 10000 " to type Boolean
       while executing
  "exec xterm -geometry 40x5 -e d.mon start=$monitor"
       (procedure "start_monitor" line 17)
       invoked from within
  "start_monitor x0"
       invoked from within
  "$menu post $x $y"
       (procedure "PostOverPoint" line 27)
       invoked from within
  "PostOverPoint $menu $x $y"
       ("below" arm line 4)
       invoked from within
  "switch [$w cget -direction] {
             above {
               set x [winfo rootx $w]
               set y [expr {[winfo rooty $w] - [winfo reqheight $menu]}]
      ..."
       (procedure "tk::MbPost" line 37)
       invoked from within
  "tk::MbPost $tk::Priv(inMenubutton) 108 110"
       invoked from within
  "if {$tk::Priv(inMenubutton) ne ""} {
    tk::MbPost $tk::Priv(inMenubutton) 108 110
       }
  "
       (command bound to event)

I know Fink installed some X11 stuff and am assuming the 4 warnings are related to that but have no idea how to correct this. The other possibility is that Alsoft's PlusOptimizer has caused the problem. I installed and ran it Monday and immediately had problems closing apps--I had to kill them. I've since run fsck and, for now, that problem has not reappeared. If you've not already guessed, I'm running Grass 5.0 on OS X (10.2.4) using Apple's X11 betta 3.

ec

Erika K. Crosse wrote:

Yesterday I installed ImageMagick via Fink. Today I started up GRASS
and when I started a monitor, x0, I got this message:

  Warning: Color name "DarkSlateBlue " is not defined
  Warning: Cannot convert string "true xterm*saveLines:
10000 " to type Boolean
  Warning: Color name "DarkSlateBlue " is not defined
  Warning: Cannot convert string "true xterm*saveLines:
10000 " to type Boolean
       while executing
  "exec xterm -geometry 40x5 -e d.mon start=$monitor"

Either:

a) one or more of your X resource files has been corrupted. Likely
candidates are:

  ~/.Xdefaults
  ~/app-defaults/XTerm
  ~/app-defaults/XTerm-color
  /usr/lib/X11/app-defaults/XTerm
  /usr/lib/X11/app-defaults/XTerm-color
  /etc/X11/app-defaults/XTerm
  /etc/X11/app-defaults/XTerm-color

b) your X libraries are broken.

Option a) is the most likely; note that resource files must use Unix
line breaks, not Mac line breaks.

--
Glynn Clements <glynn.clements@virgin.net>