Accepting request 947622 from M17N
OBS-URL: https://build.opensuse.org/request/show/947622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fcitx?expand=0&rev=65
This commit is contained in:
commit
342548918a
@ -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) 2020 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…
x
Reference in New Issue
Block a user