Bug#244066: marked as done (gksu menu entry incorrectly uses hints)

Debian Bug Tracking System owner@bugs.debian.org
Tue, 11 May 2004 17:18:08 -0700


Your message dated Tue, 11 May 2004 20:02:04 -0400
with message-id <E1BNhCG-0003Nk-00@newraff.debian.org>
and subject line Bug#244066: fixed in gksu 1.0.7-1
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Apr 2004 13:29:01 +0000
>From jon@dowland.name Fri Apr 16 06:29:01 2004
Return-path: <jon@dowland.name>
Received: from 82-39-115-104.cable.ubr03.newy.blueyonder.co.uk (ice) [82.39.115.104] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BETOt-00071R-00; Fri, 16 Apr 2004 06:29:00 -0700
Received: from konishi ([192.168.1.8])
	by ice with esmtp (Exim 3.36 #1 (Debian))
	id 1BETOs-0008Oa-00; Fri, 16 Apr 2004 14:28:58 +0100
Received: from jon by konishi with local (Exim 3.36 #1 (Debian))
	id 1BETOr-0002Xo-00; Fri, 16 Apr 2004 14:28:57 +0100
Content-Type: multipart/mixed; boundary="===============0179193833=="
MIME-Version: 1.0
From: Jon Dowland <jon.dowland@durham.ac.uk>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gksu menu entry incorrectly uses hints
X-Mailer: reportbug 2.56
Date: Fri, 16 Apr 2004 14:28:57 +0100
Message-Id: <E1BETOr-0002Xo-00@konishi>
Sender: Jon Dowland <jon@dowland.name>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

This is a multi-part MIME message sent by reportbug.

--===============0179193833==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: gksu
Version: 1.0.5-1
Severity: normal

The gksu package includes a menu file with a long sentence for a hint.

When hints are turned on, this can result in the menu system creating
the following structure:

Apps -> ...
        System -> ...
        ...       Opens a dialog where you can type a command to be...
                  ...

The attached patch changes the existing hint to a 'description' field,
which I feel was the original intention.

I also added a hint field which may put gksu under the folder 'Admin'
within system, which seemed appropriate. The Admin sub-menu is also used
by ( at least) lilo.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.25
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8

Versions of packages gksu depends on:
ii  libatk1.0-0                 1.4.1-1      The ATK accessibility toolkit
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libgksu0                    1.0.5-1      a graphical fronted to su library
ii  libglib2.0-0                2.2.3-1      The GLib library of C routines
ii  libgtk2.0-0                 2.2.4-3      The GTK+ graphical user interface 
ii  libpango1.0-0               1.2.5-2.1    Layout and rendering of internatio

-- no debconf information

--===============0179193833==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gksu.menu.diff"

--- /usr/lib/menu/gksu	2004-04-15 16:34:30.000000000 +0100
+++ code/gksu	2004-04-16 14:23:20.000000000 +0100
@@ -2,7 +2,8 @@
 needs=x11\
 section=Apps/System\
 title="X-Terminal as root (GKsu)"\
-hints="Runs an X terminal application. Uses GKsu to ask the password."\
+description="Runs an X terminal application. Uses GKsu to ask the password."\
+hints="Admin"\
 icon="/usr/share/pixmaps/gksu-debian.xpm"\
 command="/usr/bin/gksu -u root /usr/bin/x-terminal-emulator"
 
@@ -10,6 +11,7 @@
 needs=x11\
 section=Apps/System\
 title="Run as different user (GKsu)"\
-hints="Opens a dialog where you can type a command to be run as a given user."\
+description="Opens a dialog where you can type a command to be run as a given user."\
 icon="/usr/share/pixmaps/gksuexec-debian.xpm"\
+hints="Admin"\
 command="/usr/bin/gksuexec"

--===============0179193833==--

---------------------------------------
Received: (at 244066-close) by bugs.debian.org; 12 May 2004 00:08:07 +0000
>From katie@ftp-master.debian.org Tue May 11 17:08:07 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BNhI7-0006ru-00; Tue, 11 May 2004 17:08:07 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BNhCG-0003Nk-00; Tue, 11 May 2004 20:02:04 -0400
From: Gustavo Noronha Silva <kov@debian.org>
To: 244066-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#244066: fixed in gksu 1.0.7-1
Message-Id: <E1BNhCG-0003Nk-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 11 May 2004 20:02:04 -0400
Delivered-To: 244066-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Source: gksu
Source-Version: 1.0.7-1

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

gksu_1.0.7-1.diff.gz
  to pool/main/g/gksu/gksu_1.0.7-1.diff.gz
gksu_1.0.7-1.dsc
  to pool/main/g/gksu/gksu_1.0.7-1.dsc
gksu_1.0.7-1_i386.deb
  to pool/main/g/gksu/gksu_1.0.7-1_i386.deb
gksu_1.0.7.orig.tar.gz
  to pool/main/g/gksu/gksu_1.0.7.orig.tar.gz
gnome-sudo_1.0.7-1_all.deb
  to pool/main/g/gksu/gnome-sudo_1.0.7-1_all.deb
libgksu-dev_1.0.7-1_i386.deb
  to pool/main/g/gksu/libgksu-dev_1.0.7-1_i386.deb
libgksu0_1.0.7-1_i386.deb
  to pool/main/g/gksu/libgksu0_1.0.7-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 244066@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gustavo Noronha Silva <kov@debian.org> (supplier of updated gksu 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: Tue, 11 May 2004 20:21:30 -0300
Source: gksu
Binary: gksu libgksu0 libgksu-dev gnome-sudo
Architecture: source all i386
Version: 1.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva <kov@debian.org>
Changed-By: Gustavo Noronha Silva <kov@debian.org>
Description: 
 gksu       - graphical frontend to su
 gnome-sudo - dumb package to provide smooth upgrade to gksu
 libgksu-dev - a graphical fronted to su library (development files)
 libgksu0   - a graphical fronted to su library
Closes: 244066 248109
Changes: 
 gksu (1.0.7-1) unstable; urgency=low
 .
   * New upstream release
   - grab failure reporting should be fixed (Closes: #248109)
   - the encoding for the .desktop files was set to UTF-8,
     so #247795 is semi-fixed (missing intltool support)
   * debian/menu:
   - fix hints usage, applied patch from Jon Dowland
     <jon.dowland@durham.ac.uk>, thanks! (Closes: #244066)
Files: 
 e1577062e21bfe04daf8c0b9ac08b61b 1417 admin optional gksu_1.0.7-1.dsc
 956cdd86fcc2abff8918161aeaa09daf 559415 admin optional gksu_1.0.7.orig.tar.gz
 deba4507b95996a6e379fd0027b5f9aa 13856 admin optional gksu_1.0.7-1.diff.gz
 53009cad710a4d0b73a319fdf99c8aa2 11244 gnome optional gnome-sudo_1.0.7-1_all.deb
 260e2768be93844cf2199ccb368ac676 38898 admin optional libgksu0_1.0.7-1_i386.deb
 47bbfa3b4405e0bef3e08145c7959a8e 30698 admin optional libgksu-dev_1.0.7-1_i386.deb
 cca6b67a770eb4f62765852daadc51bb 31742 admin optional gksu_1.0.7-1_i386.deb

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

iD8DBQFAoWTat1anjIgqbEsRAmeiAKDe1aKwzNPRV0ycxHpBQFgfiVwIdACfdVSt
/0qJa8o4y3T/hjOAZi8UEKM=
=UpeT
-----END PGP SIGNATURE-----