sneetsher / keyboard_modifiers_status

Gnome-Shell extension that shows keyboard modifiers status. It's useful when sticky keys are active.
GNU General Public License v3.0
20 stars 4 forks source link

Error on upgrade to gnome-shell 3.38.1 #7

Closed Isopolito closed 3 years ago

Isopolito commented 3 years ago

Changing line 26 and 27 from:

x_fill: true,
y_fill: false,

to

x_expand: true,
y_expand: false,

fixes the issue for me. I don't have time for a PR now but will make one if you want.

Thanks!

sneetsher commented 3 years ago

@Isopolito no need. Thank you.

thien-do commented 3 years ago

Hi @sneetsher thank you for this. Is it released on https://extensions.gnome.org/extension/975/keyboard-modifiers-status/ ?

sneetsher commented 3 years ago

@dvkndn You welcome, not yet I just uploaded it. Still in review queue.

Btw, if it is important, you may go to ~/.local/share/gnome-shell/extensions/keyboard_modifiers_status@sneetsher/ in your files and edit extension.js directly. No harm.

thien-do commented 3 years ago

Yes thank you @sneetsher :D it's very great that you have the "manual" section in the README! I've just cloned this repo into that folder and it works perfectly!