diff mbox series

[bug#54203] home: xdg: Fix xdg-desktop-entry config field serialization.

Message ID 87o82qb6o6.fsf@trop.in
State Accepted
Headers show
Series [bug#54203] home: xdg: Fix xdg-desktop-entry config field serialization. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Andrew Tropin March 1, 2022, 5:04 a.m. UTC
* gnu/home/services/xdg.scm (serialize-xdg-desktop-entry): Use append instead
of identity to allow multiple alist values.
---
 gnu/home/services/xdg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ludovic Courtès March 2, 2022, 11:41 a.m. UTC | #1
Hi,

Andrew Tropin <andrew@trop.in> skribis:

> * gnu/home/services/xdg.scm (serialize-xdg-desktop-entry): Use append instead
> of identity to allow multiple alist values.

Applied (a couple of days ago actually), thanks!

Ludo’.
Andrew Tropin March 2, 2022, 4:27 p.m. UTC | #2
On 2022-03-02 12:41, Ludovic Courtès wrote:

> Hi,
>
> Andrew Tropin <andrew@trop.in> skribis:
>
>> * gnu/home/services/xdg.scm (serialize-xdg-desktop-entry): Use append instead
>> of identity to allow multiple alist values.
>
> Applied (a couple of days ago actually), thanks!

Thank you!)
diff mbox series

Patch

diff --git a/gnu/home/services/xdg.scm b/gnu/home/services/xdg.scm
index 9c43aa93b9..361a2a6148 100644
--- a/gnu/home/services/xdg.scm
+++ b/gnu/home/services/xdg.scm
@@ -374,7 +374,7 @@  (define (format-config key val)
             "=" val "\n")))
 
   (define (serialize-alist config)
-    (generic-serialize-alist identity format-config config))
+    (generic-serialize-alist append format-config config))
 
   (define (serialize-xdg-desktop-action action)
     (match action