guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: icedove-minimal: Add argument to desktop fil


From: guix-commits
Subject: branch master updated: gnu: icedove-minimal: Add argument to desktop file.
Date: Wed, 03 Jan 2024 09:03:37 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5312b63ea0 gnu: icedove-minimal: Add argument to desktop file.
5312b63ea0 is described below

commit 5312b63ea0032648316b7cfad947d6d1cdb99ed1
Author: Ekaitz Zarraga <ekaitz@elenq.tech>
AuthorDate: Tue Dec 12 21:34:49 2023 +0100

    gnu: icedove-minimal: Add argument to desktop file.
    
    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
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 7318ec727c..54643c314e 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1774,7 +1774,7 @@ ca495991b7852b855"))
                     (format #t
                             "[Desktop Entry]~@
                             Name=Icedove~@
-                            Exec=~a/bin/icedove~@
+                            Exec=~a/bin/icedove %u~@
                             Icon=icedove~@
                             GenericName=Mail/News Client~@
                             Categories=Network;Email;~@



reply via email to

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