[gnome-control-center] region: whitelist IBus engines with no XKB equiv
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] region: whitelist IBus engines with no XKB equiv
- Date: Sun, 16 Sep 2012 21:29:47 +0000 (UTC)
commit bd5105d7f61d2e536d981991c6d94cc9f86fb7d1
Author: Daiki Ueno <ueno unixuser org>
Date: Tue Sep 11 10:13:26 2012 +0900
region: whitelist IBus engines with no XKB equiv
Some IBus engines don't have XKB equivalents, so need to be
whitelisted to be usable.
https://bugzilla.gnome.org/show_bug.cgi?id=683697
panels/region/gnome-region-panel-input.c | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/panels/region/gnome-region-panel-input.c b/panels/region/gnome-region-panel-input.c
index c1277e4..8e0a28f 100644
--- a/panels/region/gnome-region-panel-input.c
+++ b/panels/region/gnome-region-panel-input.c
@@ -197,6 +197,28 @@ static const gchar *supported_ibus_engines[] = {
/* Urdu */
"m17n:ur:phonetic",
+
+ /* No corresponding XKB map available for the languages */
+
+ /* Chinese Yi */
+ "m17n:ii:phonetic",
+
+ /* Tai-Viet */
+ "m17n:tai:sonla",
+
+ /* Kazakh in Arabic script */
+ "m17n:kk:arabic",
+
+ /* Yiddish */
+ "m17n:yi:yivo",
+
+ /* Canadian Aboriginal languages */
+ "m17n:ath:phonetic",
+ "m17n:bla:phonetic",
+ "m17n:cr:western",
+ "m17n:iu:phonetic",
+ "m17n:nsk:phonetic",
+ "m17n:oj:phonetic",
NULL
};
#endif /* HAVE_IBUS */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]