Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1956089
Summary: | GL Text: System information lacks CPU model and includes warnings | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Maksym Sanzharov <max1> | ||||
Component: | xscreensaver | Assignee: | Mamoru TASAKA <mtasaka> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 34 | CC: | cheese, lkundrak, mtasaka | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-05-17 11:10:38 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
FEDORA-2021-32c3bc6a3f has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-32c3bc6a3f FEDORA-2021-32c3bc6a3f has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-32c3bc6a3f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-32c3bc6a3f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-7140ac3ac5 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-7140ac3ac5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-7140ac3ac5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-c2e2cc1e9a has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-c2e2cc1e9a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-c2e2cc1e9a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-c2e2cc1e9a has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |
Created attachment 1778613 [details] xscreensaver log received with "xscreensaver -v -log log.txt" Description of problem: in the Russian locale "GL Text" displays Perl warnings from xscreensaver-text, and does not display a CPU model. Version-Release number of selected component (if applicable): 6.00-1.fc34 How reproducible: Steps to Reproduce: 1. In a terminal execute: LANG=en_US xscreensaver-demo 2. Select "GL Text", open its settings. 3. Select "Display system information" and press OK. 4. Close "Screensaver preferences" 5. In a terminal execute: LANG=ru_RU xscreensaver-demo Actual results: "GL Text" displays the following: Argument "3900,0000" isn't numeric in numeric ge (>=) at /usr/libexec/xscreensaver/xscreensaver-text line 437. Use of uninitialized value $model in substitution (s///) at /usr/libexec/xscreensaver/xscreensaver-text line 446. Use of uninitialized value $model in substitution (s///) at /usr/libexec/xscreensaver/xscreensaver-text line 447. Use of uninitialized value $model in substitution (s///) at /usr/libexec/xscreensaver/xscreensaver-text line 448. Use of uninitialized value $model in substitution (s///) at /usr/libexec/xscreensaver/xscreensaver-text line 449. max-home.localdomain Fedora 34 (Workstation Edition) 3.9GHz 30GB Expected results: There are no warnings and a CPU model is displayed. Additional info: With LANG=en_US I get the following output: max-home.localdomain Fedora 34 (Workstation Edition) 3.9GHz AMD A10-7870K Radeon R7, 12 Compute Cores 4C+8G 30GB No warnings are displayed in this case. You can get the output of this saver by executing the following: LANG=en_US PATH=/usr/libexec/xscreensaver:$PATH xscreensaver-text --date LANG=ru_RU PATH=/usr/libexec/xscreensaver:$PATH xscreensaver-text --date