
On Fri, Sep 2, 2022 at 1:07 AM Andrei Borzenkov <arvidjaar@gmail.com> wrote:
If user lightdm exists, the problem could be in accounts service;
I realized that the lightdm user was not created while installing the lightdm package. $ id lightdm id: 'lightdm': no such user So I created a lightdm user myself: # useradd -c "LightDM daemon" -d /var/lib/lightdm -r -s /bin/false -U lightdm (not sure it should be done this way, but I believe so) But, after rebooting, the problem remains.
set 01 16:00:59 kamarada-pc dbus-daemon[3011]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.19' (uid=0 pid=3844 comm="/usr/sbin/lightdm ") set 01 16:00:59 kamarada-pc systemd[1]: Starting Accounts Service... set 01 16:00:59 kamarada-pc accounts-daemon[3854]: started daemon version 0.6.55 set 01 16:00:59 kamarada-pc dbus-daemon[3011]: [system] Successfully activated service 'org.freedesktop.Accounts' set 01 16:00:59 kamarada-pc accounts-daemon[3854]: g_dbus_interface_skeleton_get_object_path: assertion 'G_IS_DBUS_INTERFACE_SKELETON (interface_)' failed
I do not have this last error on Leap 15.4.
I found this Tumbleweed bug: https://bugzilla.opensuse.org/show_bug.cgi?id=1181243 I commented on it pointing to this thread. Antonio The Linux Kamarada Project https://linuxkamarada.com/