Comment 65 for bug 209695

Revision history for this message
Kristof Imre Szabo (krisek) wrote : Re: attachments open in read only mode

A simple solution is to update your soffice.bin wrapper script:

root@kris-laptop ~# diff /usr/lib/openoffice/program/soffice.distr /usr/lib/openoffice/program/soffice
263a264,266
> if [ -f "$arg" ]; then
> chmod 644 "$arg"
> fi

Of course one can sophisticate it more.

And this doesn't solve the problem, that all attachments are opened without the 'w' bit set. (Wrapper scipt in front of every application?)