DescriptionUse LC_MESSAGES instead of LC_ALL in bus_ibus_impl_set_default_preload_engines.
This is a fix for https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/716314. Calling setlocale(LC_ALL, NULL); in the function seems not to be a good idea since the function could return a complex string like "LC_CTYPE=ja_JP.UTF-8;LC_NUMERIC=C;LC..." when two or more values are used for LC_xxx variables (e.g. ja_JP.UTF-8 and C.)
BUG=1204
Patch Set 1 #Patch Set 2 : review #MessagesTotal messages: 2
|