Files
plane/docs
AaronandGitHub 2d7c40ef81 [WEB-6612] fix(desktop): handle deep link URLs on Linux/Windows cold launch (#6252)
* fix(desktop): handle deep link URLs from process.argv on Linux/Windows cold launch

On macOS, Electron receives plane:// deep links via the 'open-url' event.
On Linux/Windows, when the app is not running, xdg-open/shell launches the
app with the URL as a command-line argument. Without reading process.argv,
the deep link was silently dropped and Google OAuth sign-in would stall
after the browser redirect.

* docs: add Linux desktop app setup guide with protocol handler instructions
2026-03-13 17:19:32 +05:30
..
2026-03-09 16:59:22 +05:30
2026-02-20 20:21:49 +05:30