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:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; q=dns; s=default; b=MzH
	cNoLLpWRX07KAu5X40g1DTMf7LMZI7adzSv3aded+YmdYIQKrHqLGMh52cCshIGK
	l46BK3RBouAFfXbjQT6sqjfvx6RRHNG4A6PbEGHcUFws0htXZR0ljJfOnZYUV8/d
	5xhrAl9f4H+OEFaidccA6jvFLATu8edVxyCDUxmo=
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:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; s=default; bh=WQxI4scC+
	XkPNCQXUQl04RU9TjI=; b=u0YDtarALKERlwJ7ukIrMzJ3QJwJSJfPM4I9gLhto
	UsaOu8yCnuQBlLnsxrPoXWBuuKMlDLKUGLmcXs4P7KNs/BbEjPVLdxUL2CrAwh5w
	fFdPsAF3jQZ1jRb+3hFte5gIiQIqfuCxGY60yNqdHAwg3ek4vsZtXHcK4Ov0NNCE
	ho=
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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=press, upgraded, Hx-languages-length:1492, pixel
X-HELO: mail-lf0-f46.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to         :subject:content-transfer-encoding;        bh=fkpy5jJ7uHs2DriaVgp/9u4LhKEweDpC0OK7pLf9u0c=;        b=U108k9FS6nxHM5/LZnCIgeAuA5Ei0NUsh90v1YuK+EQY8E/mpjFN5UgL1jXXmq9Pcm         TPT0sqeunxAfPBA6883zC54k30MsjOnSgb1pfgdS3KB5MKmm0bgUAK98yxYKuD/IZU5t         UcOZHir/Pzh7CuR0Wa9AOueOGZ/T18mQrTigqFlU2hE5HN8+4SG60n2743+k6ynCr3/P         w8kREkiPs62W6lZyAjnCWc7sgfGwqVRBijy6Dv3b5QrkC73SM1PoAjTBH+bsrGLxaEAk         I67exialE1JuNSjagCDyAr70u6vBD5DEl/GcduGe4Lvqj1Fxu3dFwixRwulYNA8EBfiY         il+w==
X-Gm-Message-State: AD7BkJKP61SYSp95dmynJxY9inX0+gcu/55BUQC0w7Faw8J8IETLNXFkSp7LX60MsfqWfg==
X-Received: by 10.25.15.204 with SMTP id 73mr2314587lfp.126.1459103654527;        Sun, 27 Mar 2016 11:34:14 -0700 (PDT)
Message-ID: <56F827A5.6000000@gmail.com>
Date: Sun, 27 Mar 2016 21:34:13 +0300
From: Basin Ilya <basinilya@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Starting VirtualBox 5 GUI creates two windows, but only with Cygwin/X
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

Hi list.

I often use X11 forwarding to run Linux programs with GUI.
Recently I upgraded from vbox 4 to version
VirtualBox-5.0-5.0.16_105871_el6-1.x86_64.
(My Linux host is headless Rhel 6.7 Server with xorg-x11-xauth package
installed)

I noticed that when I type "VirtualBox" in shell and then close its
window the process remains running. Then I noticed that there's another
hidden window in taskbar.
I have to press Ctrl-C or close the second window to end the process.

This only happens when I connect from Windows and use cygwin xwin server
(but not xming or Linux client)

The visible window is captioned "Oracle VM VirtualBox Manager@hostname"
and the hidden one is captioned "VirtualBox@hostname"

It's not really hidden. There's a white pixel at the top-left edge of my
second monitor

I upgraded my Cygwin installation today, but the problem did't go away.
Before the upgrade I had some messages appear in XWin.0.log, but now
they're gone:

    [656077.648] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow
(invalid Window parameter)
    [656077.664] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow
(invalid Window parameter)
    [656077.664] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow
(invalid Window parameter)

I start the server from shell using an alias:

	alias runx='run xwin -multiwindow -noprimary'

I have this at the end of my ~/.ssh/config:

Host *
    ForwardX11Trusted yes
    ForwardX11 yes


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

