I have been looking into this issue and I've noticed that in snap/command-chain/desktop-launch line 39 cases the issue:
REALHOME=$(getent passwd $UID | cut -d ':' -f 6)
Inside the snap getent passwd $UID returns an empty string for the AD/LDAP user.
I have been looking into this issue and I've noticed that in snap/command- chain/desktop- launch line 39 cases the issue:
REALHOME=$(getent passwd $UID | cut -d ':' -f 6)
Inside the snap getent passwd $UID returns an empty string for the AD/LDAP user.