On Wed, 17 Apr 2002, Sean 'Shaleh' Perry wrote:
> > Also sometimes when rxvt starts it gets decorated as a
> > transient (i think). And similarly if the rxvt window
> > closes right after it is opened, it tends to stick around
> > and become another "Unnamed" window -- or sometimes keeps
> > its name.)
>
> the early closing is the bug above. The decoration is
> a new twist. When this happens use xprop on the window
> and mail us the results.
I don't think this will help too much, there isn't much
different between the good & bad windows (just the window
ID and title/icon names), but here you go:
--- rxvt looking transient ---
$ xprop
_BLACKBOX_ATTRIBUTES(_BLACKBOX_ATTRIBUTES) = 0x50, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0,
0x0
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW
WM_LOCALE_NAME(STRING) = "C"
WM_CLASS(STRING) = "rxvt", "XTerm"
WM_HINTS(WM_HINTS):
Client accepts input or input focus: True
Initial state is Normal State.
window id # of group leader: 0x1c00002
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified minimum size: 22 by 14
program specified resize increment: 6 by 10
program specified base size: 16 by 4
window gravity: NorthWest
WM_CLIENT_MACHINE(STRING) = "phi.speednaked.com"
WM_COMMAND(STRING) = { "rxvt", "-bg", "black", "-fg", "yellow" }
WM_ICON_NAME(STRING) = "phi.speednaked.com (ttyp4)"
WM_NAME(STRING) = "phi.speednaked.com (ttyp4)"
--- rxvt looking ok ---
$ xprop
_BLACKBOX_ATTRIBUTES(_BLACKBOX_ATTRIBUTES) = 0x50, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0,
0x0
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW
WM_LOCALE_NAME(STRING) = "C"
WM_CLASS(STRING) = "rxvt", "XTerm"
WM_HINTS(WM_HINTS):
Client accepts input or input focus: True
Initial state is Normal State.
window id # of group leader: 0x1c00002
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified minimum size: 22 by 14
program specified resize increment: 6 by 10
program specified base size: 16 by 4
window gravity: NorthWest
WM_CLIENT_MACHINE(STRING) = "phi.speednaked.com"
WM_COMMAND(STRING) = { "rxvt", "-bg", "black", "-fg", "yellow" }
WM_ICON_NAME(STRING) = "phi.speednaked.com (ttyp4)"
WM_NAME(STRING) = "phi.speednaked.com (ttyp4)"