Am Samstag, 5. April 2008 07:40:53 schrieb Jeremy Gransden: > On Fri, Apr 4, 2008 at 7:41 PM, Volker Glatz <[EMAIL PROTECTED]> > > 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"