Neovim automatically set my cursor from vertical line to box on konsole

:set guicursor= works
let $NVIM_TUI_ENABLE_CURSOR_SHAPE = 0 do not work
set guicursor=i-ci-ve:ver25 do not work

Any better ideas?