Accepting request 880179 from GNOME:Factory
- Disable gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch: Clears existing keyboard on gnome-shell restart (boo#1183823). - Update gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch: Modify the Japanese input engine load order which will more fit for our community(bnc#1183475); OBS-URL: https://build.opensuse.org/request/show/880179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell?expand=0&rev=195
This commit is contained in:
commit
bb368902ee
@ -1,7 +1,7 @@
|
||||
diff -Nura gnome-shell-3.38.2/js/ui/status/keyboard.js gnome-shell-3.38.2_new/js/ui/status/keyboard.js
|
||||
--- gnome-shell-3.38.2/js/ui/status/keyboard.js 2020-12-03 07:00:04.412861000 +0800
|
||||
+++ gnome-shell-3.38.2_new/js/ui/status/keyboard.js 2021-01-12 11:46:45.501634675 +0800
|
||||
@@ -264,6 +264,34 @@
|
||||
diff -Nura gnome-shell-3.38.3/js/ui/status/keyboard.js gnome-shell-3.38.3_new/js/ui/status/keyboard.js
|
||||
--- gnome-shell-3.38.3/js/ui/status/keyboard.js 2021-01-15 01:51:55.673968800 +0800
|
||||
+++ gnome-shell-3.38.3_new/js/ui/status/keyboard.js 2021-03-17 19:01:52.594128367 +0800
|
||||
@@ -264,6 +264,33 @@
|
||||
this._settings.connect('changed::%s'.format(this._KEY_INPUT_SOURCES), this._emitInputSourcesChanged.bind(this));
|
||||
this._settings.connect('changed::%s'.format(this._KEY_KEYBOARD_OPTIONS), this._emitKeyboardOptionsChanged.bind(this));
|
||||
this._settings.connect('changed::%s'.format(this._KEY_PER_WINDOW), this._emitPerWindowChanged.bind(this));
|
||||
@ -19,9 +19,8 @@ diff -Nura gnome-shell-3.38.2/js/ui/status/keyboard.js gnome-shell-3.38.2_new/js
|
||||
+
|
||||
+ else if (GLib.getenv('LANG') == 'ja_JP.UTF-8') {
|
||||
+ log('Set default input method in Japanese language env.');
|
||||
+ sourcesList.push(['xkb', 'jp']);
|
||||
+ sourcesList.push([ "ibus", "mozc-jp" ]);
|
||||
+ sourcesList.push([ "ibus", "kkc" ]);
|
||||
+ sourcesList.push(['xkb', 'jp']);
|
||||
+ }
|
||||
+
|
||||
+ else if (GLib.getenv('LANG') == 'ko_KR.UTF-8') {
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 19 21:27:12 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Disable
|
||||
gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch:
|
||||
Clears existing keyboard on gnome-shell restart (boo#1183823).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 17 11:16:17 UTC 2021 - Cliff Zhao <qzhao@suse.com>
|
||||
|
||||
- Update gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch:
|
||||
Modify the Japanese input engine load order which will more fit
|
||||
for our community(bnc#1183475);
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 18:22:08 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@ -13,7 +27,7 @@ Thu Jan 14 18:22:08 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 03:23:44 UTC 2021 - Cliff Zhao <qzhao@suse.com>
|
||||
|
||||
|
||||
- Add gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch:
|
||||
launch recommended input engines when Gnome-shell init in CJK
|
||||
regions (jsc#SLE-16051, glgo#GNOME/gnome-shell!1563).
|
||||
|
@ -183,7 +183,7 @@ This package contains an optional extensions app for managing GNOME Shell extens
|
||||
%patch4 -p1
|
||||
#patch5 -p1
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300
|
||||
%patch6 -p1
|
||||
#patch6 -p1
|
||||
%endif
|
||||
|
||||
translation-update-upstream
|
||||
|
Loading…
x
Reference in New Issue
Block a user