README: Add terminfo information
Add a section about copying terminfo to remote systems to hopefully stop the pile of non-issues opened because of a missing terminfo file.
This commit is contained in:
parent
7738c766f5
commit
4dbcc9e54c
19
README.rst
19
README.rst
|
@ -173,3 +173,22 @@ following snippet to ``$XDG_CONFIG_HOME/gtk-3.0/gtk.css`` (or
|
||||||
|
|
||||||
This can also be used to add varying amounts of padding to each side via
|
This can also be used to add varying amounts of padding to each side via
|
||||||
standard usage of the CSS padding property.
|
standard usage of the CSS padding property.
|
||||||
|
|
||||||
|
TERMINFO
|
||||||
|
========
|
||||||
|
|
||||||
|
When working on a remote system with termite's terminfo missing, an error might
|
||||||
|
occur:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
Error opening terminal: xterm-termite
|
||||||
|
|
||||||
|
To solve this issue, copy the terminfo to your remote system and install it for
|
||||||
|
the logged in user. Or on Arch Linux install ``termite-terminfo``.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
scp termite.terminfo remoteserver:
|
||||||
|
# On the remote server
|
||||||
|
tic -x termite.terminfo
|
||||||
|
|
Loading…
Reference in New Issue