Displaying 1 result from an estimated 1 matches for "oofic".
Did you mean:
toofic
2005 Jul 26
0
openoffice(linux) can't open files from a wineapplication
...ftware\\Classes\\.xls] 1051470000
@="ooffice"
c) You'll have to put the shell script in the same directory you
have at the registry entries. In our case the "executable" must be at:
C:\\Program Files\\OpenOffice.org\\ooffice.exe
d) the "executable" oofice.exe is the following shell script:
#!/bin/sh
LOG="$HOME/tmp/soffice.exe-log.`id -u -n`"
echo "Arguments received: $@" > $LOG
RESULT=`winepath "$@" 2> /dev/null`
echo "/usr/bin/soffice $RESULT" >> $LOG
TMP=$TMPDIR ; TEMP=$TMPDIR ; /usr/bin/soffice...