vim / vim-appimage

AppImage for gVim
115 stars 20 forks source link

Doesn't find correct terminfo entry #14

Closed hupfdule closed 4 years ago

hupfdule commented 4 years ago

When starting vim from this appimage (version 8.1.2135) I get the following error:

E558: Terminal entry not found in terminfo
'tmux-256color' not known. Available builtin terminals are:
    builtin_gui
    builtin_amiga
    builtin_beos-ansi
    builtin_ansi
    builtin_pcansi
    builtin_win32
    builtin_vt320
    builtin_vt52
    builtin_xterm
    builtin_iris-ansi
    builtin_debug
    builtin_dumb
defaulting to 'ansi'

This doesn't happen with the vim distributed in Debian and it also doesn't happen with a a self-compiled vim (version 8.1.2136).

chrisbra commented 4 years ago

most likely, the terminfo database is not available in the sandboxed appimage. So use a builtin terminal description.

hupfdule commented 4 years ago

Ok. Thank you. Then I will do that.

And it is not likely to break when using vim under urxvt, but using TERM=xterm?

chrisbra commented 4 years ago

it might. You have to try out.