zathura 2026#59111
Conversation
466e479 to
dc10b1b
Compare
|
Regarding Regarding musl: #57776 (comment) |
|
can be rebased on master, meson fix is merged. |
|
@dogknowsnx I believe girara soname was already taken care, and disabled seccomp on musl for now (issue upstream), since we already use landlock that should be fine. What do you think? |
|
EDIT (post-thumbs-up):
Some thoughts: Not entirely sure, but personally I'd still prefer (temporarily) disabling tests (waiting for fix by upstream) over switching off a built-in security measure, given that the |
25c9ea6 to
b79cbb3
Compare
|
@dogknowsnx Sure, I can do that. Note that the musl fix has been merged upstream, so it will be in the next release, and also that the landlock snadbox (imho better) is always enabled. |
|
There don't seem to be any advantages of updating right now, imho. Personally I'm happy to keep using |
|
All issues are fixed for me with v2026.03.27 |
|
Alright. Thanks for keeping up. I'll try and have a look this week. |
|
I would love to see zathura updated soon to help with the issues of PDFs having different page sizes. pulls: pwmt/zathura#851 and pwmt/zathura#849 (some issues fixed: pwmt/zathura#724, and pwmt/zathura#447 Felipe-9's comment, the latter is the issue I am currently having.) I really appreciate your work, Thanks a lot! |
|
This happens on ci only, after update to gtk4: |
|
@sebastinas Thanks for taking a look! Is there a way in meson to skip a single test, which should not be run in ci? |
48c51fe to
fc77586
Compare
|
If it's the tests running with xvfb that should be skipped, don't have xvfb installed. The tests requiring xvfb are skipped in this case. |
|
It is Did I miss something? |
|
The meson options are forcing the tests to be enabled. Leave it on auto to make the detection-based skip work. EDIT: In the next release there will be an additional option to control running tests under Wayland / X11. |
d0c5efa to
cd1b67c
Compare
cc @lemmi