From: Jonathan Brielmaier via Guix-patches via <guix-patches@gnu.org>
To: 67849@debbugs.gnu.org
Cc: "Jonathan Brielmaier" <jonathan.brielmaier@web.de>,
"Clément Lassieur" <clement@lassieur.org>,
"Jonathan Brielmaier" <jonathan.brielmaier@web.de>,
"Mark H Weaver" <mhw@netris.org>
Subject: [bug#67849] [PATCH v3 5/5] gnu: icedove-minimal: Add StartupWMClass.
Date: Sun, 18 Aug 2024 13:57:28 +0200 [thread overview]
Message-ID: <3e055c28c90ce29fc4dbccbcd0b916df68426d2d.1723982094.git.jonathan.brielmaier@web.de> (raw)
In-Reply-To: <0a6c0efc757e38f653e8dbe0d82cc9d20fd61d51.1723982094.git.jonathan.brielmaier@web.de>
Fixes https://issues.guix.gnu.org/69267
* gnu/packages/gnuzilla.scm (icedove-minimal)[arguments]: Set
MOZ_APP_REMOTINGNAME and StartupWMClass.
Change-Id: Ibf334c2d840a49aa7ec84da44eceecd85cb3bcd2
---
gnu/packages/gnuzilla.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 7228667be7..67390d9699 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1424,6 +1424,9 @@ (define-public icedove-minimal
(setenv "MOZ_BUILD_DATE" #$%icedove-build-id) ; avoid timestamp
(setenv "MOZ_APP_NAME" "icedove")
+ ;; WM_CLASS (default is "$MOZ_APP_NAME-$MOZ_UPDATE_CHANNEL").
+ (setenv "MOZ_APP_REMOTINGNAME" "Icedove")
+
(setenv "LDFLAGS" (string-append "-Wl,-rpath=" #$output
"/lib/icedove"))
(mkdir-p (string-append (getcwd) "/builddir"))
@@ -1496,6 +1499,7 @@ (define-public icedove-minimal
MimeType=x-scheme-handler/mailto;~@
Type=Application~@
Actions=ComposeMessage;~@
+ StartupWMClass=Icedove;~@
[Desktop Action ComposeMessage]~@
Name=Write new message~@
Exec=~@*~a/bin/icedove -compose~%"
--
2.45.2
next prev parent reply other threads:[~2024-08-18 11:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-16 12:17 [bug#67849] [PATCH] WIP: gnu: icedove: Update to 115.5.2 Jonathan Brielmaier via Guix-patches via
2023-12-16 12:29 ` Jonathan Brielmaier via Guix-patches via
2023-12-17 22:03 ` Maxim Cournoyer
2023-12-18 17:33 ` Jonathan Brielmaier via Guix-patches via
2023-12-19 16:39 ` Maxim Cournoyer
2024-04-28 19:55 ` [bug#67849] [PATCH 1/3] gnu: icu4c: Add patch for VTIMEZONE bug Jonathan Brielmaier via Guix-patches via
2024-04-28 19:55 ` [bug#67849] [PATCH 2/3] gnu: icedove: Update to 115.10.1 Jonathan Brielmaier via Guix-patches via
2024-04-28 19:55 ` [bug#67849] [PATCH 3/3] gnu: icedove-wayland: Use icedove-minimal instead of icedove Jonathan Brielmaier via Guix-patches via
2024-08-18 11:57 ` [bug#67849] [PATCH v3 1/5] gnu: icu4c: Add patch for VTIMEZONE bug Jonathan Brielmaier via Guix-patches via
2024-08-18 11:57 ` [bug#67849] [PATCH v3 2/5] gnu: icedove: Update to 115.10.1 Jonathan Brielmaier via Guix-patches via
2024-08-18 11:57 ` [bug#67849] [PATCH v3 3/5] gnu: icedove-wayland: Use icedove-minimal instead of icedove Jonathan Brielmaier via Guix-patches via
2024-08-18 11:57 ` [bug#67849] [PATCH v3 4/5] gnu: icedove. Update to 115.14.0 Jonathan Brielmaier via Guix-patches via
2024-08-18 11:57 ` Jonathan Brielmaier via Guix-patches via [this message]
2024-08-18 21:39 ` bug#67849: [PATCH] WIP: gnu: icedove: Update to 115.5.2 Jonathan Brielmaier via Guix-patches via
2024-09-01 14:42 ` [bug#67849] " ROCKTAKEY
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3e055c28c90ce29fc4dbccbcd0b916df68426d2d.1723982094.git.jonathan.brielmaier@web.de \
--to=guix-patches@gnu.org \
--cc=67849@debbugs.gnu.org \
--cc=clement@lassieur.org \
--cc=jonathan.brielmaier@web.de \
--cc=mhw@netris.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.