openoffice.org-2.4.0_2 hanging

Volker Glatz softwareleute at freenet.de
Sat Apr 5 08:59:36 UTC 2008


Am Samstag, 5. April 2008 07:40:53 schrieb Jeremy Gransden:
> On Fri, Apr 4, 2008 at 7:41 PM, Volker Glatz <softwareleute at 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


More information about the freebsd-questions mailing list