Opened 21 months ago
Closed 21 months ago
Last modified 20 months ago
#13243 closed Bug Report - General (fixed)
Make OpenGL the default ThemePainter on Appropriate Systems
Reported by: | gigem | Owned by: | gigem |
---|---|---|---|
Priority: | minor | Milestone: | 30.0 |
Component: | Ports - Android | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The default ThemePainter? is Qt, however, video does not work with that setting on some systems. Specifically, Linux PCs with Intel graphics and Android need ThemePainter? set to OpenGL. This patch does the following.
- Change the default ThemePainter? to Auto.
- Change Auto to use OpenGL first on appropriate systems.
- Change the ThemePainter? configuration to list the preferred values first.
Attachments (1)
Change History (7)
Changed 21 months ago by
Attachment: | themepainter.patch added |
---|
comment:1 Changed 21 months ago by
Owner: | changed from Mark Spieth to gigem |
---|---|
Status: | new → assigned |
comment:2 Changed 21 months ago by
comment:3 Changed 21 months ago by
I tested on Linux and Raspberry pi. Also xrdp and x tunnelled through ssh. All work perfectly, selecting QT when OpenGL is unavailable.
comment:5 Changed 21 months ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 20 months ago by
Milestone: | needs_triage → 30.0 |
---|
Note: See
TracTickets for help on using
tickets.
Looks logical. Shouldn't break anything. SHIPIT