x86_64 Debian Stretch kernel version is 4.7.8-1 with XFCE
I wasn't able to open shares (samba) with Thunar in Browse Network (network:///).
In location bar I could saw bad dns-sd names, when I tried to access shares. Names look like this:
network:///dnssd-domain-tetris%2520-%2520SMB%255CsCIFS._smb._tcp
- where tetris is name of my server
So I guessed problem is in special characters (spaces etc.).
I searched dns-sd name is created by service avahi. Then I just edit file on my server:
/etc/avahi/services/smb.serviceand replace string with single word (name) of my server. (Or you could use "%h" which automatically insert your server name)Before:
After:
Now Thunar works fine.