Details
Details
- Reviewers
algent - Group Reviewers
Triage Team - Commits
- R2119:42b529c9406e: Update musescore to 4.0.2
- Open MuseScore
- Create a new sheet
- Place some notes while hearing playback of them
Diff Detail
Diff Detail
- Repository
- R2119 musescore
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 4843 Build 4843: arc lint + arc unit
Event Timeline
Comment Actions
Some notes:
- The mime type configuration in Release 4.0 is ambiguous and not configured properly. On their discord they are discussing some way of patching an issue with the MIME type comments
- The name in the *.desktop-file is not set correctly. MSCORE_UNSTABLE is somehow not set to false during build: https://github.com/musescore/MuseScore/blob/master/build/cmake/SetupAppImagePackaging.cmake#L15
Maybe I should provide patches that are introducing better behaviour before they land in upstream?
The crashpad handler is build albeit the cmake setting is set to off. Probably further testing on unstable needed if the handler has to be build at current state of cmake files.
Comment Actions
If there are known issues with the current released version, and solutions to fix them exist already, then yes, I'd say we should integrate patches.
Comment Actions
Alright, there are some fixes on main branch already that are fixing some build issues on Linux. I will get to it on next weekend.