|
|
| opening/saving files with OpenOffice in Ubuntu on NFS share |
|
|
|
| Written by Bart Dorlandt |
| Tuesday, 17 November 2009 14:12 |
|
Using OpenOffice (2.2 or higher) with files located on a NFS share causes problems. Simply said, you are not able to open the file for writing and/or you are not able to save the file. (depending on the format you use) A solution for this will be the following: edit /usr/lib/openoffice/program/soffice, go to line 102 if [ -z "$SAL_ENABLE_FILE_LOCKING" ]; then Comment out the line "export SAL_ENABLE_FILE_LOCKING". So it looks like: if [ -z "$SAL_ENABLE_FILE_LOCKING" ]; then You are done. Save the file and test it. Remember to do this after an upgrade of OpenOffice. But you'll notice it anyway |
| Related items: |
|---|
|



