Your message dated Sun, 13 Nov 2011 13:48:05 +0000
with message-id <[email protected]>
and subject line Bug#644254: fixed in im-config 0.5
has caused the Debian Bug report #644254,
regarding im-config: problems in IM Module settings
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
644254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644254
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: im-config
Version: 0.4
Severity: serious
X-Debbugs-CC: [email protected]
Dear maintainer,
After doing some research, we found that current IM Module settings
have some severe problems:
In 20_ibus.im:
> GTK_IM_MODULE=xim
> # use immodule when available for GTK
> for IM_CONFIG_MARKER in /usr/lib/gtk-2.0/*/immodules/im-ibus.so ; do
> if [ -e $IM_CONFIG_MARKER ]; then
> GTK_IM_MODULE=ibus
> fi
> done
Here it means when GTK2 IM Module is present, GTK_IM_MODULE will be
set to ibus. But when there are GTK3 applications present in the
system, while at the same time GTK3 IM MODULE isn't, user cannot input
anything in those GTK3 applications. We were expecting that when the
IM Module does not exist it will fallback to XIM, but it simply
doesn't work - we may need to file another bug and/or contact upstream
if appropriate, but we should deal with it by applying some workaround
at least.
Tested that GTK2_IM_MODULE or GKT3_IM_MODULE does not exist.
Another similar but smaller issue, in 20_ibus.im:
> QT_IM_MODULE=xim
> # use immodule when available for QT
> for IM_CONFIG_MARKER in /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so ; do
> if [ -e $IM_CONFIG_MARKER ]; then
> QT_IM_MODULE=ibus
> fi
> done
When QT4 IM Module is present, then set QT_IM_MODULE=ibus. But what if
there are QT3 applications like K3b? Should we use QT4_IM_MODULE
instead?
Further more, we should deal with Multi-Arch of those libraries, which means:
> for IM_CONFIG_MARKER in /usr/lib/gtk-2.0/*/immodules/im-ibus.so
> /usr/lib/*/gtk-2.0/*/immodules/im-ibus.so ; do
and
> for IM_CONFIG_MARKER in /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so
> /usr/lib/*/qt4/plugins/inputmethods/libqtim-ibus.so ; do
This is needed because transition to Mult-Arch is in progress, we need
to take care of all the situations.
--
Regards,
Aron Xu
--- End Message ---
--- Begin Message ---
Source: im-config
Source-Version: 0.5
We believe that the bug you reported is fixed in the latest version of
im-config, which is due to be installed in the Debian FTP archive:
im-config_0.5.dsc
to main/i/im-config/im-config_0.5.dsc
im-config_0.5.tar.gz
to main/i/im-config/im-config_0.5.tar.gz
im-config_0.5_all.deb
to main/i/im-config/im-config_0.5_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Osamu Aoki <[email protected]> (supplier of updated im-config package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 13 Nov 2011 13:15:43 +0900
Source: im-config
Binary: im-config
Architecture: source all
Version: 0.5
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki <[email protected]>
Changed-By: Osamu Aoki <[email protected]>
Description:
im-config - Input method configuration framework
Closes: 631777 642215 644254
Changes:
im-config (0.5) unstable; urgency=low
.
* Added multi-arch support. Closes: #644254
* Updated fcitx support. Closes: #642215
* Supported GTK+2/GTK+3 immodule for all capable input method
(enable it only when both gtk2 and gtk3 immodules are available).
* Dependency adjustment for dialog and zenity. Closes: #631777
* Clutter support for ibus.
* Updated contents of README.Debian.
* Refined UI dialogue and indicated auto choice with @.
Checksums-Sha1:
f68c56f6a579d9c8d902902ad00b3bdf9505197e 873 im-config_0.5.dsc
aaa3ed50b159d8f1136ea9bb53300938df08b5c3 13201 im-config_0.5.tar.gz
47351952d037871fd9e1dc07b78848efa8dbb22c 16096 im-config_0.5_all.deb
Checksums-Sha256:
809288dbd2240a85669fe41bc777fdfcacb494ea5288df690234c3d5110cd361 873
im-config_0.5.dsc
53f01079fa7b07c82ae67c7ee45bce2e03216b6867e4f59766efe461e4509aca 13201
im-config_0.5.tar.gz
286365ddfeff6763c613095cd7569a48216bc31d5f55b78390f0612ed3a15543 16096
im-config_0.5_all.deb
Files:
537a0131bf42b2eea9e9efa13efc7c38 873 x11 optional im-config_0.5.dsc
d47ff669870cfc63c163d7af365b7cd9 13201 x11 optional im-config_0.5.tar.gz
e17d0c481e03df5d100998707c25d85c 16096 x11 optional im-config_0.5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk6/xrwACgkQ6A/EwagGHzIV3ACdFZR0FO4yXF7m6GIi7WkVIkmu
js8AnA//mZv1Bcx/WY01OlGl+BcOCMgL
=v13O
-----END PGP SIGNATURE-----
--- End Message ---