Results 540 comments of ahrm

It is strange that C-v and A-v are not working for you, maybe that is a mac-specific issue, unfortunately I can not test it myself because I don't have a...

Does this help? https://github.com/ahrm/sioyek/issues/41

> No, all the homebrew dependencies are installed, still the same. Are you using the correct version of qt (5.* not 6.*) when building the project?

You could edit `build_mac.sh` and replace `qmake` with the exact path for correct version of `qmake`.

I use 5.12 but the issue you are facing is because you don't have some packages. See https://github.com/ahrm/sioyek/issues/97#issuecomment-962556062 for more details.

This error indicates that you are using a wrong version of mupdf, which is weird because we compile the correct version of mupdf ourselves. Maybe the compiler is using your...

> Would it be possible to provide a build script which can run inside a qt container that works on your end? I am on a windows machine right now....

> Launch new instance when opening a second PDF file instead of closing the previous one and opening a new one You can do this by passing `--new-window` to sioyek...

Thanks for your investigation. I don't think this bug was introduced in the last commits though, it probably always existed. I failed to reproduce the issue on a 1200-page 900mb...