I am trying to setup some gnome-terminal profiles, so that I can have a pre-configured set of tabs when I start gnome-terminal. Previously I achieved this by going to Edit=>Profiles... (in gnome-terminal), adding a new profile, and then using gnome-terminal --tab-with-profile=ThatProfile.
However, this is not working on my new (Linux Mint 12) box. I can create profiles just fine, but when I try to run them with --tab-with-profile, I get an error "No such profile "test", using default profile". If I then check ~/.gconf/apps/gnome-terminal/profiles, sure enough the only profile listed is Default.
So, it seems like gnome-terminal is creating profiles somewhere, because the profiles I create show up in gnome-terminal itself. However, they're not getting created in ~/.gconf/apps/gnome-terminal/profiles, and they're not getting created in wherever gnome-terminal actually looks for profiles (when you use --tab-with-profile).
Does anyone have any idea what's going?
.................................................