Can't save preferences (MacOs X)

• Jan 28, 2012 - 12:52
Type
Functional
Severity
S5 - Suggestion
Status
closed
Project

On MacOs 10.6.8, Musescore 1.1 I can't save any preference in the Preferences window. If I restart the application nothing changes.


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