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
This commit is contained in:
Ray chen
2013-12-09 09:24:45 +00:00
committed by Git OBS Bridge
parent 0240cdb775
commit 7ade7cf840
2 changed files with 12 additions and 0 deletions

View File

@@ -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
;;