Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Login via Google doesn't work #49

Description

@Forinil

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

[Desktop Entry]
Type=Application
Name=Notion desktop application
Exec=notion-desktop %u
Icon=notion-desktop
StartupNotify=false
MimeType=x-scheme-handler/notion;
Type=Application
Categories=GNOME;GTK;Utility;

and then running

xdg-mime default Notion.desktop x-scheme-handler/notion

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions