GNOME Bugzilla – Bug 704097
gnome-terminal confuses users with UUIDs for profiles
Last modified: 2013-07-15 15:58:33 UTC
gnome-terminal assigns and shows a uuid for each profile. It also maintains a user-defined name for them. Having both is certainly unnecessary, especially given that UUIDs are ugly, and usually more of the category "implementation detail", that should be hidden wherever possible. (I mean, I do question the usefulness of profiles altogether, and would rather see them go, but the UUID stuff is the weirdest bit about it)
Removed the UUID from the profile list on master. BTW, the UUID isn't just an 'implementation detail', it's the *stable* name of the profile which you should use when referring to it from the command line, because the visible name may change.)
Thanks for fixing! Hmm, couldn't you make the user-defined names good for that? Given that the namespace is pretty much bounded by the profiles the user created it should be OK to just use these names and not allowing them to be assigned non-uniquely?