this bug's URL: http://intevation.de/rt/webrt?serial_num=3036
-------------------------------------------------------------------------
Subject: 6.0 X monitors lack "GRASS" window title
monitor windows in GRASS 5.7/6.0 lack "GRASS" in their window titles:
e.g.
GRASS6beta2 > xwininfo | grep x0
xwininfo: Window id: 0x3600001 "6.0.0beta2 - Monitor: x0"
GRASS5.4.0 > xwininfo | grep x0
xwininfo: Window id: 0x3c00001 "GRASS 5.4.0 - Monitor: x0"
Not a big deal, but for clarity and window manager grouping purposes it should
probably start with "GRASS".
(plus it breaks one of my scripts)
Hamish
-------------------------------------------- Managed by Request Tracker
On Mon, Feb 28, 2005 at 02:39:44AM +0100, Request Tracker wrote:
this bug's URL: http://intevation.de/rt/webrt?serial_num=3036
-------------------------------------------------------------------------
Subject: 6.0 X monitors lack "GRASS" window title
monitor windows in GRASS 5.7/6.0 lack "GRASS" in their window titles:
e.g.
GRASS6beta2 > xwininfo | grep x0
xwininfo: Window id: 0x3600001 "6.0.0beta2 - Monitor: x0"
GRASS5.4.0 > xwininfo | grep x0
xwininfo: Window id: 0x3c00001 "GRASS 5.4.0 - Monitor: x0"
Not a big deal, but for clarity and window manager grouping purposes it should
probably start with "GRASS".
(plus it breaks one of my scripts)
Done.
GRASS 6.0.cvs:~ > xwininfo | grep x1
xwininfo: Window id: 0x3c00001 "GRASS 6.0.cvs - Monitor: x1"
Markus