Hi, Because I run into "Trace/breakpoint trap" crashes with Python packages using PyQt5 a lot lately, I asked a question at [1] and found out that the culprit is a missing default font for the bundled chromium in libqt5-webengine. What is the best way to require a default font and into which package should the requirement declaration go? Obvious choices would be libqt5-webengine or python-pytest-qt. For the latter it wouldn't matter much which font to choose, but installing a default with libqt5-webengine or fontconfig has an effect on a lot of systems. Which font package would be the right one? Or is there a meta package? Cheers, Ben [1] https://github.com/pytest-dev/pytest-qt/issues/317 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org