You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2021. It is now read-only.
I tried to log in via Google and it failed while redirecting me back form the browser with error that there is no application registered for URL notion:/oauth2callback...
I solved this by creating file ~/.local/share/applications/Notion.desktop with contents
Later I found /usr/share/applications/notion-desktop.desktop (which, curiosly, is still returned as a default handler by command xdg-mime query default x-scheme-handler/notion) and compared it to the one I created and it seems that missing MimeType declaration might be the issue.
I tried to log in via Google and it failed while redirecting me back form the browser with error that there is no application registered for URL notion:/oauth2callback...
I solved this by creating file ~/.local/share/applications/Notion.desktop with contents
and then running
Later I found /usr/share/applications/notion-desktop.desktop (which, curiosly, is still returned as a default handler by command
xdg-mime query default x-scheme-handler/notion) and compared it to the one I created and it seems that missingMimeTypedeclaration might be the issue.