correct the default path to plugins

• Nov 14, 2016 - 17:31
Reported version
2.1
Type
Graphical (UI)
Severity
3
Status
by design
Project

OS: OpenSuse Leap

The default path in preferences for plugins should be ".../MuseScore2/Plugins", not ".../Muse2core/Plug-Ins"

(for 3.0 the path "...Plug-Ins" is correct by default.)

Note: or change for 2.0.4 the folder name;-).


Comments

Plugins got translated as Plug-Ins in German and so the default path for plugins is .../MuseScore2/Plug-Ins when using Geman settings, just like default part for scores is .../MuseScore2/Partituren

My mistake was that I'm using both the German and the English version and so there's both the folder "plugins" and the folder "Plug-Ins" in the MuseScore directory. In such a case there's possibly an error source, when you copy a plugin in the wrong folder (the difference isn't not so obviously as i.e. the folder names between "templates" and "Vorlagen").

But I suggest in General case you've only the folder names for your used language settings in the MuseScore directory (?), so that there will be no confusion for the user.

(And I sea it's more a case for translation as for the issue tracker)

Yes, switching between languafges might be troublesome here.
The point might be to not translated these path names at all, or have symbolic links in place, unfortunatly we can't have them in Windows

OK, mklink exists only Vista and later and needs NTFS, so won't work on FAT(nn) nor XP. Might still be worth it.
And as far as my tests show this does indeed work: 'mklink /j Plug-Ins Plugins'.
It would need to be done at install time though, or on first run of MuseScore, and then most probably programatically via some API.
Currently we use QDir::mkpath() and I can't seem to find an mkLink() or some such