https://bugs.kde.org/show_bug.cgi?id=365795
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@privat.broulik.de --- Comment #8 from Kai Uwe Broulik <k...@privat.broulik.de> --- Ok, I found it. The bug is actually in the file:/ KIO slave. It does QFile::setPermissions and has a modeToQFilePermissions which converts POSIX flags like S_IRUSR to QFile::ReadOwner. Unfortunately, it nowhere takes into account S_ISVTX and other special attributes so they get lost. Wpw. I also don't see a way to do this with QFile. -- You are receiving this mail because: You are watching all bug changes.