File: 2001_use-keyboard-icon.patch

package info (click to toggle)
ayatana-indicator-keyboard 24.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,780 kB
  • sloc: ansic: 2,880; python: 264; sh: 33; xml: 30; makefile: 25
file content (15 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
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>