Opened 18 years ago

Closed 17 years ago

#2433 closed defect (invalid)

libmythui.pro: OPENGL_PAINTER used with OPENGL disabled

Reported by: mythtv@… 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)

comment:1 Changed 17 years ago by Janne Grunau

Owner: changed from Isaac Richards to Janne Grunau
Version: 0.20head

comment:2 Changed 17 years ago by Janne Grunau

Resolution: invalid
Status: newclosed

no, it is intended.

use mythtv-setup -O ThemePainter?=qt

Note: See TracTickets for help on using tickets.