| Summary: | No "What's this" help in Dolphin > Share > Share with Samba | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | skierpage <info> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | bugseforuns, codestruct, elvis.angelaccio, JasonW94, lueck, mail, nate |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
skierpage
2016-09-26 20:52:11 UTC
FWIW, as you have discovered Samba sharing in Dolphin is rather problematic, regardless of the (lack of) help files. We are tracking the following common issues (as well as many others): - Browsing Samba workgroups is unreliable -- https://bugs.kde.org/show_bug.cgi?id=369850 - Opening files on password-protected Samba shares is unreliable - https://bugs.kde.org/show_bug.cgi?id=361490 - Can't share your whole home directory with Samba -- https://bugs.kde.org/show_bug.cgi?id=381301 - Dolphin doesn't prompt you to create a Samba password when necessary -- https://bugs.kde.org/show_bug.cgi?id=381688 -- Workaround: run `sudo smbpasswd -a <user>` - Drag-and-drop doesn't work with Samba shares accessed through Dolphin -- https://bugs.kde.org/show_bug.cgi?id=355817 - Copy-and-paste on Samba shares only works one file at a time -- https://bugs.kde.org/show_bug.cgi?id=357199 - Copying files to a Samba share resets their timestamp -- https://bugs.kde.org/show_bug.cgi?id=356651 - Can't open videos on Samba shares -- https://bugs.kde.org/show_bug.cgi?id=355328 - SMB shared not discovered via Zeroconf/Bonjour/Avahi -- https://bugs.kde.org/show_bug.cgi?id=189693 I had a similar problem and resolved it with `sudo smbpasswd -a <my user name>` The original problem (missing tooltips for samba) isn't resolved with Dolphin 18.04.3, so I'll confirm the report. Theoretically this should be an easy fix if we can write up a good tooltip to display to the user. still no tooltips in Dolphin 18.12.3, Arch Linux. It looks to me like the entire folder properties dialog doesn't have a tooltip, nor do any of the tabs on the dialog. Does that subsume this bug? We could (1) Create one tooltip for the whole dialog, with a brief summary of each tab (General, Permissions, Details, Share) or (2) Create a separate tooltip for each tab with more detail on each tab than 1 would have or (3) Create different tooltips for controls within the tabs. (Overkill?) I could potentially work on this, but I wanted to make sure that I'm not missing something first. Just dipping my toe into KDE development! Observed in Dolphin 20.08.1 from Manjaro packages, and 20.11.70 running from source. We recently ported the dialog to QML (to be released in version 20.12) which doesn't support the "What's This" feature, which we're generally moving away from anyway. The new UI has tooltips. Please file specific bugs on anything that doesn't work or is missing a tooltip but would benefit from one. Thanks! |