Integration with tabbed
It would be nice to have better integration with suckless tabbed.
There is a current issue with the render_all() function queuing resizes.
This prevents render_job() from running when using zathura+tabbed, it runs only after tabs (or windows) are switched.
It would be nice to have better integration with suckless tabbed. There is a current issue with the
render_all()function queuing resizes. This preventsrender_job()from running when using zathura+tabbed, it runs only after tabs (or windows) are switched.
Yes I too would appreciate that - it was working well with tabbed using zathura v. 0.5.2 with girara v. 0.4.0 & zathura-pdf-poppler v. 0.3.1 as I posted over in the thread:
https://github.com/jarun/nnn/issues/1793
@rsvdr thanks for highlighting & posting this.
@rsvdr
This may be of some help to you
https://github.com/jarun/nnn/issues/1793#issuecomment-2541621428
nope, still running on this issue when trying to use suckless tabbed, and taking the idea from https://github.com/jarun/nnn/issues/1793#issuecomment-2541621428 of sending a xdotool windowactivate tabbed every half second is terrible and does not properly fix the issue, changing focus to another program, even an xterm, and then focusing again on zathura "finishes" the rendering step.
sebastinas added the Feature issue type
As far as I'm aware, this used to work before but broke on some new update. So it's closer to a regression than a new feature request.
Seems the regression was introduced on version 4.1 of libgirara as from what i've read some users have been able to build zathura with libgirara 4.0 and get the proper behaviour with tabbed.