From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 14 07:25:58 2005 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org 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 CEDA816A41F; Wed, 14 Sep 2005 07:25:58 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF0343D46; Wed, 14 Sep 2005 07:25:56 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8E7Pj9V005054; Wed, 14 Sep 2005 10:25:45 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8E7Ppf9056914; Wed, 14 Sep 2005 10:25:53 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <4327D06E.10701@ebs.gr> Date: Wed, 14 Sep 2005 10:25:34 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <432744F8.1060700@ebs.gr> <4327472D.2070108@FreeBSD.org> In-Reply-To: <4327472D.2070108@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@FreeBSD.org Subject: Re: About .desktop file locations X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 07:25:58 -0000 Joe Marcus Clarke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Panagiotis Astithas wrote: > | Hi all, > | > | I've been browsing through the mail archive and the freebsd-gnome site, > | but I can't seem to find an answer to this. I want to install a > | .desktop file for integrating an application into the gnome and kde > | menus. I see that installing it in ${X11BASE}/share/gnome/applications > | makes gnome find it ok, but I was thinking that perhaps > | ${LOCALBASE}/share/applications would be more appropriate and cross-DE. > | Perusing the ports tree I see most gnome apps use the former, whereas > | most kde apps use some variant of the latter, like > | ${LOCALBASE}/share/kde/applications. So my question is, do we have a > | "standard", DE-agnostic place for these files? Also, do I have to run > | update-desktop-database after putting them in there? > > Put it in ${LOCALBASE}/share/applications, and both should be able to > use it. Yes, you should run update-desktop-database after installation. Darn, I was sure I had tried it last night and failed, but it appears to work now. Thanks, Panagiotis