Bug#289650: marked as done (Shows KDE items in the gnome menu)

Debian Bug Tracking System owner@bugs.debian.org
Sat, 15 Jan 2005 11:03:56 -0800


Your message dated Sat, 15 Jan 2005 12:02:06 -0500
with message-id <E1CprJO-0005aB-00@newraff.debian.org>
and subject line Bug#289650: fixed in gnome-vfs2 2.8.3-9
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; 10 Jan 2005 11:25:28 +0000
>From sjoerd@luon.net Mon Jan 10 03:25:28 2005
Return-path: <sjoerd@luon.net>
Received: from simons.xs4all.nl (fire.luon.net) [80.126.201.244] (postfix)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Cnxfs-0002Xv-00; Mon, 10 Jan 2005 03:25:28 -0800
Received: from spring.luon.net (spring-wired.ipv6.spacelabs.nl [IPv6:2001:610:1108:521d:20a:95ff:fed1:4834])
	by fire.luon.net (Postfix) with ESMTP id C1F5D59;
	Mon, 10 Jan 2005 12:25:25 +0100 (CET)
Received: by spring.luon.net (Postfix, from userid 1000)
	id 9624337B26; Mon, 10 Jan 2005 12:25:20 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============1896030615=="
MIME-Version: 1.0
From: Sjoerd Simons <sjoerd@luon.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Shows KDE items in the gnome menu
X-Mailer: reportbug 3.5
Date: Mon, 10 Jan 2005 12:25:20 +0100
Message-Id: <20050110112520.9624337B26@spring.luon.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,WIFE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

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

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

Package: libgnomevfs2-common
Version: 2.8.3-8
Severity: normal
Tags: patch

When both KDE and gnome are installed, the main gnome menu shows the kde items
too.. Which isn't very nice.

See http://fire.luon.net/~sjoerd/scareseb128.png for example..

Attached patch bans KDE stuff from the gnome menu...

  Sjoerd

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-spring
Locale: LANG=C, LC_CTYPE=nl_NL@euro (charmap=ISO-8859-15)

Versions of packages libgnomevfs2-common depends on:
ii  gconf2                      2.8.1-4      GNOME configuration database syste
ii  gnome-mime-data             2.4.1-2      base MIME and Application database
ii  libbonobo2-0                2.8.0-4      Bonobo CORBA interfaces library
ii  libbz2-1.0                  1.0.2-2      high-quality block-sorting file co
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libfam0c102                 2.7.0-6      client library to control the FAM 
ii  libgconf2-4                 2.8.1-4      GNOME configuration database syste
ii  libgcrypt11                 1.2.0-11     LGPL Crypto library - runtime libr
ii  libglib2.0-0                2.4.8-1      The GLib library of C routines
ii  libgnomevfs2-0              2.8.3-8      The GNOME virtual file-system libr
ii  libgnutls11                 1.0.16-13    GNU TLS library - runtime library
ii  libgpg-error0               1.0-1        library for common error values an
ii  libhowl0                    0.9.8-2      Library for Zeroconf service disco
ii  liborbit2                   1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB
ii  libpopt0                    1.7-5        lib for parsing cmdline parameters
ii  libsmbclient                3.0.10-1     shared library that allows applica
ii  libtasn1-2                  0.2.10-4     Manage ASN.1 structures (runtime)
ii  libxml2                     2.6.11-5     GNOME XML library
ii  shared-mime-info            0.15-1       FreeDesktop.org shared MIME databa
ii  zlib1g                      1:1.2.2-4    compression library - runtime

-- no debconf information

--===============1896030615==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="14_no-kde-in-menu.patch"

--- modules/vfolder/applications-all-users.vfolder-info.in.orig	2005-01-09 15:09:25.000000000 +0000
+++ modules/vfolder/applications-all-users.vfolder-info.in	2005-01-09 15:18:46.504575825 +0000
@@ -33,7 +33,11 @@
 
     <Query>
       <And>
+        <Keyword>Application</Keyword>
         <Keyword>Core</Keyword>
+        <Not>
+          <Keyword>KDE</Keyword>
+        </Not>
 	<!-- FIXME: Seth, why would this be wanted? -->
 	<!--<Not>
 	  <Keyword>Merged</Keyword>
@@ -51,6 +55,7 @@
 	  <Keyword>Utility</Keyword>
 	  <Not>
 	    <Keyword>System</Keyword>
+      <Keyword>KDE</Keyword>
 	  </Not>
 	</And>
       </Query>
@@ -67,6 +72,7 @@
 	  <Keyword>Accessibility</Keyword>
 	  <Not>
 	    <Keyword>Settings</Keyword>
+      <Keyword>KDE</Keyword>
 	  </Not>
 	</And>
       </Query>
@@ -83,6 +89,7 @@
           <Keyword>Application</Keyword>
           <Not>
             <Keyword>Settings</Keyword>
+            <Keyword>KDE</Keyword>
           </Not>
         </And>
       </Query>
@@ -103,6 +110,9 @@
         <And>
           <Keyword>Application</Keyword>
 	  <Keyword>Development</Keyword>
