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
@ -1424,6 +1424,9 @@ ca495991b7852b855"))
|
|||||||
|
|
||||||
(setenv "MOZ_BUILD_DATE" #$%icedove-build-id) ; avoid timestamp
|
(setenv "MOZ_BUILD_DATE" #$%icedove-build-id) ; avoid timestamp
|
||||||
(setenv "MOZ_APP_NAME" "icedove")
|
(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
|
(setenv "LDFLAGS" (string-append "-Wl,-rpath=" #$output
|
||||||
"/lib/icedove"))
|
"/lib/icedove"))
|
||||||
(mkdir-p (string-append (getcwd) "/builddir"))
|
(mkdir-p (string-append (getcwd) "/builddir"))
|
||||||
@ -1496,6 +1499,7 @@ ca495991b7852b855"))
|
|||||||
MimeType=x-scheme-handler/mailto;~@
|
MimeType=x-scheme-handler/mailto;~@
|
||||||
Type=Application~@
|
Type=Application~@
|
||||||
Actions=ComposeMessage;~@
|
Actions=ComposeMessage;~@
|
||||||
|
StartupWMClass=Icedove;~@
|
||||||
[Desktop Action ComposeMessage]~@
|
[Desktop Action ComposeMessage]~@
|
||||||
Name=Write new message~@
|
Name=Write new message~@
|
||||||
Exec=~@*~a/bin/icedove -compose~%"
|
Exec=~@*~a/bin/icedove -compose~%"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user