Hello, Ludovic Courtès <l...@gnu.org> writes:
>>> L p R n d n <g...@lprndn.info> skribis: [...] >> Not exactly, my understanding is that *accountsservice* doesn't find >> 'org.freedesktop.Accounts.service' which is provided (and asked) by >> lightdm. (I think the error comes from accountsservice) > > But see: > > $ (cd /tmp; tar xf $(guix build -S lightdm)) > $ grep -r "Error updating user" /tmp/lightdm-1.30.0/ > /tmp/lightdm-1.30.0/common/user-list.c: g_warning ("Error updating > user %s: %s", priv->path, error->message); > /tmp/lightdm-1.30.0/common/user-list.c: g_warning ("Error updating > user %s: %s", priv->path, error->message); > $ (cd /tmp; tar xf $(guix build -S accountsservice)) > $ find /tmp/accountsservice-0.6.50/ -name org.freedesktop\*.service.in > /tmp/accountsservice-0.6.50/data/org.freedesktop.Accounts.service.in > $ find $(guix build accountsservice) -name org.freedesktop\*.service > /gnu/store/l9qyf0brhhq7mwcsyhjsh7k0d3ri3ay2-accountsservice-0.6.50/share/dbus-1/system-services/org.freedesktop.Accounts.service > > That’s why I think it’s lightdm (or dbus-daemon?) that fails to find the > .service file. > > ‘accountsservice-service-type’ extends dbus, such that we have > /etc/dbus-1/system-services/org.freedesktop.Accounts.service. Do you > see this as well? You're right! ;) And probably a dbus-daemon problem from what I understand. But I really don't know what I'm talking about here... However, just to clarify, I think it's not that it's not finding dbus-1/system-services/org.freedesktop.Accounts.service but dbus-1/interfaces/org.freedesktop.Accounts(.Users?).xml. In that case, using #:env-variable for the dbus service might be a possibility. Really, I have quite a lot of files in /run/current-system/profile/share/dbus-1/interfaces but I don't know what are their purpose... :/ > Thanks, > Ludo’. Have a nice day, L p R n d n