From owner-freebsd-ports@FreeBSD.ORG Sun Mar 20 15:56:57 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358D616A4CE for ; Sun, 20 Mar 2005 15:56:57 +0000 (GMT) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9AF043D53 for ; Sun, 20 Mar 2005 15:56:56 +0000 (GMT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 3317 invoked from network); 20 Mar 2005 15:56:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Mar 2005 15:56:56 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7433482; Sun, 20 Mar 2005 10:56:55 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-ports@freebsd.org References: <20050320072649.GB73141@aoi.wolfpond.org> <200503201130.32507.andy@athame.co.uk> <20050320111436.GA93111@aoi.wolfpond.org> <20050320155039.GA96252@aoi.wolfpond.org> From: Lowell Gilbert Date: 20 Mar 2005 10:56:55 -0500 In-Reply-To: <20050320155039.GA96252@aoi.wolfpond.org> Message-ID: <44y8cijooo.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Qt applications hang X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2005 15:56:57 -0000 Francois Tigeot writes: > If I use X11 forwarding with 'ssh -X localhost' and log as myself, I get a > lot of errors in the controlling xterm such as these: > > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 7 > Minor opcode: 0 > Resource id: 0x49 > > However, the application is perfectly functional. File/Open in scribus > opens a dialog and does not freeze the application window for example. > > If I change the window manager in ~/.xinitrc, I don't need to use the ssh > trick. With KDE's wm or a sole xterm Qt applications run fine. > > I am now pretty sure there is something fishy with windowmaker. It also sounds like X11 security is involved. It might help to try the ForwardX11Trusted option with ssh.