I've set Python 3.6 as default Python interpreter. This will cause the startup script `/usr/bin/terminator` to fail due to wrong shebang.
```
$ terminator
File "/usr/bin/terminator", line 124
except (KeyError,ValueError), ex:
^
SyntaxError: invalid syntax
```
…