Comment 66 for bug 96676

Revision history for this message
NevemTeve (lzsiga) wrote :

My last suggestion (unconditionally change environment TERM from 'xterm' to 'xterm-vte') is a bit rude. How could I do it more nicely? If it were rxvt or xterm, it would be the simplest:

cat >> ~/.Xdefaults:
XTerm.termName=xterm-vte
Rxvt.termName=xterm-vte

xrdb ~/.Xdefaults

But alas, gnome-terminal seems to not use resources, it has an own XML-based configuration system.