[GRASS5] [bug #4155] (grass) d.m will not display remotely

this bug's URL: http://intevation.de/rt/webrt?serial_num=4155
-------------------------------------------------------------------------

Subject: d.m will not display remotely

Platform: Mac OSX
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: 6.1.cvs

d.m is no longer displaying when started remotely through ssh -X. d.mon x0 seems ok, it fires up
the expected display window with the message:

GRASS 6.1.cvs (minnesota_utm):~ > d.mon x0
using default visual which is TrueColor
ncolors: 16777216
Graphics driver [x0] started

However, d.m or d.m & result in the following message:

GRASS 6.1.cvs (minnesota_utm):~ > X Error of failed request: BadAtom (invalid Atom parameter)
  Major opcode of failed request: 20 (X_GetProperty)
  Atom id in failed request: 0xb5
  Serial number of failed request: 11
  Current serial number in output stream: 11

For what it is worth gis.m seems to behave in the same mannor:

GRASS 6.1.cvs (minnesota_utm):~ > gis.m
X Error of failed request: BadAtom (invalid Atom parameter)
  Major opcode of failed request: 20 (X_GetProperty)
  Atom id in failed request: 0xb5
  Serial number of failed request: 11
  Current serial number in output stream: 11
GRASS 6.1.cvs (minnesota_utm):~ >

-------------------------------------------- Managed by Request Tracker

Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=4155
-------------------------------------------------------------------------

Subject: d.m will not display remotely

Platform: Mac OSX
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: 6.1.cvs

d.m is no longer displaying when started remotely through ssh -X. d.mon x0 seems ok, it fires up
the expected display window with the message:

GRASS 6.1.cvs (minnesota_utm):~ > d.mon x0
using default visual which is TrueColor
ncolors: 16777216
Graphics driver [x0] started

However, d.m or d.m & result in the following message:

GRASS 6.1.cvs (minnesota_utm):~ > X Error of failed request: BadAtom (invalid Atom parameter)
  Major opcode of failed request: 20 (X_GetProperty)
  Atom id in failed request: 0xb5
  Serial number of failed request: 11
  Current serial number in output stream: 11

For what it is worth gis.m seems to behave in the same mannor:

GRASS 6.1.cvs (minnesota_utm):~ > gis.m
X Error of failed request: BadAtom (invalid Atom parameter)
  Major opcode of failed request: 20 (X_GetProperty)
  Atom id in failed request: 0xb5
  Serial number of failed request: 11
  Current serial number in output stream: 11
GRASS 6.1.cvs (minnesota_utm):~ >

I'm guessing that this is an issue with "wish". It's impossible to say
any more than that based upon the above details; atom 0x5b (91) isn't
predefined (only 1 through 68 are predefined).

Can you run wish by itself (or any other Tcl/Tk programs) remotely?

--
Glynn Clements <glynn@gclements.plus.com>

this bug's URL: http://intevation.de/rt/webrt?serial_num=4155
---------------------------------------------------------------------

Subject: d.m will not display remotely

Platform: Mac OSX
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: 6.1.cvs

d.m is no longer displaying when started remotely through ssh -X.
d.mon x0 seems ok, it fires up the expected display window with the
message:

GRASS 6.1.cvs (minnesota_utm):~ > d.mon x0
using default visual which is TrueColor
ncolors: 16777216
Graphics driver [x0] started

However, d.m or d.m & result in the following message:

GRASS 6.1.cvs (minnesota_utm):~ > X Error of failed request: BadAtom
(invalid Atom parameter)
  Major opcode of failed request: 20 (X_GetProperty)
  Atom id in failed request: 0xb5
  Serial number of failed request: 11
  Current serial number in output stream: 11

For what it is worth gis.m seems to behave in the same mannor:

GRASS 6.1.cvs (minnesota_utm):~ > gis.m
X Error of failed request: BadAtom (invalid Atom parameter)
  Major opcode of failed request: 20 (X_GetProperty)
  Atom id in failed request: 0xb5
  Serial number of failed request: 11
  Current serial number in output stream: 11
GRASS 6.1.cvs (minnesota_utm):~ >

lastest CVS works fine for me between two Debian/GNU/Linux/i686 machines.
haven't tested on a Mac though.

Hamish