i hacked it it seems the issue is with the service file for AccountsService:
sudo nano /usr/lib/systemd/system/accounts-daemon.service
this is set to
PrivateTmp=true
setting it to:
PrivateTmp=false
and reboot will solve it
i hacked it it seems the issue is with the service file for AccountsService:
sudo nano /usr/lib/systemd/system/accounts-daemon.service
this is set to
PrivateTmp=true
setting it to:
PrivateTmp=false
and reboot will solve it