[gnome-terminal] help: Correct instructions how to enable/disable the menubar



commit e7aaa395097f80a776706c16c651e0992aabda8a
Author: Andre Klapper <a9016009 gmx de>
Date:   Sun Jan 5 00:23:53 2020 +0100

    help: Correct instructions how to enable/disable the menubar
    
    After I finally found a setting in the context menu but not in Preferences

 help/C/pref-keyboard-access.page |  5 ++---
 help/C/pref-menubar.page         | 25 +++++++++----------------
 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]