[Bug 22974] "Shell folders" settings are reset after each wine update

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 21 13:54:37 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=22974

--- Comment #23 from Gregor Riepl <onitake at gmail.com> ---
Probably because the patch hasn't been shaped up, approved and sponsored by
someone with commit rights...

I still stand by my comment about modifying the permission mask:
Applications should _not_ preclude any umask set by the user or the system. A
directory should be created with 0777 permissions - in most cases this will
translate to 0755 due to a suitable 0022 umask. In all other cases, it is wrong
to go against the user's wishes and set more restrictive permissions.

If you really think it's necessary to do just that, please move the permission
modification to a different patch, as it doesn't contribute to solving the bug
here.

Aside from that, I think the patch should be tested thoroughly and accepted.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list