Comment 1 for bug 1758564

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

1. Delete terminator/terminatorlib/plugins/customer_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)

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