Am I interpreting you correctly as saying that apport.hookutils.command_output() already sets LC_MESSAGES=C? And so should not be exhibiting this problem?
Because, I am setting keep_locale in source_xorg.py, and I am using command_output() to retrieve it. So, essentially I'm doing: report['JockeyStatus'] = command_output(['jockey-text', '-l']) Yet I still see untranslated jockey-text output in bug reports: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/986025 https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/979929 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/919484 Title: Need untranslated output from jockey-text -l To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/919484/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
