flathub / org.musescore.MuseScore

https://flathub.org/apps/details/org.musescore.MuseScore
8 stars 10 forks source link

Flatpak update to version 4.2.1 fails #124

Closed KelvinNovais closed 8 months ago

KelvinNovais commented 8 months ago

Bug description

When opening the app and there's an update available, it pops up a window asking if the user wants to update. When clicking to update, MuseScore tries to install the new version, and relaunches.

The problem is that it pops up the update window again, and never successfully installs. It can be ignored, but may not be the best solution.

As far I know, Flatpak won't let the app change its root files that are needed to update; so, this kind of update/pop up should be omitted from Flatpak installations, and the updates handled by the Flatpak.


This topic was already opened here, and as they already pointed, the solution is "disable the checks by setting the CMake option -DMUE_BUILD_UPDATE_MODULE=OFF within the Flapak build scripts" .