[PATCH] kernel32: Set environment variable %PUBLIC% on the process start-up.

Dmitry Timoshkov dmitry at baikal.ru
Thu Aug 16 02:58:02 CDT 2018


Alexandre Julliard <julliard at winehq.org> wrote:

> It would be more correct to retrieve it from the "Public" registry key,
> then the paths can be updated independently of each other.

Thanks for the suggestion, that's actually matches what Windows have
in the registry. I sent another patch that uses this approach.

However, setting "Public" in the ProfileList registry key seems problematic.
Currently ProfileList is populated with keys by shell32 for known folder ids,
but unfortunately there is no an official folder id for C:\Users\Public. How
would you suggest that should be handled?

-- 
Dmitry.



More information about the wine-devel mailing list