GNU bug report logs - #63658
solaar: make udev rules available at /etc/udev/rules.d

Previous Next

Package: guix;

Reported by: Julian Flake <flake <at> uni-koblenz.de>

Date: Tue, 23 May 2023 08:38:01 UTC

Severity: normal

To reply to this bug, email your comments to 63658 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#63658; Package guix. (Tue, 23 May 2023 08:38:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Julian Flake <flake <at> uni-koblenz.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 23 May 2023 08:38:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julian Flake <flake <at> uni-koblenz.de>
To: bug-guix <at> gnu.org
Subject: solaar: make udev rules available at /etc/udev/rules.d
Date: Tue, 23 May 2023 10:36:23 +0200
Hi,

package solaar (1.0.7) contains a file
/share/solaar/udev-rules.d/42-logitech-unify-permissions.rules 
. It
should be made available at
/etc/udev/rules.d/42-logitech-unify-permissions.rules

Best Regards,
Julian




Information forwarded to bug-guix <at> gnu.org:
bug#63658; Package guix. (Fri, 03 Nov 2023 18:27:02 GMT) Full text and rfc822 format available.

Message #8 received at 63658 <at> debbugs.gnu.org (full text, mbox):

From: Julian Flake <flake <at> uni-koblenz.de>
To: 63658 <at> debbugs.gnu.org
Subject: I add the file to /etc via a udev-rules-service in a guix system
Date: Fri, 03 Nov 2023 19:22:19 +0100
In case someone else needs to add these rules to /etc, here is how 
I did it:

I added the following udev-rules-service to my list of services in 
my operating-system definition

(udev-rules-service 'logitech-unify
(file->udev-rule
 "42-logitech-unify-permissions.rules"
 (file-append solaar 
 "/share/solaar/udev-rules.d/42-logitech-unify-permissions.rules")))

Best Regards,
Julian




This bug report was last modified 173 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.