Your message dated Sun, 19 May 2013 00:02:47 +0000
with message-id <[email protected]>
and subject line Bug#705284: fixed in im-config 0.22-1
has caused the Debian Bug report #705284,
regarding im-config: kdialog support in im-config
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.)
--
705284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705284
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: im-config
Version: 0.21
Severity: wishlist
Tags: patch
I git KDE patch to im-config :-) Bravo!
I will wait for wheezy release for now.
But I do not want to loose this. So I am putting it to BTS
I think my code for im-config was clean enough to get a small patch.
Thanks for KUBUNTU people!
Osamu
-- System Information:
Debian Release: 7.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.8-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages im-config depends on:
ii dialog 1.1-20120215-3
ii gettext-base 0.18.1.1-10
ii zenity 3.4.0-2
Versions of packages im-config recommends:
ii dialog 1.1-20120215-3
ii x11-common 1:7.7+2
im-config suggests no packages.
-- no debconf information
Index: im-config-0.21ubuntu3/im-config
===================================================================
--- im-config-0.21ubuntu3.orig/im-config 2013-04-10 12:23:40.175113191
+0200
+++ im-config-0.21ubuntu3/im-config 2013-04-10 12:24:16.999113186 +0200
@@ -99,7 +99,12 @@
# Sanity check
#############################################################
if [ $IM_CONFIG_DIALOG = "X" ]; then
- if [ ! -x /usr/bin/zenity ]; then
+ kdialog_found=1
+ if [ "$KDE_FULL_SESSION" = true ] && [ -x /usr/bin/kdialog ]; then
+ kdialog_found=0
+ fi
+
+ if [ $kdialog_found -ne 0 ] && [ ! -x /usr/bin/zenity ]; then
eval_gettext "E: zenity must be installed." >&2
echo >&2
exit 1
Index: im-config-0.21ubuntu3/share/im-config.common
===================================================================
--- im-config-0.21ubuntu3.orig/share/im-config.common 2013-04-10
12:23:48.527113190 +0200
+++ im-config-0.21ubuntu3/share/im-config.common 2013-04-10
12:24:18.759113186 +0200
@@ -129,8 +129,16 @@
# console
dialog --title "$IM_CONFIG_ID" --msgbox "$1" 15 76
else
- # GTK GUI
- echo -n "$1" | zenity --width=600 --height=400 --title "$IM_CONFIG_ID"
--text-info
+ if [ "$KDE_FULL_SESSION" = true ] && [ -x /usr/bin/kdialog ]; then
+ # KDE GUI
+ tmp_file=/tmp/imconfig-kdialog.tmp
+ echo -n "$1" > $tmp_file
+ kdialog --title "$IM_CONFIG_ID" --textbox $tmp_file 600 400
+ rm -f $tmp_file
+ else
+ # GTK GUI
+ echo -n "$1" | zenity --width=600 --height=400 --title
"$IM_CONFIG_ID" --text-info
+ fi
fi
}
@@ -140,8 +148,13 @@
# console
dialog --title "$IM_CONFIG_ID" --yesno "$1" 20 76
else
- # GTK GUI
- zenity --title "$IM_CONFIG_ID" --width=600 --height=400 --question
--text "$1"
+ if [ "$KDE_FULL_SESSION" = true ] && [ -x /usr/bin/kdialog ]; then
+ # KDE GUI
+ kdialog --title "$IM_CONFIG_ID" --yesno "$1"
+ else
+ # GTK GUI
+ zenity --title "$IM_CONFIG_ID" --width=600 --height=400 --question
--text "$1"
+ fi
fi
}
--- End Message ---
--- Begin Message ---
Source: im-config
Source-Version: 0.22-1
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.
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, 19 May 2013 08:48:18 +0900
Source: im-config
Binary: im-config
Architecture: source all
Version: 0.22-1
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki <[email protected]>
Changed-By: Osamu Aoki <[email protected]>
Description:
im-config - Input method configuration framework
Closes: 701831 705284
Changes:
im-config (0.22-1) unstable; urgency=low
.
* Change this to non-native 3.0 (quilt) source/format.
* KUBUNTU patch to use kdialog too. Closes: #705284
* Mallit input method support by Michał Zając. Closes: #701831
Checksums-Sha1:
6d32c572ccb24668b8f172cf2b58dc21455f2c03 1143 im-config_0.22-1.dsc
bda09720054d707ea8e1b440d1e1b5e89447e392 33544 im-config_0.22.orig.tar.gz
712b80d0cfbec423ac6d43950011e849e4da1d7f 6796 im-config_0.22-1.debian.tar.gz
08085c09d381b84317b06a0626e4ca3dd74f6172 36960 im-config_0.22-1_all.deb
Checksums-Sha256:
b3699f3601b3fb2a3afc14280d21a396ff343fab8593cdc79df6e8b44d3083d5 1143
im-config_0.22-1.dsc
21e633305b2675fb85ea12685f8bd438b552fb02cee88e547f0808503243962e 33544
im-config_0.22.orig.tar.gz
672f2275d38419fb09a06b37ef68a16ffa5070d0d078bf3b7aec2c30ffc4bb96 6796
im-config_0.22-1.debian.tar.gz
0534c7a4d9faf9358ff1baaf211e47781d00080637d5aa0ebb20fa1124383e0a 36960
im-config_0.22-1_all.deb
Files:
0a2243157954964e111900dbb4cbc4ea 1143 x11 optional im-config_0.22-1.dsc
9b36866f17efa23d3dd9286783c2f05d 33544 x11 optional im-config_0.22.orig.tar.gz
a74aea3f38383af918048f4ebaff4eda 6796 x11 optional
im-config_0.22-1.debian.tar.gz
437b69e52622a142155f467580c84ce6 36960 x11 optional im-config_0.22-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlGYFQ0ACgkQ6A/EwagGHzLYtgCfQlbsLAISZVzwgoZSOKdEATOv
A7oAn3YNEsWEchFcVyy8lPVLRxCZyOt4
=8TEy
-----END PGP SIGNATURE-----
--- End Message ---