To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75446





------- Additional comments from [EMAIL PROTECTED] Wed Mar 21 08:54:37 +0000 
2007 -------
I asked pbor on #gedit IRC channel for a comment on the issue:

pbor: sadleder: yes, as you said those checks for uid and gid are totally bogus
pbor: another difference is that gedit doesn't check at load, but on save
pbor: and for saving we just save locally and transfer the file, so those kind
of checks come for free
pbor: in other word, we just try and if it fails we handle the exception 
gracefully
sadleder: hmm, ok, where are files saved locally before transferring to remote?
pbor: at the moment in tmp if I recall correctly
pbor: with the propoer umask and stuff to protect privacy
pbor: sadleder: also, did you check that you actually go past this condition: if
(m_info.valid_fields & GNOME_VFS_FILE_INFO_FIELDS_PERMISSIONS)
pbor: if that it is not met, do you default to writable or not writable?
pbor: I seem to recall that ssh doesn't set that field
pbor: so your problem may be that you default to not-writable in that case
pbor:  - in general I think that those kind of checks should be done lazily on
save, not on load (think of the case when the perms change while the file is
open), but that is a OO design decision

---------------------------------------------------------------------
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]

Reply via email to