elementary / switchboard-plug-keyboard

Switchboard Keyboard Plug
GNU General Public License v2.0
28 stars 22 forks source link

XKB layouts incorrectly set as Ibus input methods in Hera #343

Closed santileortiz closed 9 months ago

santileortiz commented 3 years ago

The issue fixed by https://github.com/elementary/switchboard-plug-keyboard/pull/338 is present in a fresh install of elementary OS Hera.

Steps to Reproduce

  1. Go to System Settings > Keyboard > Layout
  2. Try adding the Spanish (Latinamerica) layout, the default variant is fine, then make it the active layout.
  3. Pressing the ; key in a US layout should get the ñ character, but it doesn't work.

The issue can be seen by opening dconf-editor and checking the value of org.gnome.desktop.input-sources.sources. The list should contain ('xkb','latam') but instead it has ('ibus', 'latam').

lenemter commented 9 months ago

Fixed in #338, but the fix hasn't been released at the time of filing this issue.