Ubuntu – How to remove gnome terminal profiles in 16.04 LTS

16.04gnome-terminal

I can't seem to find a way to remove a broken gnome terminal profile I've setup from the list under File -> Open Terminal.

How does one remove one of these from the list? I can't change the settings because it opens and closes so fast. GNOME Terminal 3.18.3.

Best Answer

You have to install dconf-editor in order to edit/remove terminal profile if you cannot access gnome-terminal menu.

sudo apt-get install dconf-editor

Open dconf-editor then navigate to org > gnome > terminal > legacy > profiles. From there you can modify the profile.

enter image description here

Screenshot taken at 14.04 with gconf-editor

Related Question