Your message dated Mon, 16 Jul 2018 07:19:25 +0000
with message-id <[email protected]>
and subject line Bug#899185: fixed in im-config 0.35-1
has caused the Debian Bug report #899185,
regarding im-config: Does not work with kdialog
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.)
--
899185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899185
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: im-config
Version: 0.34-1
im-config does not work with kdialog because menulist_*()
functions in im-config.common don't support it.
Please apply the attached patch.
Thanks.
--
-- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp)
-- Business Home: https://www.OSSTech.co.jp/
-- GitHub Home: https://GitHub.com/fumiyas/
-- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
>From c40e3dd6e6d4ea21104150513a7c228f9fde5939 Mon Sep 17 00:00:00 2001
From: SATOH Fumiyasu <[email protected]>
Date: Sun, 20 May 2018 22:17:42 +0900
Subject: [PATCH] Fix kdialog support
---
share/im-config.common | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/share/im-config.common b/share/im-config.common
index 01ffa73..2a188a9 100644
--- a/share/im-config.common
+++ b/share/im-config.common
@@ -174,6 +174,8 @@ menulist_init () {
if [ $IM_CONFIG_DIALOG = "console" ]; then
# console
printf "%s" "whiptail --title \"$IM_CONFIG_ID\" --radiolist \"$1\" 23
76 18"
+ elif [ "$KDE_FULL_SESSION" = true ] && [ -x /usr/bin/kdialog ]; then
+ printf "%s" "kdialog --title=\"$IM_CONFIG_ID\" --radiolist \"$1\""
else
# GTK GUI
printf "%s" "zenity --title=\"$IM_CONFIG_ID\" --width=600 --height=400
--text=\"$1\" --list --radiolist --column \"$2\" --column \"$3\" --column
\"$4\""
@@ -188,6 +190,8 @@ menulist_add () {
if [ $IM_CONFIG_DIALOG = "console" ]; then
# console
printf "%s" "$1 \"$2\" $3"
+ elif [ "$KDE_FULL_SESSION" = true ] && [ -x /usr/bin/kdialog ]; then
+ printf "%s" "$1 \"$2\" $3"
else
# GTK GUI
if [ "x$3" = "xon" ]; then
@@ -205,7 +209,7 @@ menulist_eval () {
# console
eval "$1"
else
- # GTK GUI
+ # KDE or GTK GUI
eval "$1" 3>&2 2>/dev/null 1>&3
fi
}
--
2.17.0
--- End Message ---
--- Begin Message ---
Source: im-config
Source-Version: 0.35-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: SHA512
Format: 1.8
Date: Mon, 16 Jul 2018 15:54:09 +0900
Source: im-config
Binary: im-config
Architecture: source all
Version: 0.35-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team <[email protected]>
Changed-By: Osamu Aoki <[email protected]>
Description:
im-config - Input method configuration framework
Closes: 899185
Changes:
im-config (0.35-1) unstable; urgency=medium
.
* Fix kdialog support code. Closes: #899185
* Update VCS to new salsa service in compliance to the Debian
Policy 5.6.26 (version 4.1.5).
* Bump standards version to 4.1.5 and compat to 11.
Checksums-Sha1:
8223fe13c15bcd9f9baa334d5299ff2d0d82674d 1864 im-config_0.35-1.dsc
2b21fcfad957bfbed333ca65fcf0e4b69642ad26 43604 im-config_0.35.orig.tar.xz
a06e6e793fbc4f255a24aaf96183d0757939b8e6 8020 im-config_0.35-1.debian.tar.xz
2cf2c064fc93c0b93ea853730108e7ca955a4973 52252 im-config_0.35-1_all.deb
4bee579f7b5304b600d98166f253bd7e70eb89c5 5454 im-config_0.35-1_amd64.buildinfo
Checksums-Sha256:
d9c185fbadd52fc36a1209198fcb6c79b6c3e11201e272a596b336daf151cd22 1864
im-config_0.35-1.dsc
61316746e6f01871405554abc5431f573c64835490c344cf4fa6228e54452605 43604
im-config_0.35.orig.tar.xz
c3ea3ae719367faad4f12124deda1ace9ee0e7164324e28239460689567d10c0 8020
im-config_0.35-1.debian.tar.xz
a54ae67645d47248e13f432723690ddba090657b1e0fa133bec44c93029824f3 52252
im-config_0.35-1_all.deb
91ddf505557eabe2a9f7060fbbda5f3cc6b57c234d990a5e957ac1fb95ca5ff7 5454
im-config_0.35-1_amd64.buildinfo
Files:
7ee225bc63d107790623dfd8b01dd2e8 1864 x11 optional im-config_0.35-1.dsc
aa0c11fc059f878c35e59f649a3ae080 43604 x11 optional im-config_0.35.orig.tar.xz
c32beb5b74f101cda1fcbcb4576c58df 8020 x11 optional
im-config_0.35-1.debian.tar.xz
d23a2064e7230d1920559994ee28ea77 52252 x11 optional im-config_0.35-1_all.deb
e274e63a8130f8f046ffbc2ae06c463b 5454 x11 optional
im-config_0.35-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEMTNyTWIHiBV56V1iHhNWiB3Y15EFAltMRGoACgkQHhNWiB3Y
15GNChAAgonR7/sjdBYdGynmF1+xNzcLRrAT6IS45AWRg8Fx2aNN20HrxSIIy3pm
19CF88f+4kZQiO0Rd9AXrmDmyyrYqfIu1QZHpjsHDPdN7oOFlMW0KaIwPalFMkM3
qcraKQUBpzNMg1ic435L7MkyqXl6ktswLJv1rqNh25a+Nkvgr7WCK/nMcR4Fasy8
I5ZnSWXoTd4RUCdsXlRoFg8tX8Pkz9R2XweF695lkkLgZUcRVovF0nb8CgsbYwRu
JJ49cxj0FYTvv3A15g5Zhk2FaOcGy0X381dwc+8QQDBXEwgbYpPy5uKsWKx7F4dC
C0QxUgXpv19D+QFS7clsZ+LgdBuHWroGXJC6L/Mf+VXuzlWvi7wIo4RAc9v/GR9o
AMXVXbfkLrpOa9+rUnWTxiOhjI4LHIr9E/Xv1aiG2qVHWop+aR+EAuQf3/kVrN4u
BApuuGmlaNacCaU9o+5W3yvrHHXksrijtnmacFGzSMBkGSUuW/Yxh1H2QUWAexE3
W6qRp8940JuREZLxw4AMVQoxjvBhibGURtTFI6IdqV/SsrGADMks1UgvmYu8VcN3
qkJs4o0WRyFmF/TEQpytPiYvT72SNU9gZ+UB45zWslAPjxrnG2tuGEaFy7mZ9yyQ
zF9EfkGYSGmpetxkw7I6mRTpVp2LziPLKEeXa8mmKWtuZ55iZTE=
=3ecV
-----END PGP SIGNATURE-----
--- End Message ---