diff --git a/fcitx.changes b/fcitx.changes index dd0f8ee..d781db9 100644 --- a/fcitx.changes +++ b/fcitx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 20 08:06:20 CET 2022 - tiwai@suse.de + +- Fix xim.d script for KDE Plasma (boo#1194916); + $WINDOWMANAGER check needs to be adjusted + ------------------------------------------------------------------- Wed Jun 30 12:25:43 UTC 2021 - Dominique Leuenberger diff --git a/fcitx.spec b/fcitx.spec index c07aaec..4b05e0d 100644 --- a/fcitx.spec +++ b/fcitx.spec @@ -1,7 +1,7 @@ # # spec file for package fcitx # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/xim.d-fcitx b/xim.d-fcitx index 2f10a6b..94052b3 100644 --- a/xim.d-fcitx +++ b/xim.d-fcitx @@ -6,7 +6,7 @@ export QT_IM_SWITCHER=imsw-multi export QT_IM_MODULE=fcitx case "$WINDOWMANAGER" in - *gnome*|*kde*|*xfce*|*lxde*) + *gnome*|*plasma*|*xfce*|*lxde*) # started via xdg autostart (boo#947576) # explicitly set below, as referred in xdg autostart export INPUT_METHOD=fcitx