By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2908 - ibus needs to be started first
Summary: ibus needs to be started first
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: qt3 (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2018-05-22 13:36 CDT by wofgdkncxojef
Modified: 2018-05-22 13:36 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wofgdkncxojef 2018-05-22 13:36:10 CDT
ibus needs to be started first
otherwise, errors are thrown and
later ibus is ignored.

$ kate
TQInputContext: no input method context available
TQInputContext: no input method context available
TQInputContext: no input method context available
TQInputContext: no input method context available


--------------------------------
some explanations, it's a bit
complicated.

ibus is an input manager.
You use it to input languages like
Chinese.

example installation for japanese
sudo apt-get install ibus ibus-anthy

To make it work in trinity
the application needs this variable
export XMODIFIERS=@im=ibus

and ibus need to be launched this way
ibus-daemon --xim -d

ibus needs to be launched first.

in the application, type "ai"
you see preedited text
if you press enter, it will commit it.
if you press space once, it will give the 
most frequent kanji, if you press space
again, you get a whole list of options