all messages for Guix-related lists mirrored at yhetil.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

* bug#54203: [PATCH] home: xdg: Fix xdg-desktop-entry config field serialization.
  2022-03-01  5:04 [bug#54203] [PATCH] home: xdg: Fix xdg-desktop-entry config field serialization Andrew Tropin
@ 2022-03-02 11:41 ` Ludovic Courtès
  2022-03-02 16:27   ` [bug#54203] " Andrew Tropin
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2022-03-02 11:41 UTC (permalink / raw)
  To: Andrew Tropin; +Cc: 54203-done, Xinglu Chen

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




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

* [bug#54203] [PATCH] home: xdg: Fix xdg-desktop-entry config field serialization.
  2022-03-02 11:41 ` bug#54203: " Ludovic Courtès
@ 2022-03-02 16:27   ` Andrew Tropin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Tropin @ 2022-03-02 16:27 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 54203-done, Xinglu Chen

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

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

-- 
Best regards,
Andrew Tropin

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

^ permalink raw reply	[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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.