+          <Not>
+            <Keyword>KDE</Keyword>
+          </Not>
         </And>
       </Query>
       <DontShowIfEmpty/>
@@ -116,6 +126,9 @@
         <And>
           <Keyword>Application</Keyword>
 	  <Keyword>Game</Keyword>
+          <Not>
+            <Keyword>KDE</Keyword>
+          </Not>
         </And>
       </Query>
       <DontShowIfEmpty/>
@@ -129,6 +142,9 @@
         <And>
           <Keyword>Application</Keyword>
 	  <Keyword>Graphics</Keyword>
+          <Not>
+            <Keyword>KDE</Keyword>
+          </Not>
         </And>
       </Query>
       <DontShowIfEmpty/>
@@ -142,6 +158,9 @@
         <And>
           <Keyword>Application</Keyword>
 	  <Keyword>Network</Keyword>
+          <Not>
+            <Keyword>KDE</Keyword>
+          </Not>
         </And>
       </Query>
       <DontShowIfEmpty/>
@@ -155,6 +174,9 @@
         <And>
           <Keyword>Application</Keyword>
 	  <Keyword>AudioVideo</Keyword>
+          <Not>
+            <Keyword>KDE</Keyword>
+          </Not>
         </And>
       </Query>
 
@@ -178,6 +200,9 @@
 	    <Keyword>Calendar</Keyword>
 	    <Keyword>ProjectManagement</Keyword>
 	  </Or>
+    <Not>
+      <Keyword>KDE</Keyword>
+    </Not>
 	</And>
       </Query>
       <DontShowIfEmpty/>
@@ -198,6 +223,7 @@
           <Keyword>Application</Keyword>
           <Not>
             <Keyword>Settings</Keyword>
+            <Keyword>KDE</Keyword>
           </Not>
           <Keyword>System</Keyword>
         </And>

--===============1896030615==--

---------------------------------------
Received: (at 289650-close) by bugs.debian.org; 15 Jan 2005 17:05:39 +0000
>From katie@ftp-master.debian.org Sat Jan 15 09:05:39 2005
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 1CprMo-0007cL-00; Sat, 15 Jan 2005 09:05:38 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CprJO-0005aB-00; Sat, 15 Jan 2005 12:02:06 -0500
From: Sjoerd Simons <sjoerd@debian.org>
To: 289650-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#289650: fixed in gnome-vfs2 2.8.3-9
Message-Id: <E1CprJO-0005aB-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 15 Jan 2005 12:02:06 -0500
Delivered-To: 289650-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: gnome-vfs2
Source-Version: 2.8.3-9

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

gnome-vfs2_2.8.3-9.diff.gz
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.8.3-9.diff.gz
gnome-vfs2_2.8.3-9.dsc
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.8.3-9.dsc
libgnomevfs2-0_2.8.3-9_powerpc.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-0_2.8.3-9_powerpc.deb
libgnomevfs2-common_2.8.3-9_powerpc.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-common_2.8.3-9_powerpc.deb
libgnomevfs2-dev_2.8.3-9_powerpc.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-dev_2.8.3-9_powerpc.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 289650@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sjoerd Simons <sjoerd@debian.org> (supplier of updated gnome-vfs2 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: Sat, 15 Jan 2005 17:22:40 +0100
Source: gnome-vfs2
Binary: libgnomevfs2-dev libgnomevfs2-0 libgnomevfs2-common
Architecture: source powerpc
Version: 2.8.3-9
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME <kitame@debian.org>
Changed-By: Sjoerd Simons <sjoerd@debian.org>
Description: 
 libgnomevfs2-0 - The GNOME virtual file-system library (runtime files)
 libgnomevfs2-common - The GNOME virtual file-system library (common files)
 libgnomevfs2-dev - The GNOME virtual file-system library (development files)
Closes: 289650
Changes: 
 gnome-vfs2 (2.8.3-9) unstable; urgency=low
 .
   * debian/patches/15_no_kde_in_menu.patch:
     - don't show kde items in the gnome menu (Closes: #289650)
Files: 
 9da00c7d1b6f2df97897a7599e4d044d 1721 libs optional gnome-vfs2_2.8.3-9.dsc
 5fd2410290464c417ff70103ce5b38d1 11947 libs optional gnome-vfs2_2.8.3-9.diff.gz
 e39d30da06fb4d6eeab7e58e80429914 1096794 devel optional libgnomevfs2-common_2.8.3-9_powerpc.deb
 65ae61a48b9aed61e3965ccb903d782e 405630 libs optional libgnomevfs2-0_2.8.3-9_powerpc.deb
 1f972918778e259823516e1c32bef49e 521428 libdevel optional libgnomevfs2-dev_2.8.3-9_powerpc.deb

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

iD8DBQFB6UqAgTd+SodosdIRAuWbAJ9hVpTl4zwvUEQVm9qriywnCUpLSQCeP++A
QuDgpvRIQYmzj1OS+7kMLis=
=e2tR
-----END PGP SIGNATURE-----