googlefonts / fontbakery-ui

Apache License 2.0
6 stars 3 forks source link

Tricky to run on GNU+Linux #17

Open felipesanches opened 3 years ago

felipesanches commented 3 years ago

I was getting an error when trying to run it with python qapplication.py inside a py3 virtualenv on Debian 10.

I did something nasty that "forced it" to work: root@pluto:~# cp /usr/lib/x86_64-linux-gnu/libxcb-util.so.{0,1}

There should be a more straightforward way to run it without ugly hacks though...

simoncozens commented 3 years ago

This appears to be a Debian 10/Qt specific bug: https://bugreports.qt.io/browse/QTBUG-88688