emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54203: closed ([PATCH] home: xdg: Fix xdg-desktop-entry config field


From: GNU bug Tracking System
Subject: bug#54203: closed ([PATCH] home: xdg: Fix xdg-desktop-entry config field serialization.)
Date: Wed, 02 Mar 2022 11:42:02 +0000

Your message dated Wed, 02 Mar 2022 12:41:02 +0100
with message-id <8735k037ld.fsf@gnu.org>
and subject line Re: bug#54203: [PATCH] home: xdg: Fix xdg-desktop-entry config 
field serialization.
has caused the debbugs.gnu.org bug report #54203,
regarding [PATCH] home: xdg: Fix xdg-desktop-entry config field serialization.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54203: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54203
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] home: xdg: Fix xdg-desktop-entry config field serialization. Date: Tue, 1 Mar 2022 08:04:27 +0300
* 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: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#54203: [PATCH] home: xdg: Fix xdg-desktop-entry config field serialization. Date: Wed, 02 Mar 2022 12:41:02 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]