From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 16 12:10:01 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42722106564A for ; Fri, 16 Dec 2011 12:10:01 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (r2b9.nsu.ru [212.192.164.39]) by mx1.freebsd.org (Postfix) with ESMTP id D0CB08FC0C for ; Fri, 16 Dec 2011 12:10:00 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1RbWbA-00071B-NG; Fri, 16 Dec 2011 19:09:12 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id pBGCAWkr060179; Fri, 16 Dec 2011 19:10:32 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id pBGCA92N060079; Fri, 16 Dec 2011 19:10:09 +0700 (NOVT) (envelope-from danfe) Date: Fri, 16 Dec 2011 19:10:09 +0700 From: Alexey Dokuchaev To: Boris Samorodov Message-ID: <20111216121009.GA57825@regency.nsu.ru> References: <20111209184403.GA17862@regency.nsu.ru> <4EE296DA.60409@freebsd.org> <20111215122654.GA3380@regency.nsu.ru> <4EEA384A.70802@freebsd.org> <20111216103716.GA39744@regency.nsu.ru> <4EEB2B40.3080005@passap.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4EEB2B40.3080005@passap.ru> User-Agent: Mutt/1.4.2.1i Cc: gnome@freebsd.org Subject: Re: gconf schemas + .desktop file question 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: Fri, 16 Dec 2011 12:10:01 -0000 On Fri, Dec 16, 2011 at 03:28:00PM +0400, Boris Samorodov wrote: > 16.12.2011 14:37, Alexey Dokuchaev пишет: > > %%GIMP%%libexec/gimp/2.2/plug-ins/ufraw-gimp > >+%%GNOME%%share/applications/ufraw.desktop > ^^^^^ > The line above... > > >+%%GNOME%%@dirrmtry share/applications > >+%%GNOME%%@exec %D/bin/update-desktop-database> ... > >+%%GNOME%%@unexec %D/bin/update-desktop-database> ... > > ...and three last lines imho should be considered to use %%X11%% > (or like) instead of %%GNOME%%. The desktop database is not > a gnome-only essence. As for me I use fluxbox with fbpanel > and desktop files are used as well. Yes, I understand. The problem with this port that *both* .desktop file and GConf2 schemas are installed when port configured with --enable-mime, and I don't really want to "fix" and thus inevitably complicate this logic. Considering this, and also that fact that there is Gtk+2 frontend and GIMP plugin (with %%GIMP%% subst) available, %%X11%% would look a bit confusing, I think. ./danfe