https://bugs.kde.org/show_bug.cgi?id=456746
--- Comment #2 from marc <m...@gallifrey-blr.fr> --- Hi Harald, "How did you set up your domain?" On my desktop : marc@Midgard:~$ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 Midgard.Atlantis Midgard # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters marc@Midgard:~$ cat /etc/samba/smb.conf # Sample configuration file for the Samba suite for Debian GNU/Linux. [...] [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of workgroup = Atlantis [...] On my server : marc@gallifrey:~$ cat /etc/hosts 127.0.0.1 localhost 127.0.0.1 gallifrey.Atlantis Gallifrey ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters marc@gallifrey:~$ cat /etc/samba/smb.conf # Sample configuration file for the Samba suite for Debian GNU/Linux. [...] [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of workgroup = Atlantis [...] The rest of the smb.conf are the default file from the Debian installation. marc@Midgard:~$ export KDE_FORK_SLAVES=1 marc@Midgard:~$ export QT_MESSAGE_PATTERN='[%{time process}](%{pid})/(%{category}) %{function}: %{message}' marc@Midgard:~$ export QT_LOGGING_RULES='log_kio_smb=true' marc@Midgard:~$ dolphin --new-window smb://gallifrey.local [ 0.000](28419)/(kf.kio.core) unknown: "Impossible de se connecter à l'hôte « smb://gallifrey.local/ »" marc@Midgard:~$ dolphin --new-window smb://gallifrey.atlantis marc@Midgard:~$ dolphin --new-window smb://gallifrey dolphin --new-window smb://gallifrey.atlantis -> No error with this command, but no shared folder found dolphin --new-window smb://gallifrey -> Work perfectly dolphin --new-window smb://gallifrey.local -> this is the folder, that dolphin want to explore on the GUI by clicking on the network icon -- You are receiving this mail because: You are watching all bug changes.