Debian – Terminator is not working!

debiangnome-terminatorterminal

Terminator is my choice of terminal in debian. I seem to have broken it while playing with its profile preferences.

I can't open it normally as other applications. However after becoming root I can access it through gnome-terminal. When it opens, the following warning pops up:

An error occurred while loading or saving configuration information for terminator. Some of your configuration settings may not work properly.

Details :

No D-BUS daemon running

Best Answer

Have you tried purging the package and then reinstalling it?

apt-get purge terminator

Then delete configuration files located in your home directory

rm -rfvI /home/your_user_name/.config/terminator

This should remove all the config files. Now reinstall.

apt-get install terminator
Related Question