Closed tekktonic closed 4 years ago
Forgot to add that I've tried this on both dark and light themes, same behavior.
You should probably install Pango, GDK and GTK from unstable too. The error below only happens on an outdated Pango (or GTK, not sure) version.
Attribute 'insert_hyphens' is not allowed on the <span> tag on line 1 char 46
It is worth mentioning that this is a known bug.
As far as I'm aware, gotk3 doesn't give a good method for detecting versions. I don't even know which version added insert_hyphens
; I can only guess it's from 1.14 based on the documentation of a similar method.
For those who can't or won't upgrade, here's a patch that reverts its use. Unfortunately gtk isn't in backports. Hopefully whoever stumbles upon this from search results can also look up how to apply a patch (git patch -am after renaming to remove the .txt)
0001-Remove-insert_hyphens-properties-to-work-on-older-ve.patch.txt
On app startup:
Afterwards stdout gets flooded with messages on like
and
Happens on Debian Stable (libhandy installed from unstable if that matters) aarch64 using X.