Your message dated Mon, 31 Mar 2008 14:02:26 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#348888: fixed in kiosktool 1.0-2
has caused the Debian Bug report #348888,
regarding kiosktool needs patching to work with Debian KDE >= 3.4
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.)
--
348888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348888
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kiosktool
Severity: important
Version: 1.0-1.1
Tags: patch
Hello,
Debian's KDE moves /etc/xdg/menus/applications.menu
to /etc/xdg/kde-applications.menu starting with KDE 3.4. This means that
kiosktool must be patched to find this file. The attached patch does this.
Please document the change in the changelog and README.Debian, so that users
understand the change, and will understand why if they upgrade from Sarge's
KDE 3.3 (which still uses /etc/xdg/menus/applications.menu) that their
settings seem to go, etc.
The patch is borrowed from Ubuntu.
Thanks,
Christopher Martin
--- kiosktool.orig/kiosktool/menueditComponent.cpp
+++ kiosktool.patched/kiosktool/menueditComponent.cpp
@@ -104,8 +104,8 @@
{
bool result;
QString menuEditFile = KioskRun::self()->locateLocal("xdgconf-menu", "applications-kmenuedit.menu");
- QString menuFile = KioskRun::self()->locate("xdgconf-menu", "applications.menu");
- QString menuFileSave = KioskRun::self()->locateSave("xdgconf-menu", "applications.menu");
+ QString menuFile = KioskRun::self()->locate("xdgconf-menu", "kde-applications.menu");
+ QString menuFileSave = KioskRun::self()->locateSave("xdgconf-menu", "kde-applications.menu");
kdDebug() << "MenuEditComponent: menuEditFile = " << menuEditFile << endl;
kdDebug() << "MenuEditComponent: menuFile = " << menuFile << endl;
--- End Message ---
--- Begin Message ---
Source: kiosktool
Source-Version: 1.0-2
We believe that the bug you reported is fixed in the latest version of
kiosktool, which is due to be installed in the Debian FTP archive:
kiosktool_1.0-2.diff.gz
to pool/main/k/kiosktool/kiosktool_1.0-2.diff.gz
kiosktool_1.0-2.dsc
to pool/main/k/kiosktool/kiosktool_1.0-2.dsc
kiosktool_1.0-2_i386.deb
to pool/main/k/kiosktool/kiosktool_1.0-2_i386.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.
Holger Levsen <[EMAIL PROTECTED]> (supplier of updated kiosktool 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, 31 Mar 2008 14:55:05 +0200
Source: kiosktool
Binary: kiosktool
Architecture: source i386
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Holger Levsen <[EMAIL PROTECTED]>
Description:
kiosktool - tool to configure the KDE kiosk framework
Closes: 348888
Changes:
kiosktool (1.0-2) unstable; urgency=low
.
* QA upload to orphan the package, set maintainer to QA group.
* Include patch from Ubuntu to correct the path to the menu file
(Closes: #348888) - No thanks for not updating the Debian BTS for that.
Files:
331e909379ccec5af23555494bf107fd 591 kde optional kiosktool_1.0-2.dsc
281b9cb7ad52975056c0e2679668d3f3 3539 kde optional kiosktool_1.0-2.diff.gz
22138deca2bab639eb5dc6f81c4a0171 475750 kde optional kiosktool_1.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH8OxwUHLQNqxYNSARAoyEAJ4mHOD5rbccUmH9PGolhtmAkYzeIACePigO
VWzwAqjah8rHWPQZTu8GI74=
=/0SW
-----END PGP SIGNATURE-----
--- End Message ---