[719] in Zephyr_Bugs
Re: Zephyr
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Tue Oct 24 19:32:21 1995
To: Greg Mclaren <gregm@isi.com>
Cc: bug-zephyr@MIT.EDU
Date: Tue, 24 Oct 1995 19:32:18 EDT
From: Marc Horowitz <marc@MIT.EDU>
>> However, when zwgc is run, and I send a message to myself, zwgc dies
>> when I double click on the message window to kill that message.
>> ("X IO error on display :0.0"). Then I have to restart zwgc.
It sounds like you're invoking the windowmanager function to kill a
window. Unfortunately, this does not do what you hope. This function
in most windowmanagers closes the X connection from the server to the
client. There is no way to recover from this.
There are two solutions:
1) just click once inside the window. This is the standard way to
make a windowgram go away.
2) set "zwgc*enableDelete: True" in your X resources file. Why this
is not the default is an Athena anachronism. You can make it the
default by setting that resource in the resources application resource
file "zwgc_resources".
Marc