summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2020-01-05 00:23:53 +0100
committerAndre Klapper <a9016009@gmx.de>2020-01-05 00:23:53 +0100
commite7aaa395097f80a776706c16c651e0992aabda8a (patch)
treec651b2213e8f646a28cc9fd29ae732d5b1fae147 /help
parent80e530a1c3c1f3f16097e2fcd705920b7f3d15de (diff)
downloadgnome-terminal-e7aaa395097f80a776706c16c651e0992aabda8a.tar.gz
help: Correct instructions how to enable/disable the menubar
After I finally found a setting in the context menu but not in Preferences
Diffstat (limited to 'help')
-rw-r--r--help/C/pref-keyboard-access.page5
-rw-r--r--help/C/pref-menubar.page25
2 files changed, 11 insertions, 19 deletions
diff --git a/help/C/pref-keyboard-access.page b/help/C/pref-keyboard-access.page
index 8da64166..816c34ba 100644
--- a/help/C/pref-keyboard-access.page
+++ b/help/C/pref-keyboard-access.page
@@ -36,9 +36,8 @@
<!-- see https://gitlab.gnome.org/GNOME/gnome-terminal/issues/145 -->
<p>These keys will only have an effect in windows in which the menubar is
set to be visible.</p>
- <p>By default, the menubar is not visible. Run the command
- <cmd>gsettings set org.gnome.Terminal.Legacy.Settings headerbar false</cmd>
- to see the menubar.</p>
+ <p>Right click in the <app>Terminal</app> window and select
+ <gui style="checkbox">Show Menubar</gui> to display the menubar.</p>
</note>
<p>You can navigate the <app>Terminal</app> menu using a combination of keys
diff --git a/help/C/pref-menubar.page b/help/C/pref-menubar.page
index b7a64b4d..76a2e31f 100644
--- a/help/C/pref-menubar.page
+++ b/help/C/pref-menubar.page
@@ -28,39 +28,32 @@
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
- <desc>Hide and restore the menubar.</desc>
+ <desc>Display and hide the menubar.</desc>
</info>
<title>Menubar visibility</title>
- <note style="important">
- <!-- see https://gitlab.gnome.org/GNOME/gnome-terminal/issues/145 -->
- <p>This page is only relevant when the menubar is set to be visible.</p>
- <p>By default, the menubar is not visible. Run the command
- <cmd>gsettings set org.gnome.Terminal.Legacy.Settings headerbar false</cmd>
- to see the menubar.</p>
- </note>
-
<p>You can enable or disable the menubar as desired. This may be useful if
- you have limited screen space. To hide the menubar:</p>
+ you have limited screen space.</p>
+ <p>To display the menubar:</p>
<steps>
<item>
- <p>Select <gui style="menu">View</gui> and deselect
+ <p>Right click in <app>Terminal</app> and select
<gui style="menuitem">Show Menubar</gui>.</p>
</item>
</steps>
- <p>To restore the menubar:</p>
-
+ <p>To hide the menubar:</p>
<steps>
<item>
- <p>Right click in <app>Terminal</app> and select
- <gui style="menuitem">Show Menubar</gui>.</p>
+ <p>Right click in <app>Terminal</app> and deselect
+ <gui style="checkbox">Show Menubar</gui>.</p>
</item>
</steps>
+<!--
<p>To enable or disable the menubar by default in all <app>Terminal</app>
windows that you open:</p>
@@ -73,7 +66,7 @@
<p>Select or deselect <gui>Show menubar by default in new terminals</gui>.</p>
</item>
</steps>
-
+-->
<note style="tip">
<p>You can <link xref="adv-keyboard-shortcuts">set a keyboard
shortcut</link> to show and hide the menubar.</p>