unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54203] [PATCH] home: xdg: Fix xdg-desktop-entry config field serialization.
@ 2022-03-01  5:04 Andrew Tropin
  2022-03-02 11:41 ` bug#54203: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Tropin @ 2022-03-01  5:04 UTC (permalink / raw)
  To: 54203; +Cc: Ludovic Courtès, Xinglu Chen

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


* 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(-)

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
-- 
2.34.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

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

end of thread, other threads:[~2022-03-02 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01  5:04 [bug#54203] [PATCH] home: xdg: Fix xdg-desktop-entry config field serialization Andrew Tropin
2022-03-02 11:41 ` bug#54203: " Ludovic Courtès
2022-03-02 16:27   ` [bug#54203] " Andrew Tropin

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).