* bug#63658: solaar: make udev rules available at /etc/udev/rules.d
@ 2023-05-23 8:36 Julian Flake
2023-11-03 18:22 ` bug#63658: I add the file to /etc via a udev-rules-service in a guix system Julian Flake
0 siblings, 1 reply; 2+ messages in thread
From: Julian Flake @ 2023-05-23 8:36 UTC (permalink / raw)
To: 63658
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#63658: I add the file to /etc via a udev-rules-service in a guix system
2023-05-23 8:36 bug#63658: solaar: make udev rules available at /etc/udev/rules.d Julian Flake
@ 2023-11-03 18:22 ` Julian Flake
0 siblings, 0 replies; 2+ messages in thread
From: Julian Flake @ 2023-11-03 18:22 UTC (permalink / raw)
To: 63658
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-03 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-23 8:36 bug#63658: solaar: make udev rules available at /etc/udev/rules.d Julian Flake
2023-11-03 18:22 ` bug#63658: I add the file to /etc via a udev-rules-service in a guix system Julian Flake
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).