JJulian Flake wrote on 23 May 2023 10:36Recipients:(address . bug-guix@gnu.org)Message-ID:87cz2r1m0v.fsf@uni-koblenz.deHi,package solaar (1.0.7) contains a file/share/solaar/udev-rules.d/42-logitech-unify-permissions.rules . Itshould be made available at/etc/udev/rules.d/42-logitech-unify-permissions.rulesBest Regards,Julian
JJulian Flake wrote on 3 Nov 2023 19:22I add the file to /etc via a udev-rules-service in a guix systemRecipients:(address . 63658@debbugs.gnu.org)Message-ID:8734xmhexn.fsf@uni-koblenz.deIn 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 commentCommenting via the web interface is currently disabled.To comment on this conversation send an email to 63658@debbugs.gnu.orgTo respond to this issue using the mumi CLI, first switch to itmumi current 63658Then, you may apply the latest patchset in this issue (with sign off)mumi am -- -sOr, compose a reply to this issuemumi composeOr, send patches to this issuemumi send-email *.patch