solaar: make udev rules available at /etc/udev/rules.d

  • Open
  • quality assurance status badge
Details
One participant
  • Julian Flake
Owner
unassigned
Submitted by
Julian Flake
Severity
normal
J
J
Julian Flake wrote on 23 May 2023 10:36
(address . bug-guix@gnu.org)
87cz2r1m0v.fsf@uni-koblenz.de
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
J
J
Julian Flake wrote on 3 Nov 2023 19:22
I add the file to /etc via a udev-rules-service in a guix system
(address . 63658@debbugs.gnu.org)
8734xmhexn.fsf@uni-koblenz.de
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 63658@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63658
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch