forked from pool/fcitx
Accepting request 947619 from home:tiwai:branches:M17N
- Fix xim.d script for KDE Plasma (boo#1194916); $WINDOWMANAGER check needs to be adjusted OBS-URL: https://build.opensuse.org/request/show/947619 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=165
This commit is contained in:
parent
139f36bad4
commit
2659a04ace
@ -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 <dimstar@opensuse.org>
|
Wed Jun 30 12:25:43 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fcitx
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -6,7 +6,7 @@ export QT_IM_SWITCHER=imsw-multi
|
|||||||
export QT_IM_MODULE=fcitx
|
export QT_IM_MODULE=fcitx
|
||||||
|
|
||||||
case "$WINDOWMANAGER" in
|
case "$WINDOWMANAGER" in
|
||||||
*gnome*|*kde*|*xfce*|*lxde*)
|
*gnome*|*plasma*|*xfce*|*lxde*)
|
||||||
# started via xdg autostart (boo#947576)
|
# started via xdg autostart (boo#947576)
|
||||||
# explicitly set below, as referred in xdg autostart
|
# explicitly set below, as referred in xdg autostart
|
||||||
export INPUT_METHOD=fcitx
|
export INPUT_METHOD=fcitx
|
||||||
|
Loading…
Reference in New Issue
Block a user