unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33304] [PATCH] services: elogind: Fix spelling errors of left value fields in elogind config file.
@ 2018-11-07 16:10 Stefan Stefanović
  2018-11-08  9:18 ` bug#33304: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Stefanović @ 2018-11-07 16:10 UTC (permalink / raw)
  To: 33304

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

Hello.
This patch fixes some spelling errors in logind,conf elogind config file.

I am working on updating elogind.
I need the latest version in order to package some applications.

The newest version of from master with some additional patches is OK,
I am currently testing it on my system.

My plan is to wait for those necessary patches to land in elogind upstream,
probably for the v240 release. If anyone is interested in my
elogind package definition, that uses new meson build system,
and the patches that are necessary please let me know.
I will send them to guix-patches mailing list with the [WIP] tag.

Stefan.

[-- Attachment #2: 0001-services-elogind-Fix-spelling-errors-of-left-value-f.patch --]
[-- Type: text/x-patch, Size: 2594 bytes --]

From 2b3bf63c83cc47448a178aff80c01444fe198abd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Stefanovi=C4=87?= <stefanx2ovic@gmail.com>
Date: Wed, 7 Nov 2018 16:37:34 +0100
Subject: [PATCH] services: elogind: Fix spelling errors of left value fields
 in elogind config file.

* gnu/services/desktop.scm (elogind-configuration-file)[ini-file]:
    Fix spelling of left value fields:
    InhibitDelayMaxSecs, HoldoffTimeoutSecs, IdleActionSeconds, RemoveIpc.
---
 gnu/services/desktop.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index e038f9768..47d1096c6 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -672,7 +672,7 @@ include the @command{udisksctl} command, part of UDisks, and GNOME Disks."
    ("KillUserProcesses" (yesno elogind-kill-user-processes?))
    ("KillOnlyUsers" (user-name-list elogind-kill-only-users))
    ("KillExcludeUsers" (user-name-list elogind-kill-exclude-users))
-   ("InhibitDelayMaxSecs" (non-negative-integer elogind-inhibit-delay-max-seconds))
+   ("InhibitDelayMaxSec" (non-negative-integer elogind-inhibit-delay-max-seconds))
    ("HandlePowerKey" (handle-action elogind-handle-power-key))
    ("HandleSuspendKey" (handle-action elogind-handle-suspend-key))
    ("HandleHibernateKey" (handle-action elogind-handle-hibernate-key))
@@ -682,16 +682,16 @@ include the @command{udisksctl} command, part of UDisks, and GNOME Disks."
    ("SuspendKeyIgnoreInhibited" (yesno elogind-suspend-key-ignore-inhibited?))
    ("HibernateKeyIgnoreInhibited" (yesno elogind-hibernate-key-ignore-inhibited?))
    ("LidSwitchIgnoreInhibited" (yesno elogind-lid-switch-ignore-inhibited?))
-   ("HoldoffTimeoutSecs" (non-negative-integer elogind-holdoff-timeout-seconds))
+   ("HoldoffTimeoutSec" (non-negative-integer elogind-holdoff-timeout-seconds))
    ("IdleAction" (handle-action elogind-idle-action))
-   ("IdleActionSeconds" (non-negative-integer elogind-idle-action-seconds))
+   ("IdleActionSec" (non-negative-integer elogind-idle-action-seconds))
    ("RuntimeDirectorySize"
     (identity
      (lambda (config)
        (match (elogind-runtime-directory-size-percent config)
          (#f (non-negative-integer (elogind-runtime-directory-size config)))
          (percent (string-append (non-negative-integer percent) "%"))))))
-   ("RemoveIpc" (yesno elogind-remove-ipc?))
+   ("RemoveIPC" (yesno elogind-remove-ipc?))
    "[Sleep]"
    ("SuspendState" (sleep-list elogind-suspend-state))
    ("SuspendMode" (sleep-list elogind-suspend-mode))
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33304: [PATCH] services: elogind: Fix spelling errors of left value fields in elogind config file.
  2018-11-07 16:10 [bug#33304] [PATCH] services: elogind: Fix spelling errors of left value fields in elogind config file Stefan Stefanović
@ 2018-11-08  9:18 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-11-08  9:18 UTC (permalink / raw)
  To: Stefan Stefanović; +Cc: 33304-done

Hi Stefan,

Stefan Stefanović <stefanx2ovic@gmail.com> skribis:

> This patch fixes some spelling errors in logind,conf elogind config file.

Woow, good catch!  Terrible…

> I am working on updating elogind.
> I need the latest version in order to package some applications.
>
> The newest version of from master with some additional patches is OK,
> I am currently testing it on my system.

Nice.

> My plan is to wait for those necessary patches to land in elogind upstream,
> probably for the v240 release. If anyone is interested in my
> elogind package definition, that uses new meson build system,
> and the patches that are necessary please let me know.
> I will send them to guix-patches mailing list with the [WIP] tag.

Do you know the ETA for v240?

> From 2b3bf63c83cc47448a178aff80c01444fe198abd Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Stefan=20Stefanovi=C4=87?= <stefanx2ovic@gmail.com>
> Date: Wed, 7 Nov 2018 16:37:34 +0100
> Subject: [PATCH] services: elogind: Fix spelling errors of left value fields
>  in elogind config file.
>
> * gnu/services/desktop.scm (elogind-configuration-file)[ini-file]:
>     Fix spelling of left value fields:
>     InhibitDelayMaxSecs, HoldoffTimeoutSecs, IdleActionSeconds, RemoveIpc.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-08  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 16:10 [bug#33304] [PATCH] services: elogind: Fix spelling errors of left value fields in elogind config file Stefan Stefanović
2018-11-08  9:18 ` bug#33304: " 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).