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:
parent
b042a0389b
commit
13b3c4c64b
@ -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
|
||||
|
||||
|
12
xim.d-fcitx
12
xim.d-fcitx
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user