Your message dated Tue, 13 Mar 2007 15:02:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#412253: fixed in tkinfo 2.8-3
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: tkinfo
Version: 2.8-2
Severity: normal
Tags: patch
tkinfo is looking for app-defaults under /usr/lib/X11/app-defaults,
which are, under Debian, located under /etc/X11/app-defaults
The attached patch fixes this and removes the "lang" part of the path
since I have not ever seen it anywhere.
*t
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages tkinfo depends on:
ii tk8.3 [wish] 8.3.5-6 Tk toolkit for Tcl and X11, v8.3 -
hi tk8.4 [wish] 8.4.12-1 Tk toolkit for Tcl and X11, v8.4 -
tkinfo recommends no packages.
-- no debconf information
--- /usr/bin/tkinfo.orig 2006-12-21 10:19:29.000000000 +0100
+++ /usr/bin/tkinfo 2007-02-24 22:55:12.000000000 +0100
@@ -113,7 +113,7 @@
The colors, fonts, and geometry of tkInfo can be customized using the
standard X options database. A random example follows. You can either put
(parts of) this in your .Xdefaults or .Xresources file or you can
-create a global file /usr/lib/X11/app-defaults/tkinfo that will apply
+create a global file /etc/X11/app-defaults/tkinfo that will apply
to all users of your site. To have the new options take effect,
restart your X server or use the program xrdb. More information about
the X options mechanism is available from the X man page. Use tkman
@@ -745,13 +745,17 @@
# Searches for the app-default files corresponding to classNames in
# the order specified by X Toolkit Intrinsics (R5), and loads them with
# the priority specified (default: startupFile). From the Tcl FAQ.
+#
+# Modified by Tomas Pospisek <[EMAIL PROTECTED]>:
+#
+# 1. use Debian specific system wide app-defaults path under /etc/X11
+# 2. remove "lang" - I haven't ever seen paths that contain a "lang" specific
part
+#
proc _tkiLoadAppDefaults {classNameList {priority startupFile}} {
- set lang [_tkiEnvVal LANG]
- if {[string length $lang] > 0} { set lang /$lang }
set filepath "\
- /usr/lib/X11${lang}/app-defaults \
+ /etc/X11/app-defaults \
[split [_tkiEnvVal XFILESEARCHPATH] :] \
- [_tkiEnvVal XAPPLRESDIR]${lang} \
+ [_tkiEnvVal XAPPLRESDIR]$ \
[split [_tkiEnvVal XUSERFILESEARCHPATH] :] \
"
foreach i $classNameList {
--- End Message ---
--- Begin Message ---
Source: tkinfo
Source-Version: 2.8-3
We believe that the bug you reported is fixed in the latest version of
tkinfo, which is due to be installed in the Debian FTP archive:
tkinfo_2.8-3.diff.gz
to pool/main/t/tkinfo/tkinfo_2.8-3.diff.gz
tkinfo_2.8-3.dsc
to pool/main/t/tkinfo/tkinfo_2.8-3.dsc
tkinfo_2.8-3_all.deb
to pool/main/t/tkinfo/tkinfo_2.8-3_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.
Michael Piefel <[EMAIL PROTECTED]> (supplier of updated tkinfo 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: Tue, 13 Mar 2007 10:22:54 +0100
Source: tkinfo
Binary: tkinfo
Architecture: source all
Version: 2.8-3
Distribution: unstable
Urgency: low
Maintainer: Michael Piefel <[EMAIL PROTECTED]>
Changed-By: Michael Piefel <[EMAIL PROTECTED]>
Description:
tkinfo - Tcl/Tk Info browser
Closes: 412253
Changes:
tkinfo (2.8-3) unstable; urgency=low
.
* Look for defaults in /etc/X11/app-defaults now instead of
/usr/lib/X11/app-defaults (Tomas Pospisek, closes: #412253)
Files:
d7cd7c845eae62d35f757b354dd0e2e8 551 doc optional tkinfo_2.8-3.dsc
f9b805932e4f933a0f4db1907779601c 4599 doc optional tkinfo_2.8-3.diff.gz
ac0b8d7b744e8b8d506dea0839da7d33 63056 doc optional tkinfo_2.8-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF9m4A5GwONXmN2VwRAl5dAJ4uDpWogZeCFYDwS/IpEflztAY6jwCeN97r
kE+FJRSTQQ+BfKakELi5pS0=
=tYr8
-----END PGP SIGNATURE-----
--- End Message ---