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 588031 - gnome-shell doesn't handle correctly username in non-utf8 locale
gnome-shell doesn't handle correctly username in non-utf8 locale
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on: 587949
Blocks:
 
 
Reported: 2009-07-08 01:02 UTC by Colin Walters
Modified: 2009-09-07 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Colin Walters 2009-07-08 01:02:36 UTC
See patch in other bug.

+++ This bug was initially created as a clone of Bug #587949 +++

when running in non-UTF8 locale (for instance, fr_FR.ISO-8859-15), if username is containing non ASCII characters (for instance, Frédéric Crozat), no conversion from current locale to UTF-8 is done in gdmuser/gdm-user-manager.c, some g_locale_to_utf8 calls are missing.
Comment 1 Takao Fujiwara 2009-09-07 10:01:04 UTC
I think /etc/passwd should be UTF-8 and this patch needs to be removed.