Joplin on Flatpak still at v2 can't update to v3

Operating system

Linux

Joplin version

2.14.22

Desktop version info

2.14.22 on Fedora unsing Flatpak
Can't update to V3, getting message
In order to synchronise, please upgrade your application to version 3.0.0+
But not available on flathub ?
Can we have a ATA on it ? 350,000 users are using it and have the same issue

Sync target

Joplin Cloud

What issue do you have?

2.14.22 on Fedora unsing Flatpak
Can't update to V3, getting message
In order to synchronise, please upgrade your application to version 3.0.0+
But not available on flathub ?
Can we have a ATA on it ? 350,000 users are using it and have the same issue

I'm linking to a similar forum post and the relevant issue on the Flathub manifest's GitHub repository.

There's been 350,000 unique downloads over 4 years, including updates from one version to the next. Global downloads isn't an installed user base. There won't be an exact figure due to the way the backend and upgrades work, but it'd be closer to 15,000 installed users.

Which isn't to say this doesn't need sorting, it's still 15,000 installed users. But the Flatpak being at 350k would make it more popular than the Windows version :wink:


You can see an estimate of installed users by correlating updates to downloads like this

It's worth noting that the flatpak is an unofficial alterntive distribution rather than coming from the main Joplin project:
[link removed because I don't have the discourse points yet]

However... it's also the case that flathub is proactive in monitoring for new releases and there are currently a bunch of automatic pull requests to deliver the update (as I post there there are five automatic PRs tracking the point releases):
[link removed because I don't have the discourse points yet]

At present Joplin 3.10 is available from the beta channel. I used the following commands to get it:

flatpak --user remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak --user install flathub-beta net.cozic.joplin_desktop
flatpak --user make-current net.cozic.joplin_desktop beta
3 Likes

Thank You very much for your response, it's appreciated.

The v3 flatpaks have now been promoted to the production stream. So, just for completeness, to switch back to the production stream simply uninstall the beta version:

flatpak --user uninstall flathub-beta net.cozic.joplin_desktop
# Optional, and only if you are not using the beta stream for anything else...
flatpak --user remote-delete flathub-beta
1 Like

Thank you for the info

Appreciated

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.