Xpra: Ticket #819: win32 client does not exit cleanly (again)

Some recent change to the event handling must have caused this. We end up not cleaning up the tray and not running all the exit cleanup callbacks. I have also seen a GTK warning about not being able to delete a window property.. Probably some time after r8546, before r8715. Likely changeset: r8700.



Mon, 02 Mar 2015 07:44:19 GMT - Antoine Martin: status changed; resolution set

r8700 was not the cause of the problem, so I looked into SetConsoleCtrlHandler (and Registering a Control Handler Function) and implemented in r8736 + r8739 a solution which has the added benefit of working well with GTK3! (see #640)

I was wrong about the delete window property: this one is still there!


Sat, 23 Jan 2021 05:06:58 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/819