TerminatorPlugins icon indicating copy to clipboard operation
TerminatorPlugins copied to clipboard

A set of plugins for terminator.

Results 4 TerminatorPlugins issues
Sort by recently updated
recently updated
newest added

I'm experiencing the following error in the past few days. `File "/usr/lib/python2.7/site-packages/terminatorlib/terminal.py", line 1507, in feed self.vte.feed_child(text, len(text))` It turns out to be a known `terminator` bug, not by the...

It can be fixed with this patch but obviously this may not work with older versions. ``` @@ -126,7 +126,8 @@ vte = terminal.get_vte() (start_row, end_row, end_column) = self.get_vte_buffer_range(vte) content...

Tried placing the TerminalExporter plugin in ~/.config/terminator/plugins as well as /usr/share/terminator/terminatorlib/plugins and it doesn't seem to load. Attempting an strace of terminator doesn't indicate that the plugin is loading, either.

I have include the output of teminator -d. You will see errors concerning the plugin, like this one: > TypeError: writelines() argument must be a sequence of strings > Traceback...