"Save" doesn't respect user's umask in linux systems ("Save as..." works fine)
Reported version
3.0
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project
Saving a score with "Save" doesn't respect user's umask in linux systems.
"Save as..." works fine.
The bug is present in version 3.0.0 but it exists since at least version 2.0.2 (revision 3543170).
Comments
"Save" of a new file should do the same as "Save as" does, does it not?
"Save" of an existing file should not change the permissions.
In reply to "Save" of a new file should… by Jojo-Schmitz
Yes, but it does, that's the bug.
Steps:
* Create a new score and save it with "Save as...". Umask is respected.
* Change the score and save it with "Save". The file permissions are changed, without respecting the umask.
So saving an existing score changes its permissions? That's even a different scenario from what I thought.
Saving an existing file has got nothing to do with umask though, it should just retain the existing permissions.