From b10b6e75ea2b97ec568c941d0c1dc1df2c8eadeb Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 21 Feb 2025 16:19:19 +1100 Subject: [PATCH] fix(gui-client): hide the `.desktop` entry for deep-links (#8224) On Linux desktops, we install a dedicated `.desktop` file that is responsible for handling our deep-links for sign-in. This desktop entry is not meant to be launched manually and therefore should be hidden from the application menus. --- rust/gui-client/src-common/src/deep_link/linux.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/gui-client/src-common/src/deep_link/linux.rs b/rust/gui-client/src-common/src/deep_link/linux.rs index dff68c116..9f9407038 100644 --- a/rust/gui-client/src-common/src/deep_link/linux.rs +++ b/rust/gui-client/src-common/src/deep_link/linux.rs @@ -120,6 +120,7 @@ Terminal=false Type=Application MimeType=x-scheme-handler/{} Categories=Network; +NoDisplay=true ", exe.display(), super::FZ_SCHEME