flathub / io.github.shiftey.Desktop

https://flathub.org/apps/details/io.github.shiftey.Desktop
21 stars 7 forks source link

xdg-open do not work for Flatpak package (Deepin 20.6/Debian 10) #60

Closed eduardomozart closed 2 years ago

eduardomozart commented 2 years ago

The problem

I installed the Flatpak package but when I click to sign-in it opens the browser and when I click at "xdg-open" a new window is open with a new GitHub Desktop instance instead of logging in.

Release version

3.0.0-linux1 (x64)

Operating system

Deepin 20.6 (Debian 10)

Steps to reproduce the behavior

No response

Log files

No response

Screenshots

No response

Additional context

No response

Lunarequest commented 2 years ago

Which browser do you use. With firefox I'm able to login everytime but with chromium based browsers it's very hit or miss

eduardomozart commented 2 years ago

I’m using Google Chrome. I ended up using the *.deb package to get it working.

Lunarequest commented 2 years ago

it looks like this commit broke things for debian 10 https://github.com/flathub/io.github.shiftey.Desktop/commit/3e3592f244889589a86407bc7ebf7ce1dee584af it boils down to debian 10 shipping an outdated version of flatpak(you can use backports to get a new compatible one) I'll revert it and get a working ver out now

eduardomozart commented 2 years ago

Hello, @Lunarequest Thank you for your response! I'll wait the Flathub report the new version and I'll test it as soon as it's available, so I return here to say if this works.

Lunarequest commented 2 years ago

it should be out by now(if it isn't its probably just taking time for it to distribute)

eduardomozart commented 2 years ago

After installing the new version I can confirm that it started working again. Thank you!