Hi everyone.
I have a PC with opensuse tumbleweed and trinity as desktop, all working fine.
Yesterday i upgrade the system and now i cant start the trinity session.
There was an erro setting up....... Could not read network connection list .DCOPserver_
Check that DCOp server is running
So i check the the file HOME/.xsession-errors and found: Autentication Rejected, reason : None of the authentication protocols specidfied are supported and host-based authentication failed
Â
I search in google and found 2 points:
1)The hostname, i change it and same DCOP problem
2)libICE problem. specifically problem with version libice-1.0.9-2 to libice-1.0.10-1
i cant confirm the point 2. but plasma work fine. i dont know how downgrade libice and i dont know how solve the problem
Â
Best Regards
Christian
list@schweb.com.ar composed on 2019-11-28 21:24 (UTC):
I have a PC with opensuse tumbleweed and trinity as desktop, all working fine.
Yesterday i upgrade the system and now i cant start the trinity session.
There was an erro setting up....... Could not read network connection list .DCOPserver_
Check that DCOp server is running
So i check the the file HOME/.xsession-errors and found: Autentication Rejected, reason : None of the authentication protocols specidfied are supported and host-based authentication failed
I search in google and found 2 points:
1)The hostname, i change it and same DCOP problem
2)libICE problem. specifically problem with version libice-1.0.9-2 to libice-1.0.10-1
i cant confirm the point 2. but plasma work fine. i dont know how downgrade libice and i dont know how solve the problem
There are bug reports about this: https://bugzilla.opensuse.org/show_bug.cgi?id=1142530 https://bugs.pearsoncomputing.net/show_bug.cgi?id=3044 https://bugs.pearsoncomputing.net/show_bug.cgi?id=3027
Comment 11 in 3027 has a kludge workaround.
I saved the prior libICE version if you wish to go that route: http://fm.no-ip.com/Share/Linux/libICE6-1.0.9-4.7.i586.rpm http://fm.no-ip.com/Share/Linux/libICE6-1.0.9-4.7.x86_64.rpm
On Thursday 28 November 2019, list@schweb.com.ar wrote:
Hi everyone.
I have a PC with opensuse tumbleweed and trinity as desktop, all working fine.
Yesterday i upgrade the system and now i cant start the trinity session.
There was an erro setting up....... Could not read network connection list .DCOPserver_
Check that DCOp server is running
So i check the the file HOME/.xsession-errors and found: Autentication Rejected, reason : None of the authentication protocols specidfied are supported and host-based authentication failed
Â
I search in google and found 2 points:
1)The hostname, i change it and same DCOP problem
2)libICE problem. specifically problem with version libice-1.0.9-2 to libice-1.0.10-1
i cant confirm the point 2. but plasma work fine. i dont know how downgrade libice and i dont know how solve the problem
Â
Best Regards
Christian
Experience the same problem Christian, had to downgrade as well. There's a bug in the leasted version it seems.
Cheers,
Kate
On Sunday 01 of December 2019 02:08:06 BorgLabs - Kate Draven wrote:
On Thursday 28 November 2019, list@schweb.com.ar wrote:
Hi everyone.
I have a PC with opensuse tumbleweed and trinity as desktop, all working fine.
Yesterday i upgrade the system and now i cant start the trinity session.
There was an erro setting up....... Could not read network connection list .DCOPserver_
Check that DCOp server is running
So i check the the file HOME/.xsession-errors and found: Autentication Rejected, reason : None of the authentication protocols specidfied are supported and host-based authentication failed
Â
I search in google and found 2 points:
1)The hostname, i change it and same DCOP problem
2)libICE problem. specifically problem with version libice-1.0.9-2 to libice-1.0.10-1
i cant confirm the point 2. but plasma work fine. i dont know how downgrade libice and i dont know how solve the problem
Â
Best Regards
Christian
Experience the same problem Christian, had to downgrade as well. There's a bug in the leasted version it seems.
Cheers,
Kate
Hi,
in libICE it is not a bug, but an intention. For applications that use IceAuthFileName(), this change is not a problem. However, in TDE we have our own implementation of the IceAuthFileName() function and in several places the path for ICEauthority file is built. Therefore, this change has affected us. However, the patches are already ready. I've done testing, but I'm waiting for more responses prior to merge.
See: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/55 https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/pulls/103
Cheers
On Thu, Nov 28, 2019 at 5:43 PM list@schweb.com.ar wrote:
Yesterday i upgrade the system and now i cant start the trinity session.
There was an erro setting up....... Could not read network connection list .DCOPserver_
Check that DCOp server is running
So i check the the file HOME/.xsession-errors and found: Autentication Rejected, reason : None of the authentication protocols specidfied are supported and host-based authentication failed
It's because these clever bastards (not only your distro) changed the location of the ICEauthority file from ~/.ICEauthority to /run/username/ICEauthority causing neither location to work for Trinity. $XDG_RUNTIME_DIR is now getting set on some distributions.
Fix this by setting an environment variable before starting TDE. You don't have to (and should not) downgrade your libICE package.
ICEAUTHORITY=/home/yourname/.ICEauthority
For example, I don't use login managers and start with startx, so in my ~/.xinitrc file I have:
export ICEAUTHORITY=/home/grogan/.ICEauthority exec starttde