11 Dec
2007
11 Dec
'07
9:51 p.m.
Maarten Lankhorst <maarten(a)codeweavers.com> writes:
Hi Gonzalo,
Stefan Dösinger schreef:
Ow, ah, this is a different business. I think we use some Linux-only feature to set the name, and Alexandre told me that at least MacOS doesn't have it. I have no idea if there is a way to change the process name under BSD. If there is, feel free to implement it and send a patch
A slightly hacky method is to copy the process to /tmp, rename it and execute it there. It would work for mac and bsd, but I have no idea wether Alexandre would accept it into wine.
I wouldn't, but on FreeBSD you can use setproctitle() for this. -- Alexandre Julliard julliard(a)winehq.org