Sergey Vlasov
Sergey Vlasov
Worked for me as well, but I had to give `-size 5200m` to overcome this: ``` Failed to copy kernelcache, “prelinkedkernel” couldn’t be copied to “.IABootFiles”. ```
Same for 18i20
>Question, if I get a Windows machine and do the configs there, will they mantain those configs when I use it with linux? At least for me it is preserved....
I investigated this, unfortunately Neovim right now doesn't support WinBar nor it has any equivalent functionality to implement this.
I don't see any real error. Please re-run with `make -j1`.
Try to run the command manually, for example ``` convert src/icons/icon.svg -define icon:auto-resize icon.ico ``` I suspect ImageMagick build is missing svg support.
I will consider it. However I don't think the build will be any significantly smaller.
This is expected, the tags will be treated according to the selected encoding in preferences. It is impossible to reliably detect text encoding automatically. So I recommend to use the...
Ok, I will see what can be done.
Unfortunately official GStreamer binary builds do not include [`modplug`](https://gstreamer.freedesktop.org/documentation/modplug/index.html?gi-language=c) plugin, which belongs to [`gst-plugins-bad`](https://github.com/GStreamer/gst-plugins-bad/tree/master/ext/modplug). I will try to build it manually, but it is not trivial. I cannot promise anything...