From owner-freebsd-ports@FreeBSD.ORG Fri Jan 25 01:37:01 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6702316A417 for ; Fri, 25 Jan 2008 01:37:01 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2233C13C45B for ; Fri, 25 Jan 2008 01:37:00 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=sty23tDUF1oA:10 a=6I5d2MoRAAAA:8 a=e-Ytq9LhF0O919cD9AYA:9 a=HifiZFrOL3bJsD3uEkKL6h4z0HMA:4 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp08.embarq.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral Authentication-Results: smtp08.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp08.embarq.synacor.com: 76.6.199.41 is neither permitted nor denied by domain of embarqmail.com) Received: from [76.6.199.41] ([76.6.199.41:57268] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id 78/D6-05990-F1939974; Thu, 24 Jan 2008 20:19:28 -0500 Date: Thu, 24 Jan 2008 20:19:26 -0500 From: Randy Pratt To: Boris Hollas Message-Id: <20080124201926.89daddec.bsd-unix@embarqmail.com> In-Reply-To: <20080124233859.bb1391c7.boris.hollas@gmx.de> References: <20080124233859.bb1391c7.boris.hollas@gmx.de> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: qiv quits with Gdk-ERROR on FreeBSD 6.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 01:37:01 -0000 On Thu, 24 Jan 2008 23:38:59 +0100 Boris Hollas wrote: > I invoked qiv (quick image viewer) on an image file and got the following message: > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 115 error_code 8 request_code 2 minor_code 0 > > I installed qiv-2.0_2 from package on FreeBSD 6.3. > > On 6.1, I've used qiv without any problems. I got the same thing when using that version of qiv. Try setting your environment with: XLIB_SKIP_ARGB_VISUALS=1 See the Handbook section on "Shells" if you need some hints on setting the environment with your particular shell: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/shells.html I switched to using a qiv development version (2.1) and this problem doesn't seem to exist there. HTH, Randy --