trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: May 2018

Re: [trinity-users] IBus input with TDE applications

From: wofgdkncxojef@...
Date: Tue, 22 May 2018 06:56:58 +0200
On Tuesday 10 April 2018 15:33:40 Jan Stolarek wrote:
> Dear TDE users,
>
> is there a way to use IBus as the input method for TDE applications? I have
> installed and configured IBus on my system. It works fine with GTK and QT4
> applications but I can't get it to work with TDE applications (which, I
> believe are QT3 applications). So for example, I can input japanese
> hiragana or korean hangul in Firefox or Libre Office, but I can't do the
> same in KMail. All help appreciated.
>
> Janek
>

lucky you, i just found how to do this, i added it in the wiki
https://wiki.trinitydesktop.org/Ibus
a copy here

ibus works in trinity, with these three changes

1.applications need this variable in their environment
export XMODIFIERS=@im=ibus
you can add it in ~/.bashrc
or in the terminal just before
launching the application

2. ibus in xim mode
ibus-daemon --xim -d

3.embed the preedit text, otherwise it appears at
the bottom left corner of the window.
in ibus applet
right click applet > preferences >
embed preedit text in application window