3arthqu4ke

Results 43 comments of 3arthqu4ke

Oh I think so, will have to fix that. For now you have to escape every `\` with another `\`, so `\\`. You also need to escape `"` with `\`.

> Oh I think so, will have to fix that. For now you have to escape every `\` with another `\`, so `\\`. You also need to escape `"` with...

~~Actually can we provide support inside headlessmc for this? Instead of using a java executable command, use the `xvfb-run` executable and call java on it?~~ Then we would also have...