Bug 1245755
Summary: | 10-qt5-check-opengl2.sh doesn't work if more than one screen | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Henrique Martins <fedora> |
Component: | qt5-qtbase | Assignee: | Than Ngo <than> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | jgrulich, jreznik, kevin, ltinkl, rdieter, rnovacek, than |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-01-08 14:44:05 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: | |||
Bug Depends On: | 1229922 | ||
Bug Blocks: |
Description
Henrique Martins
2015-07-22 16:39:10 UTC
Looks like a simple "head -1" in the pipe that sets OPENGL_VERSION would work. Thanks for the report. One correction though: "head -1" is deprecated, "head -n 1" is the POSIX syntax. So the line should read: OPENGL_VERSION=`LANG=C glxinfo | grep '^OpenGL version string: ' | head -n 1 | sed -e 's/^OpenGL version string: \([0-9]\).*$/\1/g'` qt5-qtbase-5.5.0-15.fc23 has been submitted as an update for Fedora 23. https://admin.fedoraproject.org/updates/qt5-qtbase-5.5.0-15.fc23 What's the roadmap for 5.5 for F22? Shall I backport this trivial fix to our 5.4 packaging or are we pushing 5.5 in the next few hours? Good question, let's discuss it in tomorrow's kde-sig meeting. Tentatively marking this as depending on 5.5 for now qt5-qtbase-5.5.0-15.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. f22 has qt-5.5 now too for awhile, closing |