From owner-freebsd-ports@FreeBSD.ORG Fri Nov 9 10:17:43 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 7EF247EF for ; Fri, 9 Nov 2012 10:17:43 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4D88FC08 for ; Fri, 9 Nov 2012 10:17:42 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TWleg-0002Um-7a for freebsd-ports@freebsd.org; Fri, 09 Nov 2012 02:17:42 -0800 Date: Fri, 9 Nov 2012 02:17:42 -0800 (PST) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1352456262220-5759494.post@n5.nabble.com> Subject: fixing missing launch icons MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 09 Nov 2012 10:17:43 -0000 Some ports fail to create the launch icon (menu item) in the desktop menu. To correct this, one is to add in /usr/local/share/application a file by .desktop like so: [Desktop Entry] Encoding=UTF-8 Name= GenericName= Comment= TryExec= Exec= Icon= Type=Application Categories=;;; My question is: The menu entries have categories - for example in gnome there are Graphics, Office, Internet, etc. How can one specify the category placement (under which category) this icon should go? Thanks and Regards -- View this message in context: http://freebsd.1045724.n5.nabble.com/fixing-missing-launch-icons-tp5759494.html Sent from the freebsd-ports mailing list archive at Nabble.com.