https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249445
--- Comment #8 from Olivier Duchateau <[email protected]> --- 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.ListNames 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). -- You are receiving this mail because: You are on the CC list for the bug.
