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

Previous Next

Package: guix-patches;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Tue, 1 Mar 2022 05:10:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54203 in the body.
You can then email your comments to 54203 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54203; Package guix-patches. (Tue, 01 Mar 2022 05:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrew Tropin <andrew <at> trop.in>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 01 Mar 2022 05:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrew Tropin <andrew <at> trop.in>
To: guix-patches <at> gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>,
 Xinglu Chen <public <at> yoctocell.xyz>
Subject: [PATCH] home: xdg: Fix xdg-desktop-entry config field serialization.
Date: Tue, 1 Mar 2022 08:04:27 +0300
[Message part 1 (text/plain, inline)]
* 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

[signature.asc (application/pgp-signature, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 02 Mar 2022 11:42:02 GMT) Full text and rfc822 format available.

Notification sent to Andrew Tropin <andrew <at> trop.in>:
bug acknowledged by developer. (Wed, 02 Mar 2022 11:42:02 GMT) Full text and rfc822 format available.

Message #10 received at 54203-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Andrew Tropin <andrew <at> trop.in>
Cc: 54203-done <at> debbugs.gnu.org, Xinglu Chen <public <at> yoctocell.xyz>
Subject: Re: bug#54203: [PATCH] home: xdg: Fix xdg-desktop-entry config
 field serialization.
Date: Wed, 02 Mar 2022 12:41:02 +0100
Hi,

Andrew Tropin <andrew <at> 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’.




Information forwarded to guix-patches <at> gnu.org:
bug#54203; Package guix-patches. (Wed, 02 Mar 2022 16:28:01 GMT) Full text and rfc822 format available.

Message #13 received at 54203-done <at> debbugs.gnu.org (full text, mbox):

From: Andrew Tropin <andrew <at> trop.in>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 54203-done <at> debbugs.gnu.org, Xinglu Chen <public <at> yoctocell.xyz>
Subject: Re: bug#54203: [PATCH] home: xdg: Fix xdg-desktop-entry config
 field serialization.
Date: Wed, 02 Mar 2022 19:27:44 +0300
[Message part 1 (text/plain, inline)]
On 2022-03-02 12:41, Ludovic Courtès wrote:

> Hi,
>
> Andrew Tropin <andrew <at> 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!)

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 31 Mar 2022 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.