From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add dconf-editor. Date: Wed, 24 Feb 2016 20:41:10 -0500 Message-ID: <20160225014110.GD31607@jasmine> References: <10e2aaddd8a986eb267ffa763e09d1e8@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYkvb-0003ym-F0 for guix-devel@gnu.org; Wed, 24 Feb 2016 20:41:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYkvX-0007Sa-Dy for guix-devel@gnu.org; Wed, 24 Feb 2016 20:41:15 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:42065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYkvX-0007SJ-9Z for guix-devel@gnu.org; Wed, 24 Feb 2016 20:41:11 -0500 Content-Disposition: inline In-Reply-To: <10e2aaddd8a986eb267ffa763e09d1e8@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: rennes@openmailbox.org Cc: guix-devel@gnu.org On Tue, Feb 23, 2016 at 05:44:39PM -0600, rennes@openmailbox.org wrote: > Hi, > > i attached dconf-editor patch for review. > > Dconf-editor is a graphical editor for the dconf database. Awesome! I don't have a way to check if this works or not (that is, I don't have a GNOME system). But if you confirm it works for you I think it is ready to be merged, with an updated synopsis and description! > * gnu/packages/gnome.scm (dconf-editor): New variable. [...] > + (synopsis "Graphical editor for the dconf database") How about this? "Graphical editor for GNOME's dconf configuration system" > + (description > + "Dconf-editor is a graphical tool for browse and edit the dconf database. > +Gconf-editor allows you to change the preferences of desktop software that > +does not provide any other way to change the default.") How about this? "Dconf-editor is a graphical tool for browsing and editing the dconf configuration system for GNOME. It allows users to configure desktop software that do not provide their own configuration interface." ...assuming that description is accurate. I'm not very familiar with dconf, Gsettings, etc. If this package works for, and these changes are okay, I can make the changes myself and push. Please let me know!