-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work fully on Gnome 3.34 #19
Comments
Thanks for offering to help, I haven't upgraded to 3.34 yet. To print something, there's a To see logs, I use |
Thanks! Here's what I've found: The issue seems to stem from calls to Sys.Clutter.grab_pointer(backgroundActor) which doesn't appear to be available anymore:
Following this MR in Gnome Shell, I tried to use the device manager approach introduced there. Unfortunately, it seems this._keyboardDevice = dm.get_core_device(Clutter.InputDeviceType.KEYBOARD_DEVICE); can and will return For now, I've resorted to simply commenting out the |
OK, I lied. Commenting out the grab does not work, events don't reach the menu. I had simply forgotten to compile. I've complained about the occasional |
#20 has a draft PR with some TODOs. |
As far as I can tell, the pop-up menu does not appear. Some keyboard shortcuts do appear to work, such as Super-plus and Super-minus. I'd be happy to help debug/fix, but I'm a bit lost where to start. How can I print something in the code and observe the result?
The text was updated successfully, but these errors were encountered: