Skip to content
Mark Janes edited this page Dec 14, 2017 · 5 revisions

The colors appear dark on my linux desktop. How do I fix the theme?

Others have worked around this issue with:

export QT_QPA_PLATFORMTHEME=qt5ct

If you have an idea of how to correct this in your distro, please contact mark.a.janes@intel.com

frameretrace crashes in glframe_retrace_stub, but I can't figure out why the response is wrong

frameretrace forks a process to retrace the application, and communicates with it over a socket. To find out why the forked process is crashing:

> gdb frameretrace
(gdb) set follow-fork-mode child
(gdb) run

I get compilation errors when I try to build FrameRetrace for Raspberry Pi

For embedded targets, only the frameretrace_server executable needs to be cross-compiled. Attempting to compile all of ApiTrace will result in Qt/GL clashes when compiling qapitrace and frameretrace UIs. embedded targets