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:

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:

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?
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:
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/linuxfolder in the project to~/.local/share/applicationsfolder and made it executable I now get the following error:The contents of the
uploader.desktopfile changes when I make it executable. The initial version in the repo has:but when I make it executable it changes to:
I tried adding the MimeType line back in manually but it has no effect.
I copied the
udevrule 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?