https://bugs.kde.org/show_bug.cgi?id=392447
Bug ID: 392447
Summary: dolphin shows nothing on smb:// or smb://workgroup/
Product: frameworks-kio
Version: 5.44.0
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Dolphin doesn't show any samba share.
smb:// and smb://workgroup/ are empty.
However, smbtree is always working.
If made all test with deactivated firewall.
Entering a specific share like smb://twvm1/ is always working.
I've made many test with different distributions and software versions:
--------
DOES NOT WORK:
Tumbleweed with:
Plasma: 5.12.3
Framework: 5.44.0
Applications: 17.12.3
Samba: 4.7.6
Fedora 27 with
Plasma: 5.12.2
Framework: 5.44.0
Applications: 17.12.2
Samba: 4.7.6
Neon with
Plasma: 5.12.3
Framework: 5.44.0
Applications: 17.12.3
Samba 4.3.11-Ubuntu
extra file: ~/.smb/smb.conf
[global]
client max protocol = SMB2
----------
WORKS:
Neon with
Plasma: 5.12.3
Framework: 5.44.0
Applications: 17.12.3
Samba 4.3.11-Ubuntu
Tumbleweed with:
Plasma: 5.12.3
Framework: 5.44.0
Applications: 17.12.3
Samba: 4.6.16 (Downgraded with repo home:j-engel)
Tumbleweed with:
Plasma: 5.12.3
Framework: 5.44.0
Applications: 17.12.3
Samba: 4.7.6
extra file: ~/.smb/smb.conf
[global]
client max protocol = NT1
===============
Conclusion:
As soon as the samba protocol newer NT1 (e.g. SMB2) is used, then dolphin
doesn't show the samba shares.
You can force the usage of NT1 via:
- Samba < 4.7
or adding the extra file ~/.smb/smb.conf
[global]
client max protocol = NT1
You can force the usage of SMB2 or SMB3 via:
- Samba >= 4.7
or adding the extra file ~/.smb/smb.conf
[global]
client max protocol = SMB3
--
You are receiving this mail because:
You are watching all bug changes.