Comment 15 for bug 1680891

Revision history for this message
Dan MacDonald (allcoms) wrote :

Hi Stephen

I did a bit more work on the SSH Menu plugin today, fixing the command edit method to work with groups and tidying up / fixing another couple of minor things.

The problem now (and always has been, as this plugin never got finished), is that deleting (SSH) commands doesn't work when using the SSH menu plugin UI. The commands get deleted from the treeview OK, but they don't get removed from the terminator config file too because if you quit terminator, reload it and then load the SSH Menu plugin again, all of the supposedly deleted commands become visible again.

The workaround to this is to manually delete the unwanted commands from the terminator config file but I'd really like to have this working from the plugin UI.

I'd appreciate if you could have a look at the latest git source for this plugin and see if you can spot something I'm missing. I've been looking at the PyGTK docs and playing around with this all night. It looks like deleting commands should work properly as it is, but I'm very new to GTK.

Thanks