Can titlebar be hidden by default

Asked by Peng Deng

Is there any way to use the config file (~/.terminatorrc) to let the titlebar hide by default?

Question information

Language:
English Edit question
Status:
Solved
For:
Terminator Edit question
Assignee:
No assignee Edit question
Solved by:
Chris Jones
Solved:
Last query:
Last reply:
Revision history for this message
Chris Jones (cmsj) said :
#1

Do you mean the window titlebar, or the per-terminal bar which shows the title of the terminal?

-b will disable the window titlebar, and adding "titlebars = False" to .terminatorrc will disable the terminal titles

Revision history for this message
Peng Deng (d6g) said :
#2

Thanks for the reply. I mean the titlebar for each terminal.

I put the "titlebars=false" into ~/.terminatorrc but nothing changes. Then I noticed the (debug) output of Terminator showing the following info:

TConfig: Looking for: 'titlebars'
 VSGConf: preparing: /apps/gnome-terminal/profiles/Default/titlebars
 TConfig: got: 'True' from a 'Default'

Therefore I add a new boolean key with the name "titlebars" using gconf-editor and this solves the problem.

I know it shouldn't work out like this, but why is my configuration file ignored?

Revision history for this message
Best Chris Jones (cmsj) said :
#3

I suspect we only accept "False" and you have "false" (ie the capital F needs to be there). This should probably be filed as a bug! Thanks for bringing it to our attention.

Revision history for this message
Peng Deng (d6g) said :
#4

Thanks Chris Jones, that solved my question.