Jerry James

Results 41 comments of Jerry James

On my Fedora 42 system, I see that some glyphs are being supplied by these two fonts: - /usr/share/fonts/opensymbol/opens___.ttf (in the libreoffice-opensymbol-fonts package) - /usr/share/fonts/liberation-narrow/LiberationSansNarrow-Regular.ttf (in the liberation-narrow-fonts package) The...

@gbcox gave me a python script that demonstrates the problem. I'm looking at `Font Awesome 6 Free-Regular-400.otf` with fontforge to see if there is some problem with the glyphs, and...

To summarize: there is no regular version of Music, Search, or Camera. If an attempt is made to use them, fontconfig looks for a substitute font that supplies those glyphs....

I don't think we should take that approach. The whole problem here is that cantata is trying to use the Regular version of glyphs that only have Solid versions. That...

Or get FontAwesome upstream to supply Regular versions of the glyphs. :smile:

Gah, you're right. Your script specifically asks for "Font Awesome 6 Free Solid". Then I have no idea what is going on. I will note, though, that https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/QWidget.html#PySide6.QtWidgets.QWidget.font includes this...

@gbcox , do you see the issue if you install liberation-narrow-fonts (temporarily, of course)? > Then to see if the local override is in place: **fc-match -s FontAwesome** You should...

I agree with @rwmjones 's comments. I want to point out that we want to set both compiler and linker flags, including invocations of the linker from ocamlmklib.

The flags you added for @rwmjones sound like what I am interested in. Thank you for that. Are the flags passed to the linker by ocamlmklib affected, or just flags...

When we introduced dune 3.11 into Fedora, opam started failing to build like this: ``` Running[1]: (cd _build/default/src/client && /usr/bin/sh -c 'git describe --exact HEAD || echo [dev]') > _build/default/src/client/git-describe...