After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643162 - use accountsservice to get user information
use accountsservice to get user information
Status: RESOLVED FIXED
Product: gnome-screensaver
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-screensaver maintainers
gnome-screensaver maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-24 04:51 UTC by Matthias Clasen
Modified: 2011-02-28 22:10 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
dialog: get face from accounts service (7.14 KB, patch)
2011-02-28 22:10 UTC, Ray Strode [halfline]
committed Details | Review

Description Matthias Clasen 2011-02-24 04:51:56 UTC
I am seeing a different user photo in the lock dialog than in the login screen and in the user accounts panel. The reason is that the lock dialog stil looks at ~/.icon while the other to consult the accountsservice.
Comment 1 Ray Strode [halfline] 2011-02-28 22:10:09 UTC
The following fix has been pushed:
cb10846 dialog: get face from accounts service
Comment 2 Ray Strode [halfline] 2011-02-28 22:10:11 UTC
Created attachment 182138 [details] [review]
dialog: get face from accounts service

Previously, we would get the user's face from ~/.face

Now everything else in gnome depends on the accounts service,
so we should, too.