From 9ecfe0e94ff25fe044eec093ae7973fe287022f5 Mon Sep 17 00:00:00 2001 From: Ben Westgate Date: Sat, 8 Jun 2024 13:47:48 -0500 Subject: [PATCH] Add SingleMainWindow=true to Sparrow.desktop This prevents desktop environments from displaying "New Window" as one of the right click actions in the side bar and application list. --- src/main/deploy/package/linux/Sparrow.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/deploy/package/linux/Sparrow.desktop b/src/main/deploy/package/linux/Sparrow.desktop index 7ab5231a..16b336fe 100644 --- a/src/main/deploy/package/linux/Sparrow.desktop +++ b/src/main/deploy/package/linux/Sparrow.desktop @@ -8,3 +8,4 @@ Type=Application Categories=Finance;Network; MimeType=application/psbt;application/bitcoin-transaction;application/pgp-signature;x-scheme-handler/bitcoin;x-scheme-handler/auth47;x-scheme-handler/lightning StartupWMClass=Sparrow +SingleMainWindow=true