- Fix logging not to include the build path (boo#951602)
- Several fixes and cleanup for starting fcitx on GNOME on Leap
(boo#947576,boo#942816)
* Remove the superfluous manual dbus-launch from xim script
* Use xdg autostart for GNOME, KDE, LXDE and XFCE;
fcitx-autostart script is also modified to check $INPUT_METHOD
* Delay start of fcitx daemon a bit, too
OBS-URL: https://build.opensuse.org/request/show/340480
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=124
15 lines
286 B
Diff
15 lines
286 B
Diff
---
|
|
data/script/fcitx-autostart | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/data/script/fcitx-autostart
|
|
+++ b/data/script/fcitx-autostart
|
|
@@ -1,5 +1,7 @@
|
|
#!/bin/sh
|
|
|
|
+test x"$INPUT_METHOD" = x"fcitx" || exit 0
|
|
+
|
|
# sleep for a little while to avoid duplicate startup
|
|
sleep 2
|
|
|