I installed inkscape in windows subsystem for ubuntu by:
sudo add-apt-repository ppa:inkscape.dev/stablesudo apt-get updatesudo apt-get install inkscape
After the installation, I could launch inkscape, even I tried to set up the stack size with "ulimit -s stack size". It always shows the error as below:
$ inkscape &Wrong __data_start/_end pair$ inkscape --versionWrong __data_start/_end pairAborted (core dumped)$ inkscape --helpWrong __data_start/_end pairAborted (core dumped)
Does anyone meet the same problem? I tried very hard to solve this problem but I failed every time. Can any expert in inkscape help me? Thanks a lot!