Re: Overriding the check for ownership of a prefix

2012-09-20 Thread Scott Ritchie
On 9/20/12 3:07 AM, Francois Gouget wrote: On Wed, 19 Sep 2012, Scott Ritchie wrote: [...] There is one major snag, however: unionfs displays the owner as root until the user has modified/copied it. This means Wine refuses to launch as the user with the "root-owned" prefix. Wine checks the ow

Re: [3/3] gdiplus: Add an ability to cache bitmap properties and use distinct metadata loaders for different image formats.

2012-09-20 Thread Vincent Povirk
> @@ -2123,6 +2125,8 @@ static void move_bitmap(GpBitmap *dst, GpBitmap *src, > BOOL clobber_palette) > if (dst->metadata_reader) > IWICMetadataReader_Release(dst->metadata_reader); > dst->metadata_reader = src->metadata_reader; > +dst->prop_count = src->prop_count; > +d

Re: jscript: Added support for RegExp.$* properties

2012-09-20 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=21683 Your paranoid android

Re: Overriding the check for ownership of a prefix

2012-09-20 Thread Francois Gouget
On Wed, 19 Sep 2012, Scott Ritchie wrote: [...] > There is one major snag, however: unionfs displays the owner as root until the > user has modified/copied it. This means Wine refuses to launch as the user > with the "root-owned" prefix. Wine checks the ownership of the $WINEPREFIX directory righ