From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 15 12:26:04 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 F31151065672; Thu, 15 Dec 2011 12:26:04 +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 925848FC13; Thu, 15 Dec 2011 12:26:03 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1RbANc-0004eH-56; Thu, 15 Dec 2011 19:25:44 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id pBFCR0bf010182; Thu, 15 Dec 2011 19:27:00 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id pBFCQt6w010148; Thu, 15 Dec 2011 19:26:55 +0700 (NOVT) (envelope-from danfe) Date: Thu, 15 Dec 2011 19:26:54 +0700 From: Alexey Dokuchaev To: Joe Marcus Clarke Message-ID: <20111215122654.GA3380@regency.nsu.ru> References: <20111209184403.GA17862@regency.nsu.ru> <4EE296DA.60409@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EE296DA.60409@freebsd.org> 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: Thu, 15 Dec 2011 12:26:05 -0000 On Fri, Dec 09, 2011 at 06:16:42PM -0500, Joe Marcus Clarke wrote: > You need to run gconftool-2 to properly install schema, which means that > gconf will need to be installed. For the .desktop file, look at > x11/xterm. They do a good job of making this optional. > > For gconf schema installation, look at deskutils/akamaru. hmm, while x11/xterm calls `update-desktop-database' both for port (in post-install target) and package (via @exec/@unexec), deskutils/akamaru has suspiciously short pkg-plist.. looks like schemas won't be properly installed from package, no? or it is handled somewhere in bsd.gnome.mk? ./danfe