I am working on Ubuntu running inside a VM made from Virtualbox on Windows 10.
By looking for a way to select all the text in a Terminator terminal, I get to following this AU thread , indicating how to install Thierry Ds copyall-Terminator-Plugin.
The copyall.py plugin was modified and transformed by Enno Gröper into a selectall.py plugin, available here on Github.
I tried to redo the steps mentioned in the AU thread, but I can't get my plugin working:
From my terminator:
cd /usr/share/terminator/terminatorlib/
sudo mkdir plugins
cd plugins
sudo vim selectall.py
I paste in there the code from https://github.com/egroeper/terminator-plugins/blob/master/selectall.py
Exit and save and check that the text is effectively saved in there
Restart Terminator
Right click on Terminator > preferences > plugin
But the new plugin is not there.
How can I get it appear and work?
--- UPDATE ---
To give you some more context, I am pasting here:
- the output of
ls -al /usr/share/terminator/terminatorlib/plugins/
enter image description here
- a screen capture of Right click on Terminator -> Preferences -> Plugins
enter image description here
- a screen capture of what I see (in particular, the context menu) with Right click on Terminator
enter image description here