* [bug#34579] [PATCH] services: desktop: Fix define for the upower-service procedure.
@ 2019-02-19 20:54 Christopher Baines
2019-02-20 11:58 ` Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2019-02-19 20:54 UTC (permalink / raw)
To: 34579
* gnu/services/desktop.scm (upower-service): Fill in the replacement for
upower-service.
---
gnu/services/desktop.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index ce63969dc8..7940f28a26 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -306,6 +306,7 @@ used by GNOME.")
(time-critical 300)
(time-action 120)
(critical-power-action 'hybrid-sleep))
+ upower-service-type
"Return a service that runs @uref{http://upower.freedesktop.org/,
@command{upowerd}}, a system-wide monitor for power consumption and battery
levels, with the given configuration settings. It implements the
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#34579] [PATCH] services: desktop: Fix define for the upower-service procedure.
2019-02-19 20:54 [bug#34579] [PATCH] services: desktop: Fix define for the upower-service procedure Christopher Baines
@ 2019-02-20 11:58 ` Ricardo Wurmus
2019-02-24 21:49 ` bug#34579: " Christopher Baines
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2019-02-20 11:58 UTC (permalink / raw)
To: Christopher Baines; +Cc: 34579
Christopher Baines <mail@cbaines.net> writes:
> * gnu/services/desktop.scm (upower-service): Fill in the replacement for
> upower-service.
> ---
> gnu/services/desktop.scm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
> index ce63969dc8..7940f28a26 100644
> --- a/gnu/services/desktop.scm
> +++ b/gnu/services/desktop.scm
> @@ -306,6 +306,7 @@ used by GNOME.")
> (time-critical 300)
> (time-action 120)
> (critical-power-action 'hybrid-sleep))
> + upower-service-type
> "Return a service that runs @uref{http://upower.freedesktop.org/,
> @command{upowerd}}, a system-wide monitor for power consumption and battery
> levels, with the given configuration settings. It implements the
Looks fine to me. Thanks!
--
Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#34579: [PATCH] services: desktop: Fix define for the upower-service procedure.
2019-02-20 11:58 ` Ricardo Wurmus
@ 2019-02-24 21:49 ` Christopher Baines
0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2019-02-24 21:49 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: 34579-done
[-- Attachment #1: Type: text/plain, Size: 1043 bytes --]
Ricardo Wurmus <rekado@elephly.net> writes:
> Christopher Baines <mail@cbaines.net> writes:
>
>> * gnu/services/desktop.scm (upower-service): Fill in the replacement for
>> upower-service.
>> ---
>> gnu/services/desktop.scm | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
>> index ce63969dc8..7940f28a26 100644
>> --- a/gnu/services/desktop.scm
>> +++ b/gnu/services/desktop.scm
>> @@ -306,6 +306,7 @@ used by GNOME.")
>> (time-critical 300)
>> (time-action 120)
>> (critical-power-action 'hybrid-sleep))
>> + upower-service-type
>> "Return a service that runs @uref{http://upower.freedesktop.org/,
>> @command{upowerd}}, a system-wide monitor for power consumption and battery
>> levels, with the given configuration settings. It implements the
>
> Looks fine to me. Thanks!
Great, I've pushed this to master now as
bb65f66ce0e5feee2d997a8526e10fc9f31e97fd.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-24 21:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-19 20:54 [bug#34579] [PATCH] services: desktop: Fix define for the upower-service procedure Christopher Baines
2019-02-20 11:58 ` Ricardo Wurmus
2019-02-24 21:49 ` bug#34579: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.