Skip to content

Unable to login to Tidepool from the application on Linux #1687

@amos1969

Description

@amos1969

I'm using Kubuntu 24.10.

I can launch the app after following the instructions in this previous issue.

Clicking on the Login button in the app then opens the page at app.tidepool.org for me to login at, which I'm able to do, but then clicking on the Launch Uploader button does not return me to the application properly. As expected it opens up an xdg-open dialogue window:

Image

Initially clicking on the open button gave me a complex error as it didn't know what to open, but after finding the desktop file I manually copied it from the resources/linux folder in the project to ~/.local/share/applications folder and made it executable I now get the following error:

Image

The contents of the uploader.desktop file changes when I make it executable. The initial version in the repo has:

[Desktop Entry]
Type=Application
Name=Tidepool Dev Uploader
MimeType=x-scheme-handler/tidepooluploader;

but when I make it executable it changes to:

[Desktop Entry]
Comment[en_GB]=
Comment=
Exec=''
GenericName[en_GB]=
GenericName=
MimeType=
Name[en_GB]=Tidepool Dev Uploader
Name=Tidepool Dev Uploader
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=

I tried adding the MimeType line back in manually but it has no effect.

I copied the udev rule file across to the correct place too but obviously haven't gotten that far yet.

Basically once I log in to the website in the browser (Chrome) I am unable to return to the application as it doesn't recognise the tidepooluploader protocol and therefore doesn't know how to handle it.

Any ideas as to how to proceed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions