Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Unlocalized string in gnome-session-custom-session GUI.
Version-Release number of selected component (if applicable):
gnome-session-3.14.0-5.el7.x86_64.rpm
How reproducible:
100%
Steps to Reproduce:
1. Run gnome-session-custom-session in locale.
Actual results:
Unlocalized string in gnome-session-custom-session GUI.
Expected results:
It should be localized.
Additional info:
Please see the attached screen-shot.
Tested this bug with latest build i.e. 'gnome-session-3.14.0-6.el7'
[sshedmak@dhcp201-117 po]$ rpm -q gnome-session
gnome-session-3.14.0-6.el7.x86_64
Translation exists for the said string (visible in Comment 1) i.e. 'Please select a session to use' for all the required languages.
Here's how:
[sshedmak@dhcp201-117 po]$ pwd
/home/sshedmak/gnome-session/gnome-session-3.14.0/po
[sshedmak@dhcp201-117 po]$ for lang in de es fr it ja ko pt_BR ru zh_CN zh_TW; do for i in $lang.po; do echo $i; grep -ir -A1 -- 'Please select a session to use' $i; echo ;done; done
de.po
msgid "Please select a session to use"
msgstr "Bitte wählen Sie eine Sitzung, die verwendet werden soll"
es.po
msgid "Please select a session to use"
msgstr "Seleccione una sesión a usar"
fr.po
msgid "Please select a session to use"
msgstr "Veuillez sélectionner une session à utiliser"
it.po
msgid "Please select a session to use"
msgstr "Selezionare una sessione da utilizzare"
ja.po
msgid "Please select a session to use"
msgstr "使用するセッションを選択してください"
ko.po
msgid "Please select a session to use"
msgstr "사용할 세션을 선택하십시오"
pt_BR.po
msgid "Please select a session to use"
msgstr "Por favor, selecione uma sessão para ser usada"
ru.po
msgid "Please select a session to use"
msgstr "Выберите сеанс"
zh_CN.po
msgid "Please select a session to use"
msgstr "请选择要运行的会话"
zh_TW.po
msgid "Please select a session to use"
msgstr "請選擇要使用的 session"
[sshedmak@dhcp201-117 po]$ echo $?
0
Problem is fresh POT is not getting generated (in rhel-7.3 git branch), as reported in bug #1371019