Hi,

> > Installed IM Module     Variable to set
> > ==========================================================
> > Qt4 only                     QT4_IM_MODULE
> > Qt5 only                     QT5_IM_MODULE (Missing feature)
> > Qt4 and Qt5                  QT_IM_MODULE
...
> Also, if there is only Qt5 IM Module, setting QT4_IM_MODULE=xim and
> then QT_IM_MODULE can be used for Qt5.
This is special work around.

For QT4, QT4_IM_MODULE was introduced at:

But I see qplatforminputcontextfactory.cpp in src/gui/kernel only has

QString icString = QString::fromLatin1(qgetenv("QT_IM_MODULE"));

If I remember, it used to read 2 environment variables.

I see dist/changes-4.5.0 has:
- QT4_IM_MODULE
    * [227849] Added a new environment variable that specifies the input
      method module to use and takes precedence over the QT_IM_MODULE
      enviroment variable. This environment variable allows the user to
      configure the environment to use different input methods for Qt 3 and
      Qt 4-based applications.

Will they do the same this time or not?  Any idea?  It is only very early phase.

Osamu


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to