https://bugs.winehq.org/show_bug.cgi?id=48293
--- Comment #5 from Maciej Stanczew maciej.stanczew+b@gmail.com --- The patch doesn't help. Applied on top of 5.0-rc2 (Staging), the UI still lags.
I am running Arch Linux with systemd-resolved, a statically set one-word hostname (without domain part), empty /etc/hosts, and the following 'hosts' entry in /etc/nsswitch.conf (Arch's default): hosts: files mymachines myhostname resolve [!UNAVAIL=return] dns
Hostname lookup using resolvectl completes quite quickly: -- Information acquired via protocol DNS in 796us.
After your suggestion and a bit of digging with '+computername,+reg', it seems that it's the lack of domain part that is causing the issue with new code. If I append ".local" or ".whatever" to my hostname, the issue is gone.
Tomorrow I'll try to gather the logs and test more configurations.