Terminator Linux ne commence pas
Edit the /usr/bin/terminator
sudo vi /usr/bin/terminator
and change the first line (shebang)
#!/usr/bin/python
to
#!/usr/bin/python2
Energetic Elephant