Hide Forgot
Description of problem: When 'LANG=pt_BR firstboot', a lot of information is missing in firstboot GUI. Version-Release number of selected component (if applicable): subscription-manager: 1.16.8-1.el6 python-rhsm: 1.16.6-1.el6 How reproducible: always Steps to Reproduce: 1. [root@dhcp-128-21 ~]# vim /etc/sysconfig/firstboot RUN_FIRSTBOOT=yes [root@dhcp-128-21 ~]# LANG=pt_BR firstboot 2. Check the info in firstboot GUI Actual results: A lot of info is missing. Please see attachment "registration_selection_label_missing.png" and "garbled_info_in_registration_conf_window.png" and "garbled_info_in_firstboot.png" Expected results: All labels or info should be shown nornally. Additional info:
Created attachment 1116873 [details] registration_selection_label_missing.png
Created attachment 1116874 [details] garbled_info_in_registration_conf_window.png
Created attachment 1116875 [details] garbled_info_in_firstboot.png
The proper test command here is LANG=pt_BR.utf8 firstboot. It will eliminate the character issues.