https://bugs.kde.org/show_bug.cgi?id=362733

            Bug ID: 362733
           Summary: Kate does not preserve original group owner when
                    saving a file
           Product: kate
           Version: unspecified
          Platform: Gentoo Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: application
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: j...@gsmlandia.com

Whenever a save a file whose group is not the default for the user Kate changes
the group of the file to the default one

$ groups javi
users nginx

$ touch sample.txt

$ sudo chown javi:nginx sample.txt

$ ls -l sample.txt 
-rw-r--r-- 1 javi nginx 0 may  6 14:31 sample.txt

$ kate sample.txt # Make some changes to the file and then save it

$ ls -l sample.txt 
-rw-r--r-- 1 javi users 2 may  6 14:32 sample.txt


Reproducible: Always

Steps to Reproduce:
1. Create a file whose group is not the default for the current user
2. Open the file with Kate
3. Make some changes to the file and save it

Actual Results:  
The group of the file is changed

Expected Results:  
The file should preserve the original group ownership

Kate Version 15.12.3
using 
KDE Frameworks 5.21.0
Qt 5.5.1 (built against 5.5.1)


Compiled from the official Gentoo repository

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to