Skip to content

Commit 3ab6b08

Browse files
mtwebsterclefebvre
authored andcommitted
Don't show keyboard layout flags by default
In the past we only supported layouts, now we also support input modes. Say you're using ibus/mozc for Japanese. We don't just show JP, we show a hiragana or katakana or A symbol depending on the input mode. Flags can't really show that, so that leads to a mixture of flags and symbols for some users. The best OOTB experience is thus to not use flags here.
1 parent 24cfc34 commit 3ab6b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/org.cinnamon.desktop.interface.gschema.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<summary>Enable or disable gtk overlay scrollbars</summary>
280280
</key>
281281
<key name="keyboard-layout-show-flags" type="b">
282-
<default>true</default>
282+
<default>false</default>
283283
<summary>Prefer country flags to group names when showing keyboard layouts.</summary>
284284
</key>
285285
<key name="keyboard-layout-use-upper" type="b">

0 commit comments

Comments
 (0)