projecthamster / hamster-shell-extension

Shell extension for hamster
http://projecthamster.org
GNU General Public License v3.0
217 stars 92 forks source link

prefs.js: handle different return values of Gtk.accelerator_parse() #351

Closed mwilck closed 2 years ago

mwilck commented 2 years ago

Gtk.accelerator_parse() has changed its return value between Gtk3 and Gtk4.

Fixes #350.

rrthomas commented 2 years ago

Works great, thanks for the quick fix!

mwilck commented 2 years ago

@hedayat, seems to work with older GNOME shell too. Merge at your leisure.

rrthomas commented 2 years ago

It would be great if #347 could be addressed at the same time as merging this fix, so that users don't have to be git wranglers to get the extension for recent GNOME!