SUMMARY The Samba Share tab doesn't work and the wheel spins forever. https://i.imgur.com/6xCORqm.png STEPS TO REPRODUCE 1. Right click on a folder 2. Choose Properties 3. Click on the Share tab. OBSERVED RESULT The share function doesn't work at all EXPECTED RESULT The share function should work and should show us some details. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.1.90 KDE Frameworks Version: 6.6.0 Qt Version: 6.8.0 Kernel Version: 6.11.0-arch1-1 (64-bit) Graphics Platform: X11 Processors: 32 × Intel® Core™ i9-14900KF Memory: 62.6 GiB of RAM Graphics Processor: NVIDIA GeForce RTX 4090/PCIe/SSE2 Manufacturer: ASUS
I've just tried this on dolphin from git master and am unable to reproduce the issue. If you start dolphin from konsole (or any other terminal) does it show any output when you open dolphin, the properties dialogue or the share tab? This might be a distro configuration issue. Can you also please check samba and kdenetwork-filesharing are installed?
Hello, Thank you for your answer. Yes, I have both of the packages installed. Here's the log from starting Dolphin and opening properties: https://pastebin.com/yV6WRcVY
Pasting pastebin contents in to ticket in case the paste expires and for searchability. Hopefully the dolphin developers can assist further. The only thing I can think of that might be related is the last line about denied access to dbus. Maybe dolphin talks to samba over dbus to query/setup shares. [mozo@mozo ~]$ dolphin kf.xmlgui: "dolphin" : shortcut scheme file not found: "" after trying "dolphin" and "dolphin" kf.xmlgui: "dolphin" : shortcut scheme file not found: "" after trying "dolphin" and "dolphin" kf.xmlgui: "dolphin" : shortcut scheme file not found: "" after trying "dolphin" and "dolphin" qrc:/org.kde.filesharing.samba/qml/ACLPage.qml:23:5: QML OverlaySheet: Binding loop detected for property "implicitHeight" qrc:/org.kde.filesharing.samba/qml/ACLPage.qml:23:5: QML OverlaySheet: Binding loop detected for property "implicitHeight" qrc:/org.kde.filesharing.samba/qml/ACLPage.qml:23:5: QML OverlaySheet: Binding loop detected for property "implicitHeight" qrc:/org.kde.filesharing.samba/qml/ACLPage.qml:23:5: QML OverlaySheet: Binding loop detected for property "implicitHeight" qrc:/org.kde.filesharing.samba/qml/ACLPage.qml:23:5: QML OverlaySheet: Binding loop detected for property "implicitHeight" kf.coreaddons: Failed to retrieve files from portal: QDBusError("org.freedesktop.DBus.Error.AccessDenied", "Invalid transfer")
Thank you very much! I think it's worth to mention that today I tried Plasma 6.2 Arch repositiory and since the system says it's 6.1.90, the watermark insists it's 6.2 Beta and it's actually this version for I have copy/paste dialog wich reappears exactly in 6.2. https://bugs.kde.org/show_bug.cgi?id=483023 It might be worth trying to downgrade and see if the problem is there with Plasma stable.
Strange, before I downgrade I decided just to restart the PC and now the Share tab is working fine. I'm sorry for the inconvenience and thanks for your time!