Feedback for Plugin: Expression Dictionary (help needed)
need help with a minor issue: javascript sorting (bugged inside musescore) .sort
at html line 880
need help with a minor issue: javascript sorting (bugged inside musescore) .sort
at html line 880
Do you still have an unanswered question? Please log in first to post your question.
Comments
> re: Linux bug
> graffesmusic suggested "Seems to be a problem with 3.6.2 appimage"
If it's really the problem of the qt libraries built into the appimage then unfortunately my hands are tied as plugin dev.
Some plugins are using the WebEngine module such as Harmony analysis tool, does anyone know if this plugin run on linux and mac without bug?
The WebChannel module however is not popular, afaik I'm the only plugin dev using it.
In reply to > re: Linux bug >… by msfp
Yes, same problem with Harmony Analysis tool (Ubuntu 22.04 LTS AND Ubuntu 20.04TLS)
Output plugin creator:
Running…
Creating component failed
line 4: module "QtWebEngine" is not installed
Same problem with older appimages: 3.6.0 and 3.5.0
In reply to Yes, same problem with… by graffesmusic
Thank you.
As @graffesmusic and @Jojo-Schmitz suggested the libraries are simply not included. https://musescore.org/en/node/343200#comment-1168615
Bad news indeed, css through webengine is the modern tech to build solutions quick and dirty.
In reply to Thank you. As @graffesmusic… by msfp
In MS3, there was a plugin run.qml, allowing to execute an external OS command.
Like proc.start("firefox /path/to/ExpressionDictionary.html"); (on Linux)
This actually works in MS3.
But not in MS4. Problem with api?
In reply to In MS3, there was a plugin… by graffesmusic
Most likely, yes