From owner-freebsd-ports@FreeBSD.ORG Thu Feb 3 08:59:28 2011 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 8B21110656AD for ; Thu, 3 Feb 2011 08:59:28 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 45EE68FC1C for ; Thu, 3 Feb 2011 08:59:28 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1PkulS-0006I4-Fx>; Thu, 03 Feb 2011 09:42:06 +0100 Received: from e178021119.adsl.alicedsl.de ([85.178.21.119] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1PkulS-0007Wa-D8>; Thu, 03 Feb 2011 09:42:06 +0100 Message-ID: <4D4A6A5E.7030408@mail.zedat.fu-berlin.de> Date: Thu, 03 Feb 2011 09:42:06 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110129 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Anonymous References: <4D491AB4.7090700@zedat.fu-berlin.de> <8662t2okjv.fsf@gmail.com> In-Reply-To: <8662t2okjv.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.21.119 Cc: "O. Hartmann" , freebsd-questions@FreeBSD.ORG, freebsd-ports@freebsd.org Subject: Re: editors/openoffice-org-3.3.0: serious issue with X11 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: Thu, 03 Feb 2011 08:59:28 -0000 On 02/02/11 10:25, Anonymous wrote: > "O. Hartmann" writes: > >> Hello. >> I just upgraded openoffice-3.2.1 to openoffice-org-3.3.0 and found >> myself in a serious issue. Opening openoffice works only sporadically, >> in most cases I get the error: >> >> XDM authorization key matches an existing >> client!/usr/local/openoffice.org-3.3.0/openoffice.org3/program/soffice.bin >> X11 error: Can't open display: >> Set DISPLAY environment variable, use -display option >> or check permissions of your X-Server >> (See "man X" resp. "man xhost" for details) > > Have you tried to add the following to xdm-config > > DisplayManager*authName: MIT-MAGIC-COOKIE-1 > > or adjusting permissions using xhost(1)? I did. Adding DisplayManager*authName: MIT-MAGIC-COOKIE-1 to xdm-config didn't make the problem disappear, only a global 'xhost +' helped. I also tried xhost + localhost:0.0 and all IP- or name-based combinations even FQDN/IP of the host, without success, except pure 'xhost +'.