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

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

bug#67803: closed ([PATCH] gnu: icedove-minimal: Add argument to desktop


From: GNU bug Tracking System
Subject: bug#67803: closed ([PATCH] gnu: icedove-minimal: Add argument to desktop file.)
Date: Wed, 03 Jan 2024 14:04:02 +0000

Your message dated Wed, 3 Jan 2024 16:03:44 +0200
with message-id <ZZVpQDXvosbnPwPj@3900XT>
and subject line Re: [bug#67803] [PATCH] gnu: icedove-minimal: Add argument to 
desktop file.
has caused the debbugs.gnu.org bug report #67803,
regarding [PATCH] gnu: icedove-minimal: Add argument to desktop file.
to be marked as done.

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


-- 
67803: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67803
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#67803] [PATCH] gnu: icedove-minimal: Add argument to desktop file. Date: Wed, 3 Jan 2024 16:03:44 +0200
Thanks! Patch pushed

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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