I made visible the hidden folders using this command in Terminal:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
The Muse.org folder was not in the ~/.config folder. So I copied the folder from the new account I created on my iMac and pasted it in the ~/.config folder. Now Musescore saves the preferences correctly.
To make invisible the hidden folders: Terminal:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Comments
I made visible the hidden folders using this command in Terminal:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
The Muse.org folder was not in the ~/.config folder. So I copied the folder from the new account I created on my iMac and pasted it in the ~/.config folder. Now Musescore saves the preferences correctly.
To make invisible the hidden folders: Terminal:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Automatically closed -- issue fixed for 2 weeks with no activity.