Bug 1894716
| Summary: | Programs compiled with glfw have transparent window backgrounds | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gaban <enzogaban98> | ||||
| Component: | glfw | Assignee: | Till Hofmann <thofmann> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 33 | CC: | airlied, bioinfornatics, negativo17, thofmann | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | glfw-3.3.2-8.fc33 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-11-11 01:20:28 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: |
|
||||||
|
Description
Gaban
2020-11-04 21:26:58 UTC
With your local build, did you build with -DGLFW_USE_WAYLAND=ON? If not, can you try that please? https://src.fedoraproject.org/rpms/glfw/blob/f33/f/glfw.spec#_77 Compiling with -DGLFW_USE_WAYLAND=ON (after installing all the dependencies) made the window transparent again, same problem. Tried it on two different computers and both had the same result. Maybe it's a bug in GLFW compiled with wayland. Oops, I forgot to mention: the first time (the one that using a local GLFW fixed the problem) I compiled without setting any value to GLFW_USE_WAYLAND, so I presume it was OFF. Thanks for testing! Yes, the default is OFF. Would you mind reporting this upstream? You already seem to have all information they need. Of course! Thank you for your attention and help FEDORA-2020-7b530d24b8 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-7b530d24b8 FEDORA-2020-7b530d24b8 has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-7b530d24b8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-7b530d24b8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. That fixed the issue here. Thanks! And I just noticed now that I forgot to post the upstream issue I opened: https://github.com/glfw/glfw/issues/1803 Again, thanks for your help, Till FEDORA-2020-7b530d24b8 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |