[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#348888: marked as done (kiosktool needs patching to work with Debian KDE >= 3.4)



Your message dated Thu, 05 Jun 2008 07:52:18 +0000
with message-id <E1K4AGg-0006C4-Mh@ries.debian.org>
and subject line Bug#348888: fixed in kiosktool 1.0-2~etch+1
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 owner@bugs.debian.org
immediately.)


-- 
348888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348888
Debian Bug Tracking System
Contact owner@bugs.debian.org 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~etch+1

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~etch+1.diff.gz
  to pool/main/k/kiosktool/kiosktool_1.0-2~etch+1.diff.gz
kiosktool_1.0-2~etch+1.dsc
  to pool/main/k/kiosktool/kiosktool_1.0-2~etch+1.dsc
kiosktool_1.0-2~etch+1_i386.deb
  to pool/main/k/kiosktool/kiosktool_1.0-2~etch+1_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 348888@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Levsen <holger@debian.org> (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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 28 Apr 2008 14:20:11 +0000
Source: kiosktool
Binary: kiosktool
Architecture: source i386
Version: 1.0-2~etch+1
Distribution: stable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Holger Levsen <holger@debian.org>
Description: 
 kiosktool  - tool to configure the KDE kiosk framework
Closes: 348888
Changes: 
 kiosktool (1.0-2~etch+1) stable; 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: 
 af6b2585b7e660660f0ddb861fee5852 605 kde optional kiosktool_1.0-2~etch+1.dsc
 35806fdd01a50e3cedd828e81118af47 3551 kde optional kiosktool_1.0-2~etch+1.diff.gz
 230eb5e5110ce6bece9f9df48fa37aa4 478066 kde optional kiosktool_1.0-2~etch+1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIFeeSUHLQNqxYNSARAnFbAJ90xi/3S1rnn49BdJebo4ufuqKLggCgk4wf
aIi8n/qivabJoN/SCuTlBSI=
=DHHD
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: