From: Daniel Pimentel <d4n1@openmailbox.org>
To: ludo@gnu.org
Cc: guix-devel@gnu.org, guix-devel-bounces+d4n1=opmbx.org@gnu.org
Subject: Re: permission denied: /gnu/store/...guile...
Date: Wed, 20 May 2015 10:12:07 -0300 [thread overview]
Message-ID: <a9fddb59a0f99a542008394c39075d28@openmailbox.org> (raw)
In-Reply-To: <87h9r7bfo7.fsf@gnu.org>
On 2015-05-20 09:24, ludo@gnu.org wrote:
> Daniel Pimentel <d4n1@openmailbox.org> skribis:
>
>> 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.
>
> 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.
>
> 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?
>
> Ludo’.
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,
--
Daniel Pimentel (d4n1)
GnuPG (0B1A1914)
FSF (13054)
next prev parent reply other threads:[~2015-05-20 13:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 7:06 permission denied: /gnu/store/...guile rekado
2015-05-20 8:17 ` Andreas Enge
2015-05-20 11:24 ` Daniel Pimentel
2015-05-20 12:24 ` Ludovic Courtès
2015-05-20 13:12 ` Daniel Pimentel [this message]
2015-05-20 17:24 ` Alex Kost
2015-05-21 20:40 ` Synaptics & libinput driver Ludovic Courtès
2015-05-20 12:18 ` permission denied: /gnu/store/...guile Ludovic Courtès
2015-05-20 20:56 ` rekado
2015-05-21 8:03 ` Ludovic Courtès
2015-05-22 20:15 ` Mark H Weaver
2015-05-22 20:21 ` Mark H Weaver
2015-05-23 9:41 ` rekado
2015-05-23 14:22 ` Ludovic Courtès
2015-05-23 16:26 ` Mark H Weaver
2015-05-23 22:28 ` Ludovic Courtès
-- strict thread matches above, loose matches on Subject: below --
2015-05-21 20:06 rekado
2015-05-21 21:53 ` Ludovic Courtès
2015-05-22 8:33 ` rekado
2015-05-22 13:33 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a9fddb59a0f99a542008394c39075d28@openmailbox.org \
--to=d4n1@openmailbox.org \
--cc=guix-devel-bounces+d4n1=opmbx.org@gnu.org \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).