To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=54586
------- Additional comments from [EMAIL PROTECTED] Wed Sep 14 23:35:22 -0700 2005 ------- AFAIK file-locking is also needed by the storage implementation and the GNOME .recently-used functionality. However, these affect only the users $HOME and the OOo program directory - if both are on the local disk, one still needs no locking daemon. Given that a NFS locking has multiple problems (e.g. the lock is removed when the file get's opened a second time by the same process), my preferred approach would be to: 6. Change the document handling not to use locking, but to compare the access time of the file before overwriting it with the access time when the file was opened. In case these don't match, tell the user the file has changed on disk and ask whether (s)he would like to overwrite the file anyway, pick a new name for it or cancel the save operation. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
