all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67803] [PATCH] gnu: icedove-minimal: Add argument to desktop file.
@ 2023-12-12 20:34 Ekaitz Zarraga
  2024-01-03 14:03 ` bug#67803: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Ekaitz Zarraga @ 2023-12-12 20:34 UTC (permalink / raw)
  To: 67803; +Cc: Ekaitz Zarraga, Jonathan Brielmaier

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





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

* bug#67803: [PATCH] gnu: icedove-minimal: Add argument to desktop file.
  2023-12-12 20:34 [bug#67803] [PATCH] gnu: icedove-minimal: Add argument to desktop file Ekaitz Zarraga
@ 2024-01-03 14:03 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2024-01-03 14:03 UTC (permalink / raw)
  To: Ekaitz Zarraga; +Cc: 67803-done, Jonathan Brielmaier

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

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2024-01-03 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12 20:34 [bug#67803] [PATCH] gnu: icedove-minimal: Add argument to desktop file Ekaitz Zarraga
2024-01-03 14:03 ` bug#67803: " Efraim Flashner

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.