Layout doesn't change
Keyboard layout appearance on OSK doesn't change when I switch it (both via Super+Space and gnome GUI). However, correct symbols are typed. So I think problem is in refresh condition. It seems that "org.gnome.desktop.input-sources.current" index is deprecated.
Details:
- Gnome 46, Wayland
- Arch Linux
- Keyboard layouts: US, RU
I have the same issue
Same. The OSK only changes layout appearance when you change keyboard layout in the extension settings or when you modify something in the Input Sources settings. Fresh EndeavourOS installation, GNOME 46 (Wayland).
Seems that this is an arch-specific issue - will look into this in a little bit - moving into college
It seems that it works on arch, what version are you using @olekyd @ralex2304 @svff3r?
It seems that "org.gnome.desktop.input-sources.current" index is deprecated.
The extension doesn't make use of this key
It seems that it works on arch, what version are you using @olekyd @ralex2304 @svff3r?
GJS OSK version 27 autorelease fab8e97 (I also tried latest 2506a86). Gnome 46.4
It seems that "org.gnome.desktop.input-sources.current" index is deprecated.
The extension doesn't make use of this key
I'm not sure about it, but I've found this:
https://github.com/Vishram1123/gjs-osk/blob/2506a863b277339805519bca06d1b101cf92eb32/gjsosk%40vishram1123.com/extension.js#L133
As far as I understand all keys of org.gnome.desktop.input-sources don't change on layout switch
It seems that this key was indeed deprecated; I have switched to using Gnome's built-in InputSourceManager instead of relying on the GSettings key in https://github.com/Vishram1123/gjs-osk/commit/a20e64425c42edb8dc27b9eca042c79b6e92b7a9
Thanks! It works now