<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>One of my user on Ubuntu want to be able to input chinese using IBus. She also uses a french keyboard.<br><br></div>Here is the problem: when she just want to type french, she can't use the circumflex accent (^) as we french are used to do: pressing ^ then e gives ê. Here it ends up being ^e.<br>
<br></div>I looked around on the internet and found about the QT_IM_MODULE and the XMODIFIERS environment variables. Sure enough, launching the app with XMODIFIERS set to an empty string allows to enter ê as expected, but also completely disable IBus !<br>
<br></div>I also saw that QT_IM_MODULE was set to xim, whereas GTK_IM_MODULE was set to ibus. So I tried to launch the app with QT_IM_MODULE=ibus, but that didnt change anything.<br><br></div>Does anyone have suggestion about that ?<br>
<br></div>Thanks a bunch !<br><br>Clément<br></div>