GNOME Bugzilla – Bug 594566
Add options for not using keyboard/pointer grab
Last modified: 2013-09-17 17:08:52 UTC
Created attachment 142742 [details] [review] patch against trunk Add options to disable relative mouse extension end keyboard grab src/vncdisplay.c - add allow-relative-pointer property - add absolute() function that checks both absolute and allow_relative - use absolute() instead of absolute examples/gvncviewer.c - add option and menu item for allow-absolute - add option and menu item for keyboard grab
This isn't going to be changed. If the server has relative mouse extension, it should always be used with a pointer grab. It is completely unusable otherwise.
I don't want any damn mouse grab. Yes, relative mouse is not useful without a grab. That's why I added the extra property rather than just ripping out mouse grab. I have been running an ancient version of the viewer with the patch applied for years now. I guess it's not gonna change and I will have to re-patch on every new architecture. Thank you very much for your helpfulness.