Comment 3 for bug 252971

Revision history for this message
Jørgen P. Tjernø (jorgenpt) wrote : Re: does not work with older libvte

Also, titletips are not compatible with edgy. The 'simple fix' is:

   def on_vte_title_change(self, vte):
- if self.conf.titletips:
+ if self.conf.titletips and not self._vte_legacy_mode:

in terminatorlib/terminatorterm.py :)