Bug 322715 - Kate can't save file when you are the group member while file's permission is rw-rw-r--.
Summary: Kate can't save file when you are the group member while file's permission is...
Status: RESOLVED DUPLICATE of bug 333577
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: 3.10.5
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 05:38 UTC by V字龍(Vdragon)
Modified: 2014-09-29 16:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description V字龍(Vdragon) 2013-07-23 05:38:28 UTC
The actual environment I'm using
file ownership : root:hadoop # You are in hadoop group, you're NOT in root group
file permission : rw-rw-r--
file holding directory ownership : root:root
file holding directory permission : rwxr-xr-x

Reproducible: Always

Steps to Reproduce:
1. Open a file that is similar to the above "Details"
2. Modify it
3. Try to save the modifications
Actual Results:  
Shows a popup window : 
"The document could not be saved, as it was not possible to write to <file path>.

Check that you have write access to this file or that enough disk space is available."

Expected Results:  
Saves normally as there's no permission issue.

Vim editor saves successfully.  I doubt that Kate check's the permission beforehand using somewhat buggy mechanism instead of directly try to save the file.
Comment 1 Dominik Haumann 2013-07-23 08:16:43 UTC
Now this is strange, as it should be fixed in KDE SC 4.10.3 according to bug #312415.
Comment 2 Dominik Haumann 2014-09-29 16:23:18 UTC

*** This bug has been marked as a duplicate of bug 333577 ***