Accepting request 209734 from home:swyear:branches:M17N

- workaround bnc#853063: gnome-settings-daemon reset XMODIFIERS and 
  QT_IM_MODULE problem

OBS-URL: https://build.opensuse.org/request/show/209734
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=81
This commit is contained in:
Ray chen 2013-12-09 09:24:04 +00:00 committed by Git OBS Bridge
parent b042a0389b
commit 13b3c4c64b
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 7 05:09:51 UTC 2013 - swyear@gmail.com
- workaround bnc#853063: gnome-settings-daemon reset XMODIFIERS and
QT_IM_MODULE problem
-------------------------------------------------------------------
Sat Dec 7 04:23:04 UTC 2013 - swyear@gmail.com

View File

@ -18,5 +18,17 @@ fi
fcitx -d
#workaround for bnc#853063
case "$WINDOWMANAGER" in
/usr/bin/gnome-session)
#force disable keyboard plugins in gnome-settings-daemon
gsettings set org.gnome.settings-daemon.plugins.keyboard active false
echo "NOTE: keyboard plugin had been disabled"
;;
*)
#do nothing
;;
esac
# success:
return 0