* [bug#38945] [PATCH] services: Add "sane" service.
@ 2020-01-05 12:51 Danny Milosavljevic
2020-01-17 13:00 ` Ludovic Courtès
[not found] ` <handler.38945.D38945.157954244418754.notifdone@debbugs.gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2020-01-05 12:51 UTC (permalink / raw)
To: 38945; +Cc: Danny Milosavljevic
* gnu/services/desktop.scm (%desktop-services): Add "sane" service.
---
gnu/services/desktop.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index b40622a637..75d1014724 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -48,6 +48,7 @@
#:use-module (gnu packages xfce)
#:use-module (gnu packages avahi)
#:use-module (gnu packages xdisorg)
+ #:use-module (gnu packages scanner)
#:use-module (gnu packages suckless)
#:use-module (gnu packages linux)
#:use-module (gnu packages libusb)
@@ -1154,6 +1155,8 @@ or setting its password with passwd.")))
;; Add udev rules for MTP devices so that non-root users can access
;; them.
(simple-service 'mtp udev-service-type (list libmtp))
+ ;; Add udev rules for scanners.
+ (simple-service 'sane udev-service-type (list sane-backends-minimal))
;; Add polkit rules, so that non-root users in the wheel group can
;; perform administrative tasks (similar to "sudo").
polkit-wheel-service
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#38945] [PATCH] services: Add "sane" service.
2020-01-05 12:51 [bug#38945] [PATCH] services: Add "sane" service Danny Milosavljevic
@ 2020-01-17 13:00 ` Ludovic Courtès
2020-01-20 17:47 ` bug#38945: " Danny Milosavljevic
[not found] ` <handler.38945.D38945.157954244418754.notifdone@debbugs.gnu.org>
1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2020-01-17 13:00 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: 38945
Hi,
Danny Milosavljevic <dannym@scratchpost.org> skribis:
> * gnu/services/desktop.scm (%desktop-services): Add "sane" service.
Neat, go for it!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#38945: [PATCH] services: Add "sane" service.
2020-01-17 13:00 ` Ludovic Courtès
@ 2020-01-20 17:47 ` Danny Milosavljevic
0 siblings, 0 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2020-01-20 17:47 UTC (permalink / raw)
Cc: Ludovic Courtès, 38945-done
[-- Attachment #1: Type: text/plain, Size: 75 bytes --]
Pushed to guix master as commit 19b310901c9d798722e6be849e335efc1fee0384.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#38945] closed (Re: [bug#38945] [PATCH] services: Add "sane" service.)
[not found] ` <handler.38945.D38945.157954244418754.notifdone@debbugs.gnu.org>
@ 2020-01-21 14:10 ` Ludovic Courtès
0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-01-21 14:10 UTC (permalink / raw)
To: Danny Milosavljevic, 38945
Hello!
help-debbugs@gnu.org (GNU bug Tracking System) skribis:
> Pushed to guix master as commit 19b310901c9d798722e6be849e335efc1fee0384.
I followed up with commit b2f948be9f815582a49bd80a9594a881d7d1a56e to
create the “scanner” group that the udev rules refer to.
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-01-21 14:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-05 12:51 [bug#38945] [PATCH] services: Add "sane" service Danny Milosavljevic
2020-01-17 13:00 ` Ludovic Courtès
2020-01-20 17:47 ` bug#38945: " Danny Milosavljevic
[not found] ` <handler.38945.D38945.157954244418754.notifdone@debbugs.gnu.org>
2020-01-21 14:10 ` [bug#38945] closed (Re: [bug#38945] [PATCH] services: Add "sane" service.) Ludovic Courtès
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).