Jared Wahlstrand
Jared Wahlstrand
I don't see those warnings on Fedora, but they're basically harmless. I wish GTK had a mechanism to silence stuff like that.
> I get the warning: > > ``` > (process:31294): Gtk-WARNING **: 17:38:16.184: No IM module matching GTK_IM_MODULE=ibus found > ``` > > when opening the viewer, and the following...
~~On the resolution issue, I wonder if the scaling should be modified for HiDPI displays?~~ Never mind, the text doesn't look tiny. Like you said, it's blurry. Test failed for...
Thanks, I'll check one more thing this evening. The weird thing about the font issue is, we're not using GTK to draw the text, it's all Cairo. For me, it's...
The CI error came back and I think it was happening because the Profile didn't contain much of anything on MacOS, for some reason. Increasing the number of iterations in...
I commented out the precompile code that causes issues on my Mac (which involves observable handlers). I don't notice any difference in performance so I'm going to merge this PR...
Seems to be fixed by updating HarfBuzz_jll to 8.3.1. Can anyone confirm?
For me locally this is fixed with Pango_jll 1.54.0.
Thanks for posting the example code -- I had not tried the print dialog before. It also doesn't work on Linux. This is probably an issue with the JLL, but...
The print backend modules for GTK get installed in "libdir/gtk-4.0/4.0.0/printbackends". On Fedora, I see 2 backends installed in /usr/lib64/gtk-4.0/4.0.0/printbackends: one for "print to file" and one for CUPS. On Linux...