X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=su
	BrlYYpio5XNyvxe7ED2E9JbnlJ8voRGKjgVEpMtCQb4Y0eW4THLszhOpFbsIrdR5
	vEBHJ7poAW6834nVRjoqHGKu//s3CewOunbKoU0M2Zgj55ptHxbNcKUG1Ob+IsrL
	6E5kvQBOraEbhawhxExJ2AnNkqOEaXeLfLBim7VjQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=WgSlb9Fl
	9NdGCF3hzueZ4mOUJ6Q=; b=oHgrnHU2D2HJU22BwqLJ1/uR65KZdCS6LXfkf2kK
	5pXSjCYKilh1gukFyGOHuXzKAwDl8LW8BSwTpH3c+P3hzlUEnVOOBmNzKWqUH8Ho
	IYCiYlp4FKonBCzVx160KO3jAJy/MK6mv58NbggXljrdkbt+Hw4ES0oe5OxkOBmk
	K2o=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-ig0-f180.google.com
MIME-Version: 1.0
X-Received: by 10.50.65.74 with SMTP id v10mr8614541igs.97.1438765946647; Wed, 05 Aug 2015 02:12:26 -0700 (PDT)
In-Reply-To: <55C0F6CB.6050102@dronecode.org.uk>
References: <CAHkMg9Gy3gq1ACC3QQCn3s2MY=P_fjGFswv59CnP7OxgA9P+wg@mail.gmail.com>	<55C0F6CB.6050102@dronecode.org.uk>
Date: Wed, 5 Aug 2015 10:12:26 +0100
Message-ID: <CAHkMg9FPkZ1Vt+oZVJ+ZeJfpUMmpVySikaxU=QPdHwwcA+5evg@mail.gmail.com>
Subject: Re: Possible issue with Firefox (38.0.1) running on X Server 1.17.2
From: Derby Pride <thederbypride@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8

Thanks for your reply Jon. I'm happy to report that I tried the 32-bit
version of your updated XWin.exe which worked perfectly.

On 4 August 2015 at 18:30, Jon TURNEY <jon.turney@dronecode.org.uk> wrote:
> On 03/08/2015 16:43, Derby Pride wrote:
>>
>> I have recently upgraded Cygwin/X which upped the version of X Server
>> up to 1.17.2 (sorry, I didn't note the version that I was previously
>> using). I now enter the following into the Cygwin terminal:
>>
>>      export DISPLAY=:0.0
>>      XWin -multiwindow -clipboard -listen tcp &
>>      xhost +
>>
>> On my remote machine (a virtual RHEL5.2) I give the following commands:
>>
>>      export DISPLAY=%server_ip%:0.0
>>      firefox &
>>
>> Firefox launches successfully on my server machine. However, the
>> maximize button is disabled (all other buttons are present and
>> enabled). Resizing the window by dragging the edges works as expected
>> but there appears to be no way to maximize (double clicking the title
>> bar does not work either).
>
>
> Thanks for reporting this issue.
>
> I can reproduce this on a Centos 5 VM.
>
> This is interesting.  The firefox window has a WM_NORMAL_HINTS which
> specifies a maximum size of 32767x32767.
>
> Currently, the maximize control on the window frame is supposed to be
> disabled if a maximum size is specified at all, but it looks like that
> wasn't quite working correctly until recently.
>
> I've adjusted the logic a little bit so that the maximize control is not
> disabled if a maximum size is specified, but it's larger (in both
> dimensions) than the Windows virtual desktop size (as then maximization will
> not exceed the maximum size specified)
>
> I've built a snapshot with this change.  Perhaps you could try that and see
> if it improves things for you?
>
> ftp://cygwin.com/pub/cygwinx/x86/XWin.20150804-git-862bf7a8412567ae.exe.bz2
> ftp://cygwin.com/pub/cygwinx/x86_64/XWin.20150804-git-862bf7a8412567ae.exe.bz2
>
> --
> Jon TURNEY
> Volunteer Cygwin/X X Server maintainer

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

