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 2907 - applications crash when ibus closes
Summary: applications crash when ibus closes
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:25 CDT by wofgdkncxojef
Modified: 2018-05-22 13:25 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:25:18 CDT
when a trinity app accepts inputs
from ibus, if ibus closes, the app
crashes.

TQXIMInputContext::close_xim() has been called
TQXIMInputContext::close_xim() has been called
TQXIMInputContext::close_xim() has been called
[kcrash] TDECrash: Application 'kate' crashing...


--------------------------------
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