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
> @@ -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
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
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