This PR adds a toggle to enable/disable the HTMLRenderer interface, which was previously removed, because it always segfaulted.
This took a while to debug, as I made a mistake in an earlier commit, where I put icudtl.dat in the miscellaneous files section, whereas it was actually used by libcef.
After this I used coredumpctl gdb to track down the remaining problem, which was the runtime dependency on libudev.so
I tested the simpler examples in the documentation and they seemed to work.
This PR adds a toggle to enable/disable the
HTMLRenderer
interface, which was previously removed, because it always segfaulted.This took a while to debug, as I made a mistake in an earlier commit, where I put
icudtl.dat
in the miscellaneous files section, whereas it was actually used bylibcef
. After this I usedcoredumpctl gdb
to track down the remaining problem, which was the runtime dependency onlibudev.so
I tested the simpler examples in the documentation and they seemed to work.