Bug 322715

Summary: Kate can't save file when you are the group member while file's permission is rw-rw-r--.
Product: [Applications] kate Reporter: V字龍(Vdragon) <Vdragon.Taiwan>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.10.5   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

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