mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
* gnu/packages/patches/icecat-adjust-mozilla-desktop.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnuzilla.scm (icecat-minimal)
[#phases] {apply-guix-specific-patches}: Apply it.
Fixes: #3566
Suggested-by: Ron Nazarov <ron@noisytoot.org>
Change-Id: I1fcc0829a4d079e4154be2f186bf9bab4da92e3f
15 lines
562 B
Diff
15 lines
562 B
Diff
Upstream-status: https://phabricator.services.mozilla.com/D270791
|
|
|
|
diff --git a/toolkit/mozapps/installer/linux/rpm/mozilla.desktop b/toolkit/mozapps/installer/linux/rpm/mozilla.desktop
|
|
index 79048fcf7c94..13c103f683b0 100644
|
|
--- a/toolkit/mozapps/installer/linux/rpm/mozilla.desktop
|
|
+++ b/toolkit/mozapps/installer/linux/rpm/mozilla.desktop
|
|
@@ -8,7 +8,7 @@ Version=1.0
|
|
Name=@MOZ_APP_DISPLAYNAME@
|
|
GenericName=Web Browser
|
|
Comment=Your web, the way you like it
|
|
-Exec=@MOZ_APP_NAME@
|
|
+Exec=@MOZ_APP_NAME@ %u
|
|
Icon=@MOZ_APP_NAME@
|
|
Terminal=false
|
|
Type=Application
|