From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 24 18:34:53 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 B27BE16A4CE for ; Thu, 24 Mar 2005 18:34:53 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74FD143D58 for ; Thu, 24 Mar 2005 18:34:53 +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 C3075896749; Thu, 24 Mar 2005 19:34:45 +0100 (CET) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id D8303A546; Thu, 24 Mar 2005 19:34:51 +0100 (CET) Date: Thu, 24 Mar 2005 19:34:51 +0100 From: Radek Kozlowski To: Jeremy Messenger Message-ID: <20050324183451.GI18583@werd> References: <20050324163006.GG18583@werd> <20050324173748.GH18583@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 18:34:53 -0000 On Thu, Mar 24, 2005 at 11:57:45AM -0600, Jeremy Messenger wrote: > On Thu, 24 Mar 2005 18:37:48 +0100, Radek Kozlowski > >The weird thing is that there are some apps shown by Menu Editor that do > >not appear in the menu: > > > >Office -> Abiword > >Internet -> Firefox > >Sound and Video -> VideoLAN Media Player > > Try to do the 'killall -HUP gnome-panel" or restart your desktop to see if > those will appear again. Tried that already, didn't help. > >and there are apps and categories not shown by Menu Editor that appear > >in the menu, like KDE category, the second Internet category, .hidden > >stuff and also Internet -> Kadu. > > I don't think the ~/.hidden is a standard. I am not sure why gnome-menus > finds it, but I will have to install KDE to find out what 3.4 has changed. > As for Kadu, I took a look at port and it looks like it doesn't pick up > because kadu.desktop doesn't has any of 'Categories' entry or maybe it > doesn't know about different paths yet. You can try to add > "Categories=Application;Network;" in your kadu.desktop and see what happen > when you restart menu-editor. 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 and also the lack of Categories in the desktop file itself (adding it makes the Internet category disappear from the Desktop menu - thanks for the tip; however, menu-editor still doesn't show kadu). The only thing I don't get is why it broke after upgrading gnome-menus from 2.10.0 to 2.10.1. 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 [..] Now to figure out why some stuff disappeared from the menu.. -Radek