kazysmaster / gnome-shell-extension-lockkeys

Numlock and Capslock indicator for gnome-shell
172 stars 50 forks source link

Lower 3.34 requirement to 3.32 #93

Closed Tarnyko closed 3 years ago

Tarnyko commented 3 years ago

The Shell/Mutter "get_keymap()" API happens to be available since 3.32. See here .

Lowering the requirement most notably allows the extension to work reliably on RHEL/CentOS 8.x , where GNOME-Shell 3.32/Wayland is the default.

Tested it myself on such a setup, works OK.