Unverified Commit 90ce0faf authored by Jonathan Dickinson's avatar Jonathan Dickinson
Browse files

postman: add scheme handler to desktop item.

Adds the `x-scheme-handler/postman` to the Linux desktop item. Postman
needs this for anything related to login because those flows happen in
the browser. Also sets startup notification config based on the Postman
flatpak.
parent a3ad19a0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -76,6 +76,9 @@ stdenv.mkDerivation {
      desktopName = "Postman";
      genericName = "Postman";
      categories = [ "Development" ];
      mimeTypes = [ "x-scheme-handler/postman" ];
      startupNotify = true;
      startupWMClass = "postman";
    })
  ];