I am running Ubuntu 16.04 LTS
I opened up terminal and went Preferences > Profiles > Command, and checked both Run command as a login shell and Run a custom command instead of my shell and I changed the drop-down menu to Exit the terminal.
My problem is now every time I open terminal, it closes before I can open the preferences again and I couldn't find anything on the Internet about how to fix it. I have the ability to connect through SSH if I need to run any commands and I'm wondering if there is any files I can modify to fix this. Thanks!
gnome-terminal
(i.e. the default one from Ubuntu)? If so, one idea would be to search inside your$HOME
directory for its settings. Maybe with afind $HOME -iname '*terminal*'
– thiagowfx Apr 24 '17 at 03:48dconf
orgsettings
. – thiagowfx Apr 24 '17 at 03:49gnome-terminal --preferences
. Alas it's not yet available in Ubuntu 16.04. – egmont Apr 24 '17 at 11:19