Can't enable a plugin. Is there an .ini file setting?
The plugin manager has no "enable" or "disable" button for any plugin. I'm running version 4.1.1 on linux/wayland/sway (although forcing x11 is the same). I'm sure it's some kind of QT issue with either wayland or a tiling WM.
Sooo... is there any other way to enable a plugin? Can I add it to the .ini file or something similar? I can't find any documentation on the .ini file.
Thanks
Comments
my AppData\Local\MuseScore\MuseScore4\plugins\plugins.json
[
{
"codeKey": "colornotes",
"enabled": true,
"shortcuts": ""
}
]
should screen cap and report bug thou https://github.com/musescore/MuseScore/issues
others pls see https://musescore.org/en/handbook/4/plugins , not talking about VST here
In reply to my AppData\Local\MuseScore… by msfp
Editing the json file directly works fine. Thanks for the workaround.
Although there is a "MuseScore4/plugins" directory in multiple places under the home directory in Linux. Finding the right place to put the file took a few tries. For future readers, it goes in "~/.local/share/MuseScore/MuseScore4/plugins" not "~/Documents/MuseScore4/plugins"
Opened an issue:
https://github.com/musescore/MuseScore/issues/20257