When X2Go client is started to log in to machine, the message is that"could not acquire name on the session bus" in Ubunti-MATE 24.04. cat /etc/os-release PRETTY_NAME="Ubuntu 24.04.1 LTS" NAME="Ubuntu" VERSION_ID="24.04" VERSION="24.04.1 LTS (Noble Numbat)" VERSION_CODENAME=noble ID=ubuntu ID_LIKE=debian
1 Like
Hi, @rnsarma and welcome to the Ubuntu MATE Community!
1 Like
Edit /etc/X11/Xsession.d/80mate-environment
add unset DBUS_SESSION_BUS_ADDRESS
before the closing fi
restart client, try again.
3 Likes
Thank you. It is working
3 Likes