Your message dated Mon, 24 Dec 2007 14:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457421: fixed in im-switch 1.16
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: im-switch
Version: 1.14
Severity: wishlist
Tags: patch
It would be nice to have general IM config file which sets X Input
Method (xim) for both GTK and QT programs. Such config file can be used
with many languages. Patch is attached to this message.
Probably the most important reason for such config file is that GTK
programs don't use xim as default input method and hence the Compose key
doesn't work in GTK programs. People have needed to add
"GTK_IM_MODULE=xim" to their /etc/environment file but it can't be
edited by a normal user.
The second reason is related to new Finnish keyboard layout
"fi(kotoistus)". In the future it will become the default Finnish layout
and part of its functionality is provided throught the Compose key. So
it may be that in the future Finnish users need XIM as default input
method in all programs (GTK and QT). It would require adding
/etc/alternatives/xinput-fi_FI for appropriate config file. But this is
not the case just yet. For now I just suggest adding the config file
inside the attached patch.
Thanks
diff -Nru im-switch-1.14/debian/rules im-switch-1.14.new/debian/rules
--- im-switch-1.14/debian/rules 2006-11-07 17:47:40.000000000 +0200
+++ im-switch-1.14.new/debian/rules 2007-12-22 11:07:51.927698766 +0200
@@ -57,6 +57,7 @@
install -o root -g root -m 644 sample/none
$(CURDIR)/debian/im-switch/etc/X11/xinit/xinput.d
install -o root -g root -m 644 sample/default
$(CURDIR)/debian/im-switch/etc/X11/xinit/xinput.d/default
install -o root -g root -m 644 sample/th-xim
$(CURDIR)/debian/im-switch/etc/X11/xinit/xinput.d
+ install -o root -g root -m 644 sample/default-xim
$(CURDIR)/debian/im-switch/etc/X11/xinit/xinput.d
# Build architecture-independent files here.
binary-indep: build install
diff -Nru im-switch-1.14/sample/default-xim
im-switch-1.14.new/sample/default-xim
--- im-switch-1.14/sample/default-xim 1970-01-01 02:00:00.000000000 +0200
+++ im-switch-1.14.new/sample/default-xim 2007-12-22 11:06:39.470687317
+0200
@@ -0,0 +1,32 @@
+#
+# General configuration to set X Input Method (xim) for GTK and QT.
+# See im-switch(8) and /usr/share/doc/im-switch/README.Debian .
+
+#
+# Define IM for traditional X application with XIM
+#
+# XIM server name
+# XIM program /path/filename
+# XIM program command line arguments
+# XMODIFIERS environment parameter
+#
+XIM=none
+XIM_PROGRAM=
+XIM_ARGS=
+
+#
+# Define GTK and QT IM module
+# They may or may not be using xim as the IM.
+#
+GTK_IM_MODULE=xim
+QT_IM_MODULE=xim
+
+#
+# Define lists of packages neded for above IM to function
+#
+DEPENDS=
+
+#
+# Define X start up hook script to update IM environment
+#
+
--- End Message ---
--- Begin Message ---
Source: im-switch
Source-Version: 1.16
We believe that the bug you reported is fixed in the latest version of
im-switch, which is due to be installed in the Debian FTP archive:
im-switch_1.16.dsc
to pool/main/i/im-switch/im-switch_1.16.dsc
im-switch_1.16.tar.gz
to pool/main/i/im-switch/im-switch_1.16.tar.gz
im-switch_1.16_all.deb
to pool/main/i/im-switch/im-switch_1.16_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-switch 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.7
Date: Mon, 24 Dec 2007 23:35:17 +0900
Source: im-switch
Binary: im-switch
Architecture: source all
Version: 1.16
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto <[EMAIL PROTECTED]>
Changed-By: Osamu Aoki <[EMAIL PROTECTED]>
Description:
im-switch - Input method switch framework
Closes: 457421
Changes:
im-switch (1.16) unstable; urgency=low
.
* Corrected the changelog in 1.15 from "45742" to "457421" and from 2
"loww" to "low". (closes: Bug#457421)
* Updated README.Debian.
Files:
5c64a34677b53cc29297c7634c3c48da 538 x11 optional im-switch_1.16.dsc
7f23ec42e4782e7de2a202efae903ab7 20892 x11 optional im-switch_1.16.tar.gz
cce51cf1fd296c8dad023df4111667f3 14864 x11 optional im-switch_1.16_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHb8Un6A/EwagGHzIRAhoXAJ98m5d55onG14WktbKWYocRlyYfeQCfdsjv
r8oDHVPFLCsXS1kZ0KtWbK0=
=8vHS
-----END PGP SIGNATURE-----
--- End Message ---