From owner-freebsd-openoffice@FreeBSD.ORG Sun Nov 29 22:30:03 2009 Return-Path: Delivered-To: openoffice@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0511106568F for ; Sun, 29 Nov 2009 22:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1B98FC19 for ; Sun, 29 Nov 2009 22:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nATMU3cn050952 for ; Sun, 29 Nov 2009 22:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nATMU3Hb050943; Sun, 29 Nov 2009 22:30:03 GMT (envelope-from gnats) Date: Sun, 29 Nov 2009 22:30:03 GMT Message-Id: <200911292230.nATMU3Hb050943@freefall.freebsd.org> To: openoffice@FreeBSD.org From: Bengt Ahlgren Cc: Subject: Re: ports/140215: editors/openoffice.org-3: Fatal error on OpenOffice closing X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bengt Ahlgren List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2009 22:30:03 -0000 The following reply was made to PR ports/140215; it has been noted by GNATS. From: Bengt Ahlgren To: bug-followup@freebsd.org, stant@bestyle.ru Cc: Subject: Re: ports/140215: editors/openoffice.org-3: Fatal error on OpenOffice closing Date: Sun, 29 Nov 2009 22:12:07 +0100 I have the same problem with openoffice-3.1.1 crashing on exit on 7.2-REL (amd64). To me it seems to be an old bug with the systray quickstarter when running KDE that has not been solved (or has crept up again). I found two ways to solve the problem: 1. Turn the systray quickstarter off: Tools->Options->OpenOffice.org->Memory, and uncheck "Enable systray Quickstarter". 2. If you want the quickstarter, set the environment variable OO_FORCE_DESKTOP to either "none" or "gnome". See http://wiki.services.openoffice.org/wiki/Environment_Variables. But then you also get the Gnome style UI even if you defined WITH_KDE when compiling openoffice (like I did).