Summary: | Dolphin user feedback falsely reports there are no samba shares in user places | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Dave <sunny.bed7466> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | kfm-devel, meven29, nate |
Priority: | NOR | ||
Version: | 21.04.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dave
2021-04-22 14:27:08 UTC
Mmmm. Will be a Dolphin-specific issue. Well in fact smb://user@server/path/to/folder is not a samba share in the sense dolphin expects it here. It is not a fs mounted cifs filesystem and that what `hasSambaShare` means currently. smb:// is a kio-extras io-slave that is a lot easier to handle than cifs mounts, that why the two kinds of samba share access are differentiated in the feedback. Ref: https://invent.kde.org/system/dolphin/-/blob/master/src/userfeedback/placesdatasource.cpp Is that actually what we want to measure though? > Is that actually what we want to measure though?
Elvis did this I doubt he meant otherwise.
If anything we could report which kio-slave are used.
|