1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Show the keyboard icon (instead of the language icon) by default in Debian.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, maintainer's preference, Debian-specific
--- a/data/org.ayatana.indicator.keyboard.gschema.xml
+++ b/data/org.ayatana.indicator.keyboard.gschema.xml
@@ -1,7 +1,7 @@
<schemalist>
<schema gettext-domain="ayatana-indicator-keyboard" id="org.ayatana.indicator.keyboard" path="/org/ayatana/indicator/keyboard/">
<key name="language-icon-desktop" type="b">
- <default>true</default>
+ <default>false</default>
<summary>Show the language icon in desktop mode.</summary>
<description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</description>
</key>
|