[kio-extras] [Bug 376344] cant write to smb shares which has write access

Elvis Angelaccio bugzilla_noreply at kde.org
Tue Feb 28 11:28:09 UTC 2017


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

--- Comment #3 from Elvis Angelaccio <elvis.angelaccio at 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.


More information about the Plasma-devel mailing list