Closed bdaase closed 4 years ago
Thanks for the report!!! I’ll have to look into the changes with clutter
Gnome shell 3.36 has now been released (arch linux). Just a heads up. Thanks for the amazing work!
To support 3.36 make this change in extension.js
if (Clutter.DeviceManager) { //For 3.34 and below let deviceManager = Clutter.DeviceManager.get_default(); this._virtualDevice = deviceManager.create_virtual_device(Clutter.InputDeviceType.KEYBOARD_DEVICE); } else { //for 3.36 let seat = Clutter.get_default_backend().get_default_seat(); this._virtualDevice = seat.create_virtual_device(Clutter.InputDeviceType.KEYBOARD_DEVICE); }
Thanks @Srinivasa314, works fine for me :)
Awesome @Srinivasa314 ... can you create a pull request for me? I am away from my Linux machine for the next few days but I would love to get the fix in Master
@mpiannucci I could do it but obviously I would like the credits to got to @Srinivasa314.
@BjoernDaase okay either way I will be sure to credit @Srinivasa314 in the release notes
@BjoernDaase, you can do the pull request.
Thank you!!!!
This extension seems incompatible with the new 3.36 release. You find a lot of these in the journal: