https://bugs.kde.org/show_bug.cgi?id=387200
Bug ID: 387200 Summary: Unable to save (override) without directory permissions Product: kolourpaint Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kolourpaint-supp...@lists.sourceforge.net Reporter: elv1...@gmail.com Target Milestone: --- Kolourpaint cannot save when it cannot create a temporary file. If the file is writable but the directory is not, it should fallback to overwriting the file directly instead of failing to save the file. It's a bigger issue when using Kio such as fish or ftp where the target directory is owner by a remote user. To reproduce: mkdir foo sudo chown root:root foo sudo wget http://nicecatpicture foo/cat.png sudo chmod 666 foo/* kolourpaint foo/*.png <ctrl+s> Result: Fail to save file with an error Expect: Save file, with or without a warning -- You are receiving this mail because: You are watching all bug changes.