From 7ade7cf84034b033bf85bd14a7d09cbec8b38d456820108c33a9ddbfbd1747da Mon Sep 17 00:00:00 2001 From: Ray chen Date: Mon, 9 Dec 2013 09:24:45 +0000 Subject: [PATCH] Accepting request 209736 from home:swyear:branches:M17N - workaround bnc#853063: gnome-settings-daemon reset XMODIFIERS and QT_IM_MODULE problem. other IM will disable keyboard plugin, so ibus have to enable it. OBS-URL: https://build.opensuse.org/request/show/209736 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=89 --- ibus.changes | 7 +++++++ xim.d-ibus-121 | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/ibus.changes b/ibus.changes index 74977e4..db33ab2 100644 --- a/ibus.changes +++ b/ibus.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 7 05:20:59 UTC 2013 - swyear@gmail.com + +- workaround bnc#853063: gnome-settings-daemon reset XMODIFIERS and + QT_IM_MODULE problem. other IM will disable keyboard plugin, so + ibus have to enable it. + ------------------------------------------------------------------- Mon Nov 25 21:50:12 CST 2013 - hillwood@linuxfans.org diff --git a/xim.d-ibus-121 b/xim.d-ibus-121 index f7d8c8d..94f268d 100644 --- a/xim.d-ibus-121 +++ b/xim.d-ibus-121 @@ -28,6 +28,11 @@ __END : fi ;; + /usr/bin/gnome-session) + #workaround for bnc#853063 + #force ensable keyboard plugins in gnome-settings-daemon + gsettings set org.gnome.settings-daemon.plugins.keyboard active true + ;; *) # do nothing ;;