https://bugs.documentfoundation.org/show_bug.cgi?id=82907
--- Comment #2 from Carlos Rodriguez <[email protected]> --- Firstly I'd like to apologize myself because it's my first time working with different input methods :-) What I guess is what the original poster detected. LibO KDE integration is not fully working with "fcitx" and "mozc" while KDE apps like "kwriter" is working fine. Steps to reproduce on Debian 8 (jessie): 1.- Install "fcitx-mozc fcitx-ui-classic" and its dependencies. 2.- Create a file named ~/.kde/env/fcitx.sh with this content: #!/bin/bash export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx 3.- Restart KDE session 4.- You'll see an icon on panel for Input Method selection 5.- Start "kwriter" and press Ctrl+Space and you'll get into MOZC Input Method typing asian characters and representing what the original poster says. 6.- Trying the same on LibO does not work. 7.- As a workaround you can change the ~/.kde/env/fcitx.sh file and replace the lines with: #!/bin/bash export GTK_IM_MODULE=xim export QT_IM_MODULE=xim export XMODIFIERS=@im=xim 8.- Now you can get the MOZC Input Method but as mention in SuSE (I can't confirm) this is not the best option. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
