Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Jun 2021 14:17:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 249445] sysutils/accountsservice: Update to 0.6.55
Message-ID:  <bug-249445-39348-DXiOMCGmch@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249445-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249445-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249445

--- Comment #8 from Olivier Duchateau <duchateau.olivier@gmail.com> ---
If you try (when GDM is running, but in different TTY):

DBus service must be enable.

> gdbus call --system --dest org.freedesktop.DBus \
>  --object-path /org/freedesktop/DBus --method org.freedesktop.DBus.ListNa=
mes

If you see 'org.freedesktop.Accounts', try this following command:

> gdbus call --system --dest org.freedesktop.Accounts \
>  --object-path /org/freedesktop/Accounts \
>  --method org.freedesktop.Accounts.ListCachedUsers

List of users (it's list of ObjectPath) will be displayed (UserName property
contains login name).

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249445-39348-DXiOMCGmch>