Hi Cole!
This issue is not happening with me. It is happening with another user here.Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
fine without locale.setlocale(locale.LC_ALL, ''). But as described into python documentation:
"getdefaultlocale(): According to POSIX, a program which has not called setlocale(LC_ALL, '')
runs using the portable 'C' locale. Calling setlocale(LC_ALL, '') lets it use the default locale as
defined by the LANG variable. Since we do not want to interfere with the current locale
setting we thus emulate the behavior in the way described above."
locale.setlocale(locale.LC_ALL, locale.getdefaultlocale()) since getdefaultlocale() will return
the content of LANG. Well, as we see today it is not working even if we set using the
getdefaultlocale() when glibc-common has a locale bug. Gtk is still using 'C' locale.
getdefaultlocale() when glibc-common has a locale bug. Gtk is still using 'C' locale.
Strange.
_______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list