From afaf992b70cdf6feb833ab976b59ad48cbdd2fc4 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 22 Apr 2025 11:41:39 +0200 Subject: [PATCH] firefox: do not set the executable bit on desktop file This prevent Gnome to find the app correctly. --- pkgs/applications/networking/browsers/firefox/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/firefox/wrapper.nix b/pkgs/applications/networking/browsers/firefox/wrapper.nix index 64cc87a62425..f2e7b430f825 100644 --- a/pkgs/applications/networking/browsers/firefox/wrapper.nix +++ b/pkgs/applications/networking/browsers/firefox/wrapper.nix @@ -487,7 +487,7 @@ let done fi - install -D -t $out/share/applications $desktopItem/share/applications/* + install -m 644 -D -t $out/share/applications $desktopItem/share/applications/* '' + lib.optionalString hasMozSystemDirPatch ''