xfce4-session warning about an unresolvable local hostname
Benedikt Meurer
benedikt.meurer at googlemail.com
Tue Jul 26 08:15:31 CEST 2011
On Jul 25, 2011, at 11:59 , Guido Berhoerster wrote:
>>> True, but as long as only local transports are enabled the
>>> check can be disabled, right?
>>
>> Should be safe, yes.
>
> How about the attached patch? It's quite trivial, do I need to
> open a bug about it?
Doesn't look right to me, that should read:
if (!opt_disable_tcp && xfconf_channel_get_bool (channel, "/security/EnableTcp", FALSE))
{
xfsm_splash_screen_next (splash_screen, _("Verifying DNS settings"));
xfsm_dns_check ();
}
I'll leave it to Nick to
More information about the Xfce4-dev
mailing list