https://bugs.kde.org/show_bug.cgi?id=376344
--- Comment #3 from Elvis Angelaccio <elvis.angelac...@kde.org> --- It looks like samba doesn't set write permission to the root folder: kio-extras/smb/kio_smb_browser.cpp has two occurrences of: udsentry.insert(KIO::UDSEntry::UDS_ACCESS, (S_IRUSR | S_IRGRP | S_IROTH | S_IXUSR | S_IXGRP | S_IXOTH)); One of them (or both) needs to set the write permission flag. Same bug is in mtp:// and is fixed by https://phabricator.kde.org/D4839 Unfortunately I don't use samba so I can't test the fix there. -- You are receiving this mail because: You are the assignee for the bug.