I am trying to set a custom title on the terminal similar to this question: How to change Gnome-Terminal title?
However, the "PROMPT_COMMAND" answer isn't working, or it's being overwritten somehow. My .bashrc file is completely empty now (for trying to troubleshoot this problem) except for this line:
PROMPT_COMMAND='echo -ne "\033]0;SOME TITLE HERE\007"'
With this, when I open a terminal the "SOME TITLE HERE" shows up in the menubar for about half second or less, just barely noticeable for an instant. So it's as if it's being overwritten by something after the .bashrc? Otherwise, after it blinks, my terminal menubar only has a "Terminal" dropdown menu.
I also would like to get rid of this "Terminal" dropdown if possible, but suspect it might be part of the problem? Any ideas?