diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-12-12 21:34:49 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-01-03 16:03:09 +0200 |
commit | 5312b63ea0032648316b7cfad947d6d1cdb99ed1 (patch) | |
tree | 949cb16d2b341158b92edb714415026c6ba6b283 /gnu/packages | |
parent | f4628000024219bf373922ff4a6fa752eb821797 (diff) | |
download | guix-5312b63ea0032648316b7cfad947d6d1cdb99ed1.tar.gz guix-5312b63ea0032648316b7cfad947d6d1cdb99ed1.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnuzilla.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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;~@ |