Stanislaw Halik

Results 212 comments of Stanislaw Halik

It shows for me. Build with `-g` and send me a backtrace ``` thread apply all bt full ```

`ccmake .`. Press `t`, add `-g` at the end as an argument to `CMAKE_CXX_FLAGS`. Press `c` then `g` then `ccmake` will close itself. Rebuild and install again. For debugging a...

Actually for the `ccmake` step there's an easier alternative. Just run ```` cmake -DCMAKE_CXX_FLAGS='-O2 -g' . ```` from the build directory. Then rebuild and reinstall. For `gdb(1)` do ``` gdb...

Use `r` as a command to start the executable. `^C` is a shorthand for pressing Control+C.

Replace `variant/default/main-window.cpp` with this paste. https://pastebin.com/Rs7rC5bu See for messages it emits to `stderr`.

Do you have system tray usage enabled in opentrack's profile? What environment/window manager are you using?

Does opentrack show in the tray if you enable it?