Our application runs some commands in a headless mode using frame buffer display. We can't rely on fact that Xvfb is installed on every machine, but we suppose that X server is, so we bundle Xvfb binary into our application. The problem is that on some machines, when running bundled Xvfb we get the following fatal error:
could not open default font 'fixed'
Is there a way to bundle basic fonts as well, and point Xvfb binary to them, or is there a more elegant solution to this?
Thanks!