Re: [Interest] Build Qt 4.8.6 on CentOS 6 without GStreamer

2015-04-28 Thread Bob Hood
Looks like adding "-D ENABLE_VIDEO=0" might have disabled the reference to GStreamer. If there's a better/more elegant solution, please feel free to share. On 4/28/2015 11:14 AM, Bob Hood wrote: > I'm trying to build Qt 4.8.6 on CentOS 6.4, and the initial configure is > giving me the error: >

Re: [Interest] Bad application rendering on Remote Desktop

2015-04-28 Thread Agocs Laszlo
Because when using remote desktop you are suddenly left with OpenGL 1.1 (ouch) and so QOpenGLWidget and friends that rely on OpenGL 2.0 features (like framebuffer objects) cease to function. The solution is to rely on ANGLE or a software rasterizer (like Mesa llvmpipe) in this case. When using th

[Interest] Build Qt 4.8.6 on CentOS 6 without GStreamer

2015-04-28 Thread Bob Hood
I'm trying to build Qt 4.8.6 on CentOS 6.4, and the initial configure is giving me the error: Project ERROR: Package gstreamer-app-0.10 not found Even though yum swears that I have all the GStreamer dependencies installed. So, after some Googling, I've determined that I can turn off the GS

[Interest] renderType: Text.NativeRendering

2015-04-28 Thread Harri Pasanen
I just upgraded to Kubuntu 15.04 with the new Plasma 5. That seemed to affect typography all over the place, and not for the better in many cases. I'm not sure if it related, but I spent a frustrating half an hour wondering why my QML Text element is not visible on desktop. The culprit turned