Comment 15 for bug 577038

Revision history for this message
McPeter (mcpeter) wrote : Re: [regression] hard lock in openoffice when opening files from a remote NFS volume

cat /usr/bin/oocalc
#!/bin/sh
/usr/lib/openoffice/program/soffice -calc "$@"

if i use
  /usr/lib/openoffice/program/soffice -calc <file on NFS>
not work

if i use
  oosplash.bin -calc <file on NFS>
it return : oosplash.bin: command not found

oosplash.bin is called at end soffice

at this time i use /usr/lib/openoffice/program/oosplash.bin -calc in property open document and it's work