From owner-freebsd-gnome@freebsd.org Wed Jul 29 21:39:25 2015 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2281A9AE0AD for ; Wed, 29 Jul 2015 21:39:25 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0AEDD7FB for ; Wed, 29 Jul 2015 21:39:25 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: by mailman.ysv.freebsd.org (Postfix) id 09F059AE0AC; Wed, 29 Jul 2015 21:39:25 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 097DB9AE0AB for ; Wed, 29 Jul 2015 21:39:25 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep26.mx.upcmail.net (fep26.mx.upcmail.net [62.179.121.46]) by mx1.freebsd.org (Postfix) with ESMTP id 4D01A7FA for ; Wed, 29 Jul 2015 21:39:23 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep26-int.chello.at (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20150729213914.KXKU3385.viefep26-int.chello.at@edge03.upcmail.net>; Wed, 29 Jul 2015 23:39:14 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id yMfE1q00c2Rg3Ey01MfEJA; Wed, 29 Jul 2015 23:39:14 +0200 X-SourceIP: 178.84.134.112 Subject: Re: mate-conf-editor port? To: Kevin Oberman , FreeBSD GNOME Users References: From: Koop Mast Message-ID: <55B947FB.5000602@rainbow-runner.nl> Date: Wed, 29 Jul 2015 23:39:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 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, 29 Jul 2015 21:39:25 -0000 On 29-7-2015 23:16, Kevin Oberman wrote: > On my Mint Linux system I make periodic use of the mate-conf-editor to > adjust settings someone felt were not ones the typical user would want to > adjust. It was dangerous, but very handy for those little tweaks that make > the desktop work JUST the way you like. > > I can't find port of this tool for FreeBSD. Is it available? If not, I may > look into porting it myself, though I have not done a port since the major > re-work of the port system, and porting some of the Gnome2 stuff was > tricky, especially for someone who has not done serious programming in > about two decades. It would be really nice if someone has already done work > on it. > -- I found it but it seems which seems abandon. https://github.com/mate-desktop/mate-conf-editor . Since mate is using glib schema's you could use dconf-editor which only needs gtk30 as extra depends. -Koop