Dolphin does not show samba shares

After the November updates, Dolphin stopped showing samba shares from other PCs on the network.
However! The samba network works correctly as I can easily access it by making the call manually with the command smb://eragontux@192.168.1.142/Dell_Studio/ .

Any ideas?

Maybe this helps:

There is also mention of the kio-extras5 package being needed.

For KDE Plasma 6, network browsing in Dolphin is provided by kio-extras. However, Windows host discovery previously relied on WS-Discovery via the kdsoap-ws-discovery-client library, which did work in earlier Plasma 5 releases . That component no longer appears to be included in current KDE Frameworks 6 / Plasma 6 stacks, so the WS-Discovery-based discovery path is no longer available. I’m not yet sure if this is openSUSE-specific, or an upstream decision. I think a bug report is required.

Avahi discovery (Linux hosts) should still work though.

@Pedro Can you please clarify that you are referring to Linux hosts here? Do you use Avahi discovery? Not a firewall issue?

Check discovery of Linux samba hosts on the network with…
avahi-browse -rt _smb._tcp
Does that report as expected?

I have to retract the WS-Discovery comments…I’ve just tested Plasma 6 Dolphin discovery (Slowroll), and WS-Discovery of a Windows host I have at hand is working as expected. (It can take a few moments for the network discovery to work, but the host is eventually enumerated.)

I also monitored WS‑Discovery traffic on UDP port 3702 to my host, showing the Windows host responding with ProbeMatches…

tcpdump -i wlp1s0 udp port 3702 and dst host 192.168.0.24 -vv -X
tcpdump: listening on wlp1s0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
11:00:19.903504 IP (tos 0x0, ttl 128, id 18247, offset 0, flags [none], proto UDP (17), length 1258)
    192.168.0.71.ws-discovery > dell-laptop.local.60202: [udp sum ok] UDP, length 1230
        0x0000:  4500 04ea 4747 0000 8011 6d0c c0a8 0047  E...GG....m....G
        0x0010:  c0a8 0018 0e76 eb2a 04d6 8d71 3c3f 786d  .....v.*...q<?xm
        0x0020:  6c20 7665 7273 696f 6e3d 2231 2e30 2220  l.version="1.0".
        0x0030:  656e 636f 6469 6e67 3d22 7574 662d 3822  encoding="utf-8"
        0x0040:  3f3e 3c73 6f61 703a 456e 7665 6c6f 7065  ?><soap:Envelope
.
.
.
        0x0410:  3a43 6f6d 7075 7465 723c 2f77 7364 3a54  :Computer</wsd:T
        0x0420:  7970 6573 3e3c 7773 643a 5841 6464 7273  ypes><wsd:XAddrs
        0x0430:  3e68 7474 703a 2f2f 3139 322e 3136 382e  >http://192.168.
        0x0440:  302e 3731 3a35 3335 372f 3865 3836 6361  0.71:5357/8e86ca
        0x0450:  3932 2d39 3330 622d 3439 3265 2d62 6133  92-930b-492e-ba3
        0x0460:  372d 3933 6430 6666 6438 3534 6535 2f3c  7-93d0ffd854e5/<
        0x0470:  2f77 7364 3a58 4164 6472 733e 3c77 7364  /wsd:XAddrs><wsd
        0x0480:  3a4d 6574 6164 6174 6156 6572 7369 6f6e  :MetadataVersion
        0x0490:  3e32 3430 3c2f 7773 643a 4d65 7461 6461  >240</wsd:Metada
        0x04a0:  7461 5665 7273 696f 6e3e 3c2f 7773 643a  taVersion></wsd:
        0x04b0:  5072 6f62 654d 6174 6368 3e3c 2f77 7364  ProbeMatch></wsd
        0x04c0:  3a50 726f 6265 4d61 7463 6865 733e 3c2f  :ProbeMatches></
        0x04d0:  736f 6170 3a42 6f64 793e 3c2f 736f 6170  soap:Body></soap
        0x04e0:  3a45 6e76 656c 6f70 653e                 :Envelope>