Re: [PATCH 1/1] libwine: Use WINEUSER as user_name, if set
On Mon, May 9, 2016 at 1:01 AM, Lucian Poston <lucian.poston(a)gmail.com> wrote:
Signed-off-by: Lucian Poston <lucian.poston(a)gmail.com> --- libs/wine/config.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
Hi, can you describe some useful scenarios and programs where this could be useful?
I don't have a specific example app that I can share here, but more generally, it's useful for apps that behaves differently based upon the running user name. A useful scenario is an app that uses the current user name as part of a heuristic to track the user. This patch could help mitigate that. On Tue, May 10, 2016 at 6:51 AM, Bruno Jesus <00cpxxx(a)gmail.com> wrote:
On Mon, May 9, 2016 at 1:01 AM, Lucian Poston <lucian.poston(a)gmail.com> wrote:
Signed-off-by: Lucian Poston <lucian.poston(a)gmail.com> --- libs/wine/config.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
Hi, can you describe some useful scenarios and programs where this could be useful?
Hi, this is essential for MSYS2 [1]. WINEPREFIX makes wine installation portable, but once you start wine on a different account, you get also a different user on a MSYS2 shell. Regards, Andrey [1] https://msys2.github.io/
participants (3)
-
Andrey Gursky -
Bruno Jesus -
Lucian Poston