Change default input mode to Hiragana

This commit is contained in:
Takao Fujiwara 2021-03-16 22:31:46 +09:00
parent 3ae4d6f22d
commit 8cbcd7091b
2 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,28 @@
From e4ef13166118fe991f7590b093671f9361e9c1cc Mon Sep 17 00:00:00 2001
From: fujiwarat <takao.fujiwara1@gmail.com>
Date: Tue, 16 Mar 2021 22:13:01 +0900
Subject: [PATCH] data: Change default input mode to Hiragana (rhbz#1938129)
GNOME desktop sets unnecessary JP keymap by default and a few newcomers
wish to use Hiragana mode directly.
This internal patch will be deleted if the default desktop would be changed.
---
data/org.freedesktop.ibus.engine.anthy.gschema.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in b/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in
index 773be09..cd5a13b 100644
--- a/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in
+++ b/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in
@@ -3,7 +3,7 @@
<schema path="/org/freedesktop/ibus/engine/anthy/common/"
id="org.freedesktop.ibus.engine.anthy.common">
<key name="input-mode" type="i">
- <default>3</default>
+ <default>0</default>
<summary>Input Mode</summary>
<description></description>
</key>
--
2.28.0

View File

@ -18,7 +18,7 @@
Name: ibus-anthy
Version: 1.5.12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The Anthy engine for IBus input platform
License: GPLv2+
URL: https://github.com/ibus/ibus/wiki
@ -26,6 +26,7 @@ Source0: https://github.com/ibus/ibus-anthy/releases/download/%{version}/
# Upstreamed patches.
# Patch0: %%{name}-HEAD.patch
Patch1: %{name}-1938129-default-hiragana.patch
BuildRequires: anthy-unicode-devel
BuildRequires: desktop-file-utils
@ -157,6 +158,9 @@ desktop-file-validate \
%{_datadir}/installed-tests/%{name}
%changelog
* Tue Mar 16 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-2
- Change default input mode to Hiragana
* Mon Feb 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-1
- Bump to 1.5.12