From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: Re: [PATCH 2/2] gnu: Add gnome-tweak-tool. Date: Sun, 17 Apr 2016 13:33:31 -0500 Message-ID: <183e8e861bac7ea201491ef88b71a562@openmailbox.org> References: <87vb3z3q89.fsf@drakenvlieg.flower> <20160411233524.GA11228@jasmine> <87lh4hs7yx.fsf@drakenvlieg.flower> <20160416013547.GC12389@jasmine> <87vb3gp2uk.fsf@drakenvlieg.flower> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arrVq-00026n-ID for guix-devel@gnu.org; Sun, 17 Apr 2016 14:33:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arrVn-0007uF-CG for guix-devel@gnu.org; Sun, 17 Apr 2016 14:33:38 -0400 Received: from smtp12.openmailbox.org ([62.4.1.46]:36092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arrVn-0007sr-4L for guix-devel@gnu.org; Sun, 17 Apr 2016 14:33:35 -0400 In-Reply-To: <87vb3gp2uk.fsf@drakenvlieg.flower> 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" To: Jan Nieuwenhuizen Cc: guix-devel@gnu.org, =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= On 2016-04-17 12:22, Jan Nieuwenhuizen wrote: > Leo Famulari writes: > >> I tried building with glib-or-gtk-build-system instead of >> gnu-build-system. It still didn't work if python-2 was a mere input, >> but >> I wonder if glib-or-gtk-build-system should be used, regardless? > > The glib-or-gtk-build-system lists in two additions to the > gnu-build-system. I don't see gnome-tweak-tool needing any of those, > do you? > > Gnome-tweak-tool is written in python2: it won't run without it. How > could loosening the python2 dependency be helpful? > > Greetings, > Jan Hi, I have compiled the patch, i use Python 2.7.10. but when starting the application displays the following message: CRITICAL: Could not find schema /gnu/store/8rlj4pb4kshh0xvg1n03sw736i0i4if6-gnome-tweak-tool-3.18.1/share/glib-2.0/schemas/org.gnome.shell.gschema.xml WARNING : Shell not installed or running CRITICAL: Could not find schema /gnu/store/8rlj4pb4kshh0xvg1n03sw736i0i4if6-gnome-tweak-tool-3.18.1/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml . . I keep trying.