ajh-valmer via tde-users wrote:
A window opens with many k....... programs (kdcop.png attached), but no kdcop in the menu.
I was thinking I have posted a reply, but I do not see it - may be I did not post it at all.
It is hard to say for sure as Michele said, but this error message is coming from a function in tdelibs/dcop/KDE-ICE/process.c at line 985
if ((*iceConn->listen_obj->host_based_auth_proc) (hostname)) ... else { _IceErrorAuthenticationRejected (iceConn, ICE_ConnectionSetup, "None of the authentication protocols specified are supported and host-based authentication failed");
iceConn->connection_status = IceConnectRejected; }
so IMO it must be something hostname related (assuming everything else is kosher). Could be of course ICE related too.
BR