From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 24 20:12:27 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0177516A4CE for ; Thu, 24 Mar 2005 20:12:26 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795E243D54 for ; Thu, 24 Mar 2005 20:12:26 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bwr223.neoplus.adsl.tpnet.pl [83.29.241.223]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id C4157896751; Thu, 24 Mar 2005 21:12:23 +0100 (CET) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id CC2EFA546; Thu, 24 Mar 2005 21:12:30 +0100 (CET) Date: Thu, 24 Mar 2005 21:12:30 +0100 From: Radek Kozlowski To: Jeremy Messenger Message-ID: <20050324201230.GJ18583@werd> References: <20050324163006.GG18583@werd> <20050324173748.GH18583@werd> <20050324183451.GI18583@werd> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i cc: gnome@freebsd.org Subject: Re: Is something wrong with gnome-menus-2.10.1? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 20:12:27 -0000 On Thu, Mar 24, 2005 at 01:12:02PM -0600, Jeremy Messenger wrote: > >Ok so it looks like the double entries and the Internet category in the > >Desktop menu could be caused by this: > > > >>pkg_info -L pl-kadu\* | grep .desktop > >/usr/local/share/applnk/Internet/kadu.desktop > >/usr/X11R6/share/gnome/apps/Internet/kadu.desktop > > No, it's not. It's just because it has two kadu.desktop. There are few > ports that has support both KDE/GNOME like wesnoth, opera, opera-devel, > linux-opera and etc. I bet those will be appear in the menu double. That's what I was trying to say by giving you the output of pkg_info :). > >The .hidden categories, on the other hand, appear probably because of > >those two files: > > > >>pkg_info -L k3b\* | grep desk > >/usr/local/share/applnk/.hidden/k3b-cue.desktop > >/usr/local/share/applnk/.hidden/k3b-iso.desktop > >[..] > > This is nasty, KDE needs to fix this. I can't find anything about .hidden > in the standard over at http://standards.freedesktop.org/ . Actually, it's K3b that installs those two files, not KDE, so if it's something that shouldn't be done, maybe we should contact the maintainer? So my only problem for now is that gnome-menus don't show some stuff that is visible in menu-editor (and should be in gnome-menus). I'll see if reverting to 2.10.0 will fix it. -Radek