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

Bug#479823: marked as done (Use "su-to-root -X" as su wrapper in menu/desktop files)



Your message dated Wed, 25 Jun 2008 20:47:06 +0000
with message-id <E1KBbtS-0005r0-H8@ries.debian.org>
and subject line Bug#479823: fixed in kdeadmin 4:3.5.9-2
has caused the Debian Bug report #479823,
regarding Use "su-to-root -X" as su wrapper in menu/desktop files
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.)


-- 
479823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479823
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lilo-config
Severity: important
Version: 4:3.5.9-1
User: debian-live-devel@lists.alioth.debian.org
Usertags: su-to-root
Tags: patch

Hi,

The menu item or .desktop file:

  /usr/share/menu/lilo-config
 
uses an su wrapper other than su-to-root such as "gksu" or "kdesu". On
Debian systems, please use "su-to-root -X", which will pick the correct
wrapper based on what's installed on the system and the current desktop
environment.

Using su-to-root is also important for Live CD systems which need to use
sudo rather than su (su-to-root permits global configuration to use sudo).
This change still important even if the package is targetted at (or uses a
widget toolkit closely related to) a particular desktop environment.

The solution is trivial:

 - Exec=gksu /usr/sbin/my-binary
 + Exec=su-to-root -X /usr/sbin/my-binary

Lintian reports this error as "su-wrapper-not-su-to-root".


Regards,

-- 
Chris Lamb, UK                                       chris@chris-lamb.co.uk
                                                            GPG: 0x634F9A20

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: kdeadmin
Source-Version: 4:3.5.9-2

We believe that the bug you reported is fixed in the latest version of
kdeadmin, which is due to be installed in the Debian FTP archive:

kcron_3.5.9-2_amd64.deb
  to pool/main/k/kdeadmin/kcron_3.5.9-2_amd64.deb
kdat_3.5.9-2_amd64.deb
  to pool/main/k/kdeadmin/kdat_3.5.9-2_amd64.deb
kdeadmin-dbg_3.5.9-2_amd64.deb
  to pool/main/k/kdeadmin/kdeadmin-dbg_3.5.9-2_amd64.deb
kdeadmin-doc-html_3.5.9-2_all.deb
  to pool/main/k/kdeadmin/kdeadmin-doc-html_3.5.9-2_all.deb
kdeadmin-kfile-plugins_3.5.9-2_amd64.deb
  to pool/main/k/kdeadmin/kdeadmin-kfile-plugins_3.5.9-2_amd64.deb
kdeadmin_3.5.9-2.diff.gz
  to pool/main/k/kdeadmin/kdeadmin_3.5.9-2.diff.gz
kdeadmin_3.5.9-2.dsc
  to pool/main/k/kdeadmin/kdeadmin_3.5.9-2.dsc
kdeadmin_3.5.9-2_all.deb
  to pool/main/k/kdeadmin/kdeadmin_3.5.9-2_all.deb
knetworkconf_3.5.9-2_amd64.deb
  to pool/main/k/kdeadmin/knetworkconf_3.5.9-2_amd64.deb
kpackage_3.5.9-2_amd64.deb
  to pool/main/k/kdeadmin/kpackage_3.5.9-2_amd64.deb
ksysv_3.5.9-2_amd64.deb
  to pool/main/k/kdeadmin/ksysv_3.5.9-2_amd64.deb
kuser_3.5.9-2_amd64.deb
  to pool/main/k/kdeadmin/kuser_3.5.9-2_amd64.deb
