Comment 1 for bug 1680891

Revision history for this message
Stephen Boddy (stephen-j-boddy) wrote :

You can use layouts to create presets and save the set of logins, editing the command to perform the ssh login. I know some people don't like this method, but I used it for a long time with great success.

I don't have something like you describe in my list. I'm sure it has been asked about in the past, but I can't find an existing wishlist item. If you want to go ahead and update the authors plugin, that's fine by me.

Tips:
 It is mostly a straight conversion from GTK2 to GTK3. The Terminator code itself has not really changed. GTK3 does throw up some annoying quirks, but till you start trying to run the code, you're unlikely to know what these are.

 There is a script out there that can do *some* of the donkey work. Search for pygi-convert.sh

 If you review the changes to the included plugins you'll get an idea of the sort of changes that are necessary. Just use:
bzr diff -r1520..1522 terminatorlib/plugins/
to look at the changes made for the included plugins. Omit the path to see all the changes for many, many more examples.