Summary: | Kate does not preserve original group owner when saving a file | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kio-extras | Reporter: | Stolz <javi> |
Component: | SFTP | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | christoph, ilmari.lauhakangas, kent.west |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stolz
2016-05-06 06:37:32 UTC
Same as Bug 362201? Yes, known issue and tracked as bug #333577. *** This bug has been marked as a duplicate of bug 333577 *** This bug appears to have arisen from the dead, as it affect Kate version 22.12.3 on Debian 12. I'm on a local Debian 12 Dell desktop PC. westk@westkent:~$ cat /etc/debian_version 12.1 westk@westkent:~$ uname -a Linux westkent 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-1 (2023-07-14) x86_64 GNU/Linux westk@westkent:~$ cat /etc/apt/sources.list #deb http://ftp.us.debian.org/debian/ unstable main contrib non-free #deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free deb http://ftp.us.debian.org/debian/ bookworm main contrib non-free non-free-firmware deb-src http://ftp.us.debian.org/debian/ bookworm main contrib non-free non-free-firmware deb http://deb.debian.org/debian bookworm-backports main contrib non-free-firmware I fire up kate, and Open a file to sftp://goshen.acu.edu/home/web/htdocs/westk/index.html, which before editing the file has these perms: westk[@]goshen]:/home/web/htdocs/westk:> ls -lah index.html -rwxr-x--- 1 westk www-data 9.9K Aug 14 11:13 index.html I edit the file in Kate (just changing one word), and save the changes, and then look at the file perms again: westk[@]goshen]:/home/web/htdocs/westk:> ls -lah index.html -rwxr-x--- 1 westk westk 9.9K Aug 14 11:23 index.html Ok, let's undo the duplicate status |