mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: icedove-minimal: Add StartupWMClass.
Fixes https://issues.guix.gnu.org/69267 * gnu/packages/gnuzilla.scm (icedove-minimal)[arguments]: Set MOZ_APP_REMOTINGNAME and StartupWMClass. Change-Id: Ibf334c2d840a49aa7ec84da44eceecd85cb3bcd2
This commit is contained in:
parent
25c3534f54
commit
b1b3724996
1 changed files with 4 additions and 0 deletions
|
@ -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~%"
|
||||
|
|
Loading…
Reference in a new issue