From owner-freebsd-ports@FreeBSD.ORG Sat Nov 10 21:11:28 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEDBF4C8 for ; Sat, 10 Nov 2012 21:11:28 +0000 (UTC) (envelope-from freebsd-ports@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF278FC12 for ; Sat, 10 Nov 2012 21:11:27 +0000 (UTC) Received: from laptop3.herveybayaustralia.com.au (unknown [192.168.0.149]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id A110E5C29 for ; Sun, 11 Nov 2012 07:27:20 +1000 (EST) Message-ID: <509EC2F8.1040609@herveybayaustralia.com.au> Date: Sun, 11 Nov 2012 07:11:20 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121105 Thunderbird/16.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: fixing missing launch icons References: <1352456262220-5759494.post@n5.nabble.com> <20121109161858.GX31744@e-new.0x20.net> <1352531666153-5759756.post@n5.nabble.com> <1352570888906-5759860.post@n5.nabble.com> In-Reply-To: <1352570888906-5759860.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2012 21:11:28 -0000 On 11/11/12 04:08, Beeblebrox wrote: > Unfortunately, it was too soon to tag the problem solved. I tried an entry > like so: > Encoding=UTF-8 > Name=Emma-SQL > GenericName=Emma-SQL > Comment=Emma-SQL Manager > TryExec=emma > Exec=emma > Icon=emma > Type=Application > Categories=Programming > Directory=Programming > > 1. This did not show up anywhere in any sub-menus. > 2. When I change the desktop session I use from say Gnome to Fluxbox, the > "Applications" menu changes completely and not only has a very different > sub-menu (Directory) structure than Gnome but also many of the menu items > are missing, while some menu icons which were not in Gnome become visible. > Emma-SQL did not show up in the Fluxbox menu either, btw. > 3. has influence on this as well, because to fix a > multiple-entry item I just removed the other categories and the icons > reverted to a single sub-menu. > > Thanks and Regards. Don't know precisely why this entry didn't show up (if it is exactly as it is here), but there is an item that tells it which DE to allow use under such as Gnome, KDE, etc. I don't have the exact details in front of me now, but looking at the specs under freedesktop.org should shed light on it. HTH