Skip to content

Commit

Permalink
ui/gtk3: Hide XKB engine but enable it in Plasma Wayland
Browse files Browse the repository at this point in the history
IBus just cannot defer key events to the secondary input methods
to switch XKB keymaps in Plasma Wayland because IBus has to handle the
compose keys before defer the key events.

Also update the POT file.

BUG=rhbz#2088656
  • Loading branch information
fujiwarat committed Jun 20, 2022
1 parent ff99828 commit 9ad0637
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 180 deletions.
4 changes: 2 additions & 2 deletions data/dconf/org.freedesktop.ibus.gschema.xml
Expand Up @@ -223,12 +223,12 @@
<key name="use-custom-icon" type="b">
<default>false</default>
<summary>Use custom icon</summary>
<description>Use custom icon name for language panel</description>
<description>Use custom icon name for arrow buttons on candidate window</description>
</key>
<key name="custom-icon" type="s">
<default>'Adwaita'</default>
<summary>Custom icon</summary>
<description>Custom icon name for language panel</description>
<description>Custom icon name for arrow buttons on candidate window</description>
</key>
<key name="use-glyph-from-engine-lang" type="b">
<default>true</default>
Expand Down

0 comments on commit 9ad0637

Please sign in to comment.