Time signature properties are just showing a black box
Reported version
3.4
Priority
P1 - High
Type
Graphical (UI)
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
Yes
Project
Ubuntu 20.04 Musescore 3.4.2 AppImage.
Here's what appears in Time signature properties.
Saluti e Grazie dall'Italia.
Attachment | Size |
---|---|
time signature properties.png | 267.2 KB |
Fix version
3.5.0
Comments
It's the case for me too with the 3.5 Beta AppImage (Linux / Debian / Buster), but not in my development build. SO I guess some sort of issue with a shared library or something, probably having to do with OpenGL support.
Both 3.5beta and 3.4.2 AppImage work fine on openSUSE 15.1. I'm running KDE, and I can remember Ubuntu is Gnome, I'm right? This might be a dependency??
Can you check the setting of the Paper on the
Canvas
tab of theMuseScore Preferences
? Did you selectWallpaper
forPaper
?When running an AppImage and setting
Paper
and/orBackground
toWallpaper
and this wallpaper is part of the AppImage, the wallpaper is stored as an absolute path, containing the mount point of the AppImage. However, the next time the AppImage is started, it will have another mount point and the files are not found. As a result the background ofNote Groups
of theTime Signature Properties
form becomes black.Work-around is choosing a color for the Paper.
Very true! I took out the wallpaper and put in a color and everything works perfectly.
Thanks (Deepl translator)
As a matter of fact, this are 2 issues:
- 1 When running MuseScore as an AppImage and choosing a wallpaper from that AppImage, the file is not found at a next run because the mount point is different.
- 2 When a wallpaper for the foreground is not found, the score view falls back to white but the example view (as use for showing the note groups in the Time Signature Form) falls back on black, which happens to foreground too.
The second part is solved:
https://github.com/musescore/MuseScore/pull/6227
Fixed in branch 3.x, commit 8e5b23294c
_Fix #306832 - AppImage doesn't store the correct wallpaper filename for Background and Paper
Resolves https://musescore.org/en/node/306832 (partially)
When for the foreground a wallpaper is selected but the file is not found, ScoreView
falls back on the foreground color white. However, in ExampleView, the foreground
fgColor wasn't set so it falls back on the default color black.
Now the default foreground color of ExampleView is also set to white.
Fixed in branch 3.x, commit 0ea92832e9
_Merge pull request #6227 from njvdberg/issue-306832-exampleview-fg
Fix #306832 - AppImage doesn't store the correct wallpaper filename f…_
Automatically closed -- issue fixed for 2 weeks with no activity.
now in master too