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

Debbugs page

Julian Flake wrote 2 years ago
(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
Julian Flake wrote 1 years ago
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help