Your message dated Tue, 17 Jan 2012 13:32:31 +0000
with message-id <[email protected]>
and subject line Bug#652522: fixed in im-config 0.10
has caused the Debian Bug report #652522,
regarding im-config: Add HIME input method editor as another engine
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.)
--
652522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652522
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: im-config
Version: 0.7
Severity: wishlist
Tags: l10n
Please help us adding HIME input method editor as another engine. This
package will be uploaded soon. (#652022)
It is a Chinese input method framework forked from gcin. Although it
supports anthy IM, its name does not mean that it is a Japanes-only
input framework.
By the way, I would like to know why GTK2 immodule and GTK3 immodule
needs to be co-exist to change GTK_IMMODULE to its IME.
# vim: set sts=4 expandtab:
IM_CONFIG_SHORT="activate Chinese input method (hime)"
IM_CONFIG_LONG="Recommended for Gnome: hime, hime-gtk3-immodule\n\nRecommended
for KDE: hime-qt4-immodule"
package_auto () {
package_status hime && package_status hime-gtk3-immodule && package_status
hime-qt4-immodule
}
package_menu () {
package_status hime || package_status hime-gtk3-immodule || package_status
hime-qt4-immodule
}
# start hime
# vim: set sts=4 expandtab:
# start hime daemon
/usr/bin/hime &
# set variables for the plain XIM
XMODIFIERS=@im=hime
GTK_IM_MODULE=xim
# use hime immodule only when available for both GTK 2.0 and 3.0
IM_CONFIG_MARKER2=0
for IM_CONFIG_MARKER in /usr/lib/*/gtk-2.0/*/immodules/hime.so \
/usr/lib/gtk-2.0/*/immodules/hime.so ; do
if [ -e $IM_CONFIG_MARKER ]; then
IM_CONFIG_MARKER2=1
break
fi
done
IM_CONFIG_MARKER3=0
for IM_CONFIG_MARKER in /usr/lib/*/gtk-3.0/*/immodules/hime.so \
/usr/lib/gtk-3.0/*/immodules/hime.so ; do
if [ -e $IM_CONFIG_MARKER ]; then
IM_CONFIG_MARKER3=1
break
fi
done
if [ $IM_CONFIG_MARKER2 = 1 ] && [ $IM_CONFIG_MARKER3 = 1 ] ; then
GTK_IM_MODULE=hime
fi
QT4_IM_MODULE=xim
# use immodule when available for Qt4
for IM_CONFIG_MARKER in /usr/lib/*/qt4/plugins/inputmethods/im-hime.so \
/usr/lib/qt4/plugins/inputmethods/im-hime.so ; do
if [ -e $IM_CONFIG_MARKER ]; then
QT4_IM_MODULE=hime
break
fi
done
# hime has no clutter support, and qt3 immodule is not compiled.
CLUTTER_IM_MODULE=xim
--- End Message ---
--- Begin Message ---
Source: im-config
Source-Version: 0.10
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.10.dsc
to main/i/im-config/im-config_0.10.dsc
im-config_0.10.tar.gz
to main/i/im-config/im-config_0.10.tar.gz
im-config_0.10_all.deb
to main/i/im-config/im-config_0.10_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: Tue, 17 Jan 2012 22:06:36 +0900
Source: im-config
Binary: im-config
Architecture: source all
Version: 0.10
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki <[email protected]>
Changed-By: Osamu Aoki <[email protected]>
Description:
im-config - Input method configuration framework
Closes: 652522
Changes:
im-config (0.10) unstable; urgency=low
.
* Added German translation. Thanks Hendrik Knackstedt.
* Added HIME and Chinese translation. Thank Yao Wei. Closes: #652522
Checksums-Sha1:
bcc07cbeeaeddd52163c65251f776368d570d7af 877 im-config_0.10.dsc
a61057b4913876b2ae7133873c5d939b825601ab 27985 im-config_0.10.tar.gz
19e319916a689d6a7ef53c75b047ed04a11c7793 31664 im-config_0.10_all.deb
Checksums-Sha256:
793b981fbc62023573cad691c974c5ce91474e66fed2305d3881d0fd720fe363 877
im-config_0.10.dsc
b1b0cc7a256cc49623432600372de7eb8b9eef6c8c1e433f5924c3097895dc95 27985
im-config_0.10.tar.gz
48031acc9f63086fb5be07f63c5ce37a6fe5390bc0a12c85ca92339d82d6207e 31664
im-config_0.10_all.deb
Files:
66d6a59b61ccc38a1f528c87d586c968 877 x11 optional im-config_0.10.dsc
3486e32545eec5109b8c137ff57e2daf 27985 x11 optional im-config_0.10.tar.gz
8c9e7d6f49423ba2e267b9197b28f229 31664 x11 optional im-config_0.10_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8VdTgACgkQ6A/EwagGHzJutgCfRFob3ILqtRDD56Jg3DcJaWlh
bg4An2k7ZeIrj+EgYkDESTng2wnkwaxR
=GIlQ
-----END PGP SIGNATURE-----
--- End Message ---