Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Getting ibus working with qt5 applications

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
supergroovegear
Posts: 1
Joined: 2015-11-13 00:54

Getting ibus working with qt5 applications

#1 Post by supergroovegear »

Hello all,

I am running Debian 8.2 (Jessie) with KDE 4.14.2. I use ibus to enter CJK characters. ibus is setup "the manual way" from https://wiki.debian.org/I18n/ibus, notably that the following lines are added to ~/.xsessionrc

Code: Select all

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
CJK input via ibus works for Qt4 applications such as Kate and Kwrite.

However, CJK input via ibus does not work automatically with Qt5 applications, such as sqlitebrowser. I can get ibus running with Qt5 applications if I launch the application from the console like this:

Code: Select all

QT_IM_MODULE=ibus sqlitebrowser
Is there way I can get ibus working with Qt5 applications automically without needing to add "QT_IM_MODULE=ibus" all the time?

Cheers

Post Reply