THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#399 - Some dialog boxes don't completely go way after being closed (Save Under flag issue) User who did this - Uli Schlachter (psychon) ---------- Meh, some old bug is back. First, I blame xmgrace just because I can. Oh and because it doesn't use XWithdrawWindow(). We ignore unmap notifies if they aren't generated ones (as done by XWithdrawWindow()) and if they are sent to some other window than the root window. Now because xmgrace just unmaps the window without generating that synthetic unmap notify, awesome thinks it's still managed. That's also why the tasklist entry doesn't appear. No idea how to fix this. The problem is that we have to ignore unmap notifies which are generated by awesome, but react on others (and there seems to be no way to tell the difference). 000:>:0a81: Event UnmapNotify(18) event=0x00000111 window=0x00600172 from-configure=false(0x00) I guess I'll have to dig into some other WM's source code for this. Can't we just tell everyone not to use xmgrace? :/ ---------- More information can be found at the following URL: http://awesome.naquadah.org/bugs/index.php?do=details&task_id=399#comment2106 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to [email protected].
