--no-gui makes all colors black #3
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: bugui/score-addon-hardware#3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you're using the score skin colors (score::Skin::instance()) this is normal, the skin isn't loaded in --no-gui mode
https://github.com/ossia/score/blob/master/src/plugins/score-plugin-scenario/Scenario/Settings/ScenarioSettingsModel.cpp#L88
e.g.
This is done because loading the skin actually instantiates a ton of QPen & QBrush objects which are ok when we have the gui loading overhead, but are not ok when we try to play a score in headless mode in a raspberry pi zero and want the quickest startup time possible
btw I really think you should report these issues directly to the main score repo :)
@jcelerier wrote in https://codeberg.org/bugui/score-addon-hardware/issues/3#issuecomment-2609000:
Yes, I figured ;)
Thanks for the details, it makes a lot of sense !
@jcelerier wrote in https://codeberg.org/bugui/score-addon-hardware/issues/3#issuecomment-2609008:
I might, but as mentioned in #4, there may be a lot more than the issue of color in --no-gui mode.
These issues are even apparent with the regular UI focused on a different part of the scenario than the hardware is.
So I am looking to get as far as possible with #4, and see if I get a better Idea of what can be done upstream, if anything.