Hide Forgot
Description of problem: currently ibus.conf doesn't set anything to QT_IM_MODULE if ibus-qt package isn't installed. this behaviour is unpredictable. that would be better set xim to it to ensure its working. Version-Release number of selected component (if applicable): ibus-1.3.99.20101202-5.fc15.x86_64 How reproducible: always Steps to Reproduce: 1.log into the desktop without ibus-qt package 2.see $QT_IM_MODULE. 3. Actual results: No QT_IM_MODULE is set. Expected results: should have xim. Additional info:
index 3eec7fd..760f86f 100644 --- a/xinput-ibus +++ b/xinput-ibus @@ -10,4 +10,6 @@ if test -f /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so || \ test -f /usr/lib64/qt4/plugins/inputmethods/libqtim-ibus.so; then QT_IM_MODULE=ibus +else + QT_IM_MODULE=xim fi