| Summary: | Cannot disable OpenGL enabled in a previous version using gtk3 | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Mike Kaganski <mikekaganski> |
| Component: | LibreOffice | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.1.4.2 release | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:6.3.0 target:6.2.1 target:6.1.5 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 110746 | ||
|
Description
Mike Kaganski
2019-01-14 09:12:21 UTC
it looks like for this case, possibly a fix could be conditionally return false in CanvasSettings::IsHardwareAccelerationRO() for gtk3 case, but is that a universal fix for all cases where the OpenGL setting is used? Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/6c904345b1f3e02db5ab163f46517fec2b85e539%5E%21 Resolves: tdf#122701 opengl settings don't affect gtk3 It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. backport to 6-2 in gerrit Verified with current master (checked setting both UseOpenGL and ForceOpenGL under org.openoffice.Office.Common/VCL to true) - thanks! (In reply to Caolán McNamara from comment #3) > backport to 6-2 in gerrit Caolán, should it be backported to 6-1 as well ? Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/aa15463a2f303ab75679eefa4d8241f2b700684e%5E%21 Resolves: tdf#122701 opengl settings don't affect gtk3 It will be available in 6.2.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-1": https://git.libreoffice.org/core/+/390ad702841fd247061377c044df446a7b2c587d%5E%21 Resolves: tdf#122701 opengl settings don't affect gtk3 It will be available in 6.1.5. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |