From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: permission denied: /gnu/store/...guile... Date: Wed, 20 May 2015 10:12:07 -0300 Message-ID: References: <14d70199695.1243810498111.5252599218489536710@elephly.net> <3f67e7b73e8054a756edf7cdc68cd036@openmailbox.org> <87h9r7bfo7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv3nG-0000Cd-Er for guix-devel@gnu.org; Wed, 20 May 2015 09:12:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv3nC-0002Q6-98 for guix-devel@gnu.org; Wed, 20 May 2015 09:12:18 -0400 Received: from smtp23.openmailbox.org ([62.4.1.57]:35768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv3nC-0002OQ-3b for guix-devel@gnu.org; Wed, 20 May 2015 09:12:14 -0400 In-Reply-To: <87h9r7bfo7.fsf@gnu.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: ludo@gnu.org Cc: guix-devel@gnu.org, guix-devel-bounces+d4n1=opmbx.org@gnu.org On 2015-05-20 09:24, ludo@gnu.org wrote: > Daniel Pimentel skribis: >=20 >> I have similar problem, I think. My problem was permission to write >> (using sudo) in /gnu/store/ when I needed to enable my correct >> synaptics (I copied 50-synaptics.conf file to >> /gnu/store/.../xorg.conf.d/), so I needed remount /gnu/store/ (sudo >> mount -o remount,rw /gnu/store) to copy this file. >=20 > Files in /gnu/store must never be modified, because the whole system > assumes it is indeed immutable. For this reason, /gnu/store is a > read-only bind-mount on GuixSD. >=20 > The solution for Synaptics would be to augment the Xorg service > definition in (gnu services xorg) so that it does the right thing. > What exactly is needed? >=20 > Ludo=E2=80=99. Allright, so I needed to add this code to my touchpad work well: Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" Option "TapButton1" "1" Option "TapButton2" "-1" Option "TapButton3" "3" Option "VertEdgeScroll" "on" Option "HorizTwoFingerScroll" "on" EndSection What's solution? Add it to config.scm (is very long code to it?)? Thanks, --=20 Daniel Pimentel (d4n1) GnuPG (0B1A1914) FSF (13054)