Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2008 10:59:35 +0200
From:      Volker Glatz <softwareleute@freenet.de>
To:        "Jeremy Gransden" <jeremy.gransden@gmail.com>, freebsd-questions@freebsd.org
Subject:   Re: openoffice.org-2.4.0_2 hanging
Message-ID:  <200804051059.35784.softwareleute@freenet.de>
In-Reply-To: <87f7f4170804042240v7c2fb3e6p43b4f3b798b2b88f@mail.gmail.com>
References:  <200804050141.36771.softwareleute@freenet.de> <87f7f4170804042240v7c2fb3e6p43b4f3b798b2b88f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Samstag, 5. April 2008 07:40:53 schrieb Jeremy Gransden:
> On Fri, Apr 4, 2008 at 7:41 PM, Volker Glatz <softwareleute@freenet.de>
>
> wrote:
> > Hi there,
> >
> > I compiled openoffice with
> >
> > WITHOUT_MOZILLA=yes WITH_KDE=yes LOCALIZED_LANG=de WITH_CUPS=yes
> > WITHOUT_GNOMEVFS=yes WITH_TTF_BYTECODE_ENABLED=yes
> >
> > Openoffice is hanging while opening or saving a document.
> >
> > I tried the following posted earlier here in the list:
>
> I had a similar issue that was fixed by  adding the following to  the
> /usr/local/bin/openoffice.org-2.3.1 script:
>
> export OOO_FORCE_DESKTOP=kde
>
> I use KDE as my desktop. Now my saving works fine.
>
> http://user.services.openoffice.org/en/forum/viewtopic.php?f=6&t=4065
>
> thanks,
> jeremy


Hi Jeremy,

thanks for your reply.

I changed /usr/local/bin/openoffice.org-2.4.0 to:

#!/bin/sh
#
# $FreeBSD: ports/editors/openoffice.org-2/files/openoffice.org-wrapper,v 1.3 
2006/04/20 21:56:12 maho Exp $

oopath=/usr/local/openoffice.org-2.4.0/program/
program=`echo $0 | sed -e 's|.*-2.4.0-||'`

case $program in
$0)
	$oopath/soffice "$@"
	;;
	*)
	$oopath/$program "$@"
	;;
esac

export OOO_FORCE_DESKTOP=kde

But it makes no difference. OO.org still locks.

Volker



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804051059.35784.softwareleute>