| Summary: | Samba Share tab says "Samba is not installed on your system" | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] kdenetwork-filesharing | Reporter: | Gregor Mi <codestruct> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | elvis.angelaccio, nate, wbauer1 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://cgit.kde.org/kdenetwork-filesharing.git/commit/?h=Applications/16.04&id=fb48a2e997eb76ff2eeff1e69c2db35478c2f0c0 | Version Fixed/Implemented In: | 16.04.2 |
| Sentry Crash Report: | |||
|
Description
Gregor Mi
2016-07-18 19:52:10 UTC
I forgot to mention: the samba package is installed and there is no message on the console. Is this reproducible with more recent software? Last time I saw this, it was a legit error message, and successfully installed Samba when I clicked the install button. See https://bugzilla.opensuse.org/show_bug.cgi?id=1013345#c4 . The code looked for smbd only in the user's path, but openSUSE installs it to /usr/sbin/ which is normally not in a (non-root) user's PATH so it wasn't found even if installed. Should be fixed since KDE Applications 16.04.2: https://cgit.kde.org/kdenetwork-filesharing.git/commit/?h=Applications/16.04&id=fb48a2e997eb76ff2eeff1e69c2db35478c2f0c0 I tried again on an recent openSUSE Tumbleweed system with this result: https://bugs.kde.org/show_bug.cgi?id=394273, original bug is fixed, but there are some details left. |