Thanks for the patch!
A few comments on the code:
strcpy(szMyStuffTarget, szPersonalTarget);
if (_SHAppendToUnixPath(szMyStuffTarget,
MAKEINTRESOURCEW(aidsMyStuff[i])))
- mkdir(szMyStuffTarget, 0777);
+ mkdir(szMyStuffTarget, 0755);
(similar lines follow)
Are you sure that you want to circumvent the umask?
In most environments, the group and owner write bits are masked out anyway, and
sometimes users might have set a less restrictive umask. This mode will prevent
that, and I don't think it is relevant to the issue anyway.
There seem to be some whitespace issues as well.
And where is _SHCreateSymbolicLinks defined?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913444
Title:
Every wine update re-enables desktop integration links
To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/913444/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs