From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 24 19:11:02 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 6D1B316A4CE for ; Thu, 24 Mar 2005 19:11:02 +0000 (GMT) Received: from lakermmtao01.cox.net (lakermmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B68BB43D5A for ; Thu, 24 Mar 2005 19:11:01 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao01.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050324191101.TJWT29182.lakermmtao01.cox.net@mezz.mezzweb.com>; Thu, 24 Mar 2005 14:11:01 -0500 Date: Thu, 24 Mar 2005 13:12:02 -0600 To: "Radek Kozlowski" References: <20050324163006.GG18583@werd> <20050324173748.GH18583@werd> <20050324183451.GI18583@werd> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20050324183451.GI18583@werd> User-Agent: Opera M2/7.54 (Linux, build 955) 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 19:11:02 -0000 On Thu, 24 Mar 2005 19:34:51 +0100, Radek Kozlowski wrote: > 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: 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. >> 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. It's not broke. It's fixed that was a LegacyDir bug. If there are two .desktop and it will display two in the menu, so it's why I made my comment about two prefixes. We need to get any DE/WM to share single ${LOCALBASE}/share/applications/ for all .desktop files. As for menu-editor, it looks like it doesn't understand the LegacyDir or maybe it's py-xdg that don't understand LegacyDir (${X11BASE}/share/gnome/apps/). > 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/ . Cheers, Mezz > Now to figure out why some stuff disappeared from the menu.. > > -Radek -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org