Comment 6 for bug 1758564

Revision history for this message
Keith Thome (d00gman) wrote :

Changed to reflect VTE version 0.52
1. Delete terminator/terminatorlib/plugins/custom_commands.pyc to force re-compilation at next run time.

2. Change Line 130 of terminator/terminatorlib/plugins/customer_commands.py

from:

terminal.vte.feed_child(command, len(command))

to:

terminal.vte.feed_child(command.encode("utf-8"))

3. Enjoy Terminator Custom Commands Plugin until patched release hits.