https://bugs.kde.org/show_bug.cgi?id=376344
--- Comment #35 from Elvis Angelaccio <elvis.angelac...@kde.org> --- (In reply to madcatx from comment #27) > Created attachment 105682 [details] > Allow write access to root samba share > > The code still does not work entirely as expected - I am allowed to try to > write into server shares or workgroup listing which is obviously nonsensical > and the code seems to try to prevent that, it just does not work. I cannot > investigate this any further unless I can pry some debugging output out of > the smb_kio plugin. kio_smb's debug output comes from kdeinit5. You should be able to get it from journalctl, but you need to enable it first: make sure you add [Rules] kio_smb.debug=true in ~/.config/QtProject/qtlogging.ini Then "journalctl -b | grep kio_smb" should give you what you want. -- You are receiving this mail because: You are watching all bug changes.