Opened 20 years ago
Closed 19 years ago
#2433 closed defect (invalid)
libmythui.pro: OPENGL_PAINTER used with OPENGL disabled
| Reported by: | Owned by: | Janne Grunau | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
mythtv-setup doesn't start. It crashes at QGLWidget::create. I have a mythtv-server without running X, only Xlibs installed.
I think this is an typo in libmythui.pro and should be using_opengl for the OPENGL_PAINTER section
using_x11 {
DEFINES += USE_OPENGL_PAINTER
SOURCES += mythpainter_ogl.cpp
HEADERS += mythpainter_ogl.h
inc.files += mythpainter_ogl.h
}
using_x11 {
LIBS += $$EXTRA_LIBS
}
also the QWS stuff stops mythtv-setup to work on my server. mythtv-setup hangs on the dialogs and the processes can't killed anymore. I have to reboot the server. A configure Option for that can be usefull.
Change History (2)
Note:
See TracTickets
for help on using tickets.

no, it is intended.
use mythtv-setup -O ThemePainter=qt