summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakao Fujiwara <tfujiwar@redhat.com>2020-11-25 23:58:36 +0900
committerJordan Petridis <jpetridis@gnome.org>2020-12-18 22:51:45 +0000
commitdeec261c04bc174d78f210314a69ca9d6dc9cd6f (patch)
treeab589f5f9316a26e3eb45680b304f8b986a2e68c
parentaa90b03ce54278c19d47baf9f5bcacada3af5549 (diff)
downloadgnome-desktop-deec261c04bc174d78f210314a69ca9d6dc9cd6f.tar.gz
Change default input source to anthy for Japanese
I request to change kkc to anthy since kkc has been delayed to move gsettings migrations and etc for many years. I got the agreement with the original anthy developers and has been forked it to anthy-unicode. Resolves: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3430
-rw-r--r--libgnome-desktop/default-input-sources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgnome-desktop/default-input-sources.h b/libgnome-desktop/default-input-sources.h
index ca4700b9..888c0d80 100644
--- a/libgnome-desktop/default-input-sources.h
+++ b/libgnome-desktop/default-input-sources.h
@@ -35,7 +35,7 @@ static DefaultInputSource default_input_sources[] =
{ "hi_IN", "ibus", "m17n:hi:inscript" },
{ "id_ID", "xkb", "us" },
{ "it_IT", "xkb", "it" },
- { "ja_JP", "ibus", "kkc" },
+ { "ja_JP", "ibus", "anthy" },
{ "kn_IN", "ibus", "m17n:kn:kgp" },
{ "ko_KR", "ibus", "hangul" },
{ "mai_IN", "ibus", "m17n:mai:inscript" },