Plugin not executed from command line

• May 29, 2016 - 15:47
Type
Plugins
Severity
S4 - Minor
Status
closed
Regression
No
Workaround
No
Project

I tried using plugins from the command line, but I don't get any log messages. When I use the plugin in the plugin-editor, it all works fine.
I typed:

mscore -p "run"

and the only result I saw was:

initScoreFonts 0x7fe6c85bc6d0

and the result in the plugin-editor is:

Debug: run ls
Debug: Applications
...

I'm using MuseScore on OSX(10.11.5)


Comments

Status (old) active closed

Ok, I found the problem, but it isn't well documented.
You have to input:

mscore -p run.qml

This way you get the correct output. Except the Error at the end:

Signal QQmlEngine::quit() emitted, but no receivers connected to handle it.

But that is another bug.

In reply to by Edwar D Day

Reported version 2.1  
Regression No
Workaround No

Hello,
I have the same error message when I try to use plugins from the command line : Signal QQmlEngine::quit() emitted, but no receivers connected to handle it
Did you find a solution ?