[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

2007-06-18 Thread philippsadleder
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] Mon Jun 18 10:26:33 + 
2007 ---
At least the main part of the issue is fixed in Debian sid (2.2.1) and Ubuntu
feisty (2.2.0).

What doesn't work now is opening files via sftp:// that have only read
permissions. OOo reports a common error in the internet area (translated back
from German).

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



[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

2007-03-21 Thread philippsadleder
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 + 
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]



[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

2007-03-20 Thread philippsadleder
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] Tue Mar 20 08:10:43 + 
2007 ---
- pagalmes: Sorry, I cannot provide a patch at the moment.
I'll maybe try to build up a patch for the issue, but for now I can only point
to the code in gedit, which gets it right as far as I can tell.
But I think people familiar with gnomevfs could fix this in short time.

Thanks for your work,

   Philipp

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



[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

2007-03-16 Thread philippsadleder
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75446
 Issue #|75446
 Summary|Openoffice won't open files using sftp:// in read/writ
|e mode
   Component|ucb
 Version|OOo 2.2 RC2
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mhu
 Reported by|philippsadleder





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:03:21 + 
2007 ---
This bug is forwarded from Ubuntu Launchpad:
https://launchpad.net/ubuntu/+source/openoffice.org/+bug/41985

Pop an openoffice document on a sftp:// 'share' under gnome, attempt to open.
File will open in read-only mode, even if permissions are otherwise correct.

A text-file in the same directory, will open in read-write mode with no problems
in gedit, which eliminates gnome-vfs.

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



[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

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


User philippsadleder changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43737)
read-only check for
|  | gnomevfs






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:06:36 + 
2007 ---
Created an attachment (id=43737)
read-only check for gnomevfs


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



[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

2007-03-16 Thread philippsadleder
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] Fri Mar 16 09:07:21 + 
2007 ---
The attached file shows a section from OO.o source.
It checks if the remote file has owner or group matches the uid/gid of the
running Openoffice process (!)
This is all just plain wrong:

- Local and remote users/groups aren't necessarily matching.
- Openoffice checks things which lay in the domain of libgnomevfs
- Even if users/groups are in sync on local/remote system, there can be
supplementary groups the user (on both sides) can be part of.

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