lilo-config_3.5.9-2_amd64.deb
  to pool/main/k/kdeadmin/lilo-config_3.5.9-2_amd64.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 479823@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ana Beatriz Guerrero Lopez <ana@debian.org> (supplier of updated kdeadmin 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.8
Date: Wed, 25 Jun 2008 22:19:09 +0200
Source: kdeadmin
Binary: kdeadmin kdeadmin-doc-html kcron kdat kdeadmin-kfile-plugins knetworkconf kpackage ksysv kuser lilo-config kdeadmin-dbg
Architecture: source all amd64
Version: 4:3.5.9-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Ana Beatriz Guerrero Lopez <ana@debian.org>
Description: 
 kcron      - the KDE crontab editor
 kdat       - a KDE tape backup tool
 kdeadmin   - system administration tools from the official KDE release
 kdeadmin-dbg - debugging symbols for kdeadmin
 kdeadmin-doc-html - KDE administration documentation in HTML format
 kdeadmin-kfile-plugins - KDE file metainfo plugins for deb and rpm files
 knetworkconf - KDE network configuration tool
 kpackage   - KDE package management tool
 ksysv      - KDE SysV-style init configuration editor
 kuser      - KDE user/group administration tool
 lilo-config - KDE frontend for lilo configuration
Closes: 460479 468757 479823
Changes: 
 kdeadmin (4:3.5.9-2) unstable; urgency=low
 .
   * KDE_3_5_BRANCH update (up to r824319):
     - Only translation updates in desktop files
   * Use su-to-root instead of kdesu in lilo-config.menu. (Closes: #479823)
     And since it does not use kdesu anymore, remove Recommends: kdebase-bin.
     (Closes: #460479)
   * Update section: in doc-base files.
   * Remove no longer necessary lintian overrides.
   * Patch 04, update desktop files: remove deprecrated entries.
   * Remove patch 01_really_recognize_etch and add 01_recognise_platform.diff,
     with support for Lenny and defaults to testing in case of not recognise
     the Debian version. (Closes: #468757)
Checksums-Sha1: 
 15349ea2f195a19f445c6bc95970e6dab76596d7 1632 kdeadmin_3.5.9-2.dsc
 c40e2e87128cf8a8a15210cdf28a52419dbe52ee 251220 kdeadmin_3.5.9-2.diff.gz
 5f809880830c5be6c45b1dbd9809c4e3d0d35f14 8332 kdeadmin_3.5.9-2_all.deb
 be0486c6f1ecdddfc848a547e5666bd9a2216c2c 70188 kdeadmin-doc-html_3.5.9-2_all.deb
 e0a65ba87eb80b4e62c64d8382f95f3d24d05848 193770 kcron_3.5.9-2_amd64.deb
 3b1d978587ea488167de59131e0646b526a5c926 198196 kdat_3.5.9-2_amd64.deb
 2034d6ef7df6c5af8ae171bac9f90c94a492914f 32388 kdeadmin-kfile-plugins_3.5.9-2_amd64.deb
 75a9890dbd8e7678f385ea3d5287c8f57fa5b706 602172 knetworkconf_3.5.9-2_amd64.deb
 e62bc80265ea172bec558a3c85a39f6fac834fda 731420 kpackage_3.5.9-2_amd64.deb
 49b0d62f35cddb384aa3c0b3b434aa28c2bd1831 179996 ksysv_3.5.9-2_amd64.deb
 e38f9f3dd9af4128556f87e5e9d9d5179074f68e 257532 kuser_3.5.9-2_amd64.deb
 563b98af028e1a726ab1d9fc8a719d8e38be4061 108812 lilo-config_3.5.9-2_amd64.deb
 6800c5ae577d48cb204e33cc9d442a873c942801 2466460 kdeadmin-dbg_3.5.9-2_amd64.deb
Checksums-Sha256: 
 29066b8484df430f822350688090440ef76b45cf3788fb06064cf9799f2af07d 1632 kdeadmin_3.5.9-2.dsc
 5033538de6628bc561a5f4ca6bd914d676955d18b1c5823f563cd5b6cbfa04d6 251220 kdeadmin_3.5.9-2.diff.gz
 a3daecefd0ba4df94e0e2ae5af5c26489d586c86297ae366e289a1fc8891394b 8332 kdeadmin_3.5.9-2_all.deb
 9b91d128f12aa85aebc235c64d96200fca2d1274f7345e0f54547c47c1208909 70188 kdeadmin-doc-html_3.5.9-2_all.deb
 d0836b00911180366680df5260e430401cb6e81a0c03551fddd8d9dba14e7c59 193770 kcron_3.5.9-2_amd64.deb
 60d2bb36968729ed452f03e8d3d08c3263e4b55483e11aaf3e7d7489e39ee10d 198196 kdat_3.5.9-2_amd64.deb
 b91f59ac333a0140e791460c7adfa7cb7041f395051f3c99790ce6fd91f19468 32388 kdeadmin-kfile-plugins_3.5.9-2_amd64.deb
 328ebdcde6156e7b6364747d473496eb00139da96430e385e6f94e82018a5d49 602172 knetworkconf_3.5.9-2_amd64.deb
 587da7ea8cff117ce0ce52c478249fad80960ab41cf89f08dafefc5d8f37aade 731420 kpackage_3.5.9-2_amd64.deb
 b5108851093dda48f083e413dfbbe14b295ad38fbad3c4ebbad2608920572d2e 179996 ksysv_3.5.9-2_amd64.deb
 acb1f78091e3d21f492eb25b1d567bc1de93e0c69a6cb39dd191794e422c4707 257532 kuser_3.5.9-2_amd64.deb
 cdabf128929b2d63d06d5412f017352a4c8af5fc5cac35b1e211b7e20129c0b7 108812 lilo-config_3.5.9-2_amd64.deb
 d6b84d035d2bad65c6a19a37100516d4953c3973f703977e97e7c27e86647792 2466460 kdeadmin-dbg_3.5.9-2_amd64.deb
Files: 
 2c915935b6209781956db83c83b00aa3 1632 kde optional kdeadmin_3.5.9-2.dsc
 3e38559f3065871aaa456a0a44bc0414 251220 kde optional kdeadmin_3.5.9-2.diff.gz
 3e6c796b72b6bc86c22904f00023e553 8332 kde optional kdeadmin_3.5.9-2_all.deb
 d4bcfc11f2c0241625ae77da270cf63c 70188 doc optional kdeadmin-doc-html_3.5.9-2_all.deb
 2ca62cde489855ad4dd0cfdae03f5338 193770 admin optional kcron_3.5.9-2_amd64.deb
 433dbff5e33317964bbab3da0f038a2c 198196 admin optional kdat_3.5.9-2_amd64.deb
 eabdf90ad93d0efa8acaf3f497781da4 32388 kde optional kdeadmin-kfile-plugins_3.5.9-2_amd64.deb
 34b8fffd89089f11dfe98fb242d4020e 602172 kde optional knetworkconf_3.5.9-2_amd64.deb
 39e11e2b21a7fb4150377cf0cd636ed4 731420 admin optional kpackage_3.5.9-2_amd64.deb
 83e4ff2f259126c98630551e5fefd64c 179996 admin optional ksysv_3.5.9-2_amd64.deb
 1787e1b1df5ebf63a67fe4735f96aadb 257532 admin optional kuser_3.5.9-2_amd64.deb
 b3a35bd7ad092307d4c6f1558d846188 108812 kde optional lilo-config_3.5.9-2_amd64.deb
 b206b8a593ae59c2ee8165df0f6f4a67 2466460 libdevel extra kdeadmin-dbg_3.5.9-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Signed by Ana Guerrero

iEYEARECAAYFAkhirpwACgkQn3j4POjENGGzUQCeNVfODhzc4A9sB+uWbVVOuxI1
oT8AnjyolTKOwddAWa35+zfMRxnmgoeN
=ldM7
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: