GNU bug report logs - #67803
[PATCH] gnu: icedove-minimal: Add argument to desktop file.

Previous Next

Package: guix-patches;

Reported by: Ekaitz Zarraga <ekaitz <at> elenq.tech>

Date: Tue, 12 Dec 2023 20:37:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


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

From: Ekaitz Zarraga <ekaitz <at> elenq.tech>
To: guix-patches <at> gnu.org
Cc: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Subject: [PATCH] gnu: icedove-minimal: Add argument to desktop file.
Date: Tue, 12 Dec 2023 21:34:49 +0100
Icedove was not able to handle mailto: links, even if it responded to
them, it only activated the window, but didn't compose a new email.
Calling it directly by `icedove mailto:...` worked. According to:
<https://lists.debian.org/debian-user/2015/06/msg01071.html>
It was missing the argument in the `Exec` line of the desktop file.

* gnu/packages/gnuzilla.scm (icedove-minimal)[phases]
  {install-desktop-file}: Add arguments to Exe line in .desktop file.

Change-Id: I3de5e57ed2c5eef23eee88e264487e6460c174b3
---
 gnu/packages/gnuzilla.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index e5d0c4ea9b..e248e637ec 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1774,7 +1774,7 @@ (define-public icedove-minimal
                     (format #t
                             "[Desktop Entry]~@
                             Name=Icedove~@
-                            Exec=~a/bin/icedove~@
+                            Exec=~a/bin/icedove %u~@
                             Icon=icedove~@
                             GenericName=Mail/News Client~@
                             Categories=Network;Email;~@

base-commit: 58bbb38c5bd2e42aab9e9408d8c9d8da3409f178
-- 
2.41.0





This bug report was last modified 1 year and 137 days ago.

Previous Next


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