Results 543 comments of ahrm

Can't reproduce the issue on windows or ubuntu WSL. I think this might be fixed in the development branch?

The existing build instructions should work (except the development version uses qt 6.6 insetad of 5.12): https://github.com/ahrm/sioyek?tab=readme-ov-file#build-instructions .

There is no "installing" just run the binary in the `build` directory.

I honestly don't remember, I wrote that years ago for github actions and it still works so I took an if it ain't broke don't fix it approach, since debugging...

We have a `LINUX_STANDARD_PATHS` preprocessor definition which I think should help this problem.

This was already the case when using `use_ruler_to_highlight_synctex_line`, I also added a `dont_center_if_synctex_rect_is_visible` option for the other cases in https://github.com/ahrm/sioyek/commit/497b7f9ff93f371b375dceac68704900adf49d08.

Note that you need to build the `development` branch and not the `main` branch. The syntax is something like this: ``` dont_center_if_synctex_rect_is_visible 1 ```

Hmmm, what is your exact workflow that requires an undo? Note that I am not dismissing your problem, just I personally have never felt the need for an undo command...

This is the issue: ``` cannot create context: incompatible header (1.23.10) and library (1.23.11) versions ```