[gnome-terminal] schemas: Use intltool native support for gsettings schemas



commit 36e317afc7590cafc7f6f98562db92cf6fc1fe76
Author: Christian Persch <chpe gnome org>
Date:   Thu Sep 12 19:42:08 2013 +0200

    schemas: Use intltool native support for gsettings schemas

 po/POTFILES.in                                     |    2 +-
 src/Makefile.am                                    |    9 +-
 ...chema.xml.in => org.gnome.Terminal.gschema.xml} |  248 ++++++++++----------
 3 files changed, 129 insertions(+), 130 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4227455..7c3169c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -5,7 +5,7 @@ gnome-terminal.desktop.in.in
 src/client.c
 [type: gettext/glade]src/find-dialog.ui
 src/migration.c
-src/org.gnome.Terminal.gschema.xml.in
+src/org.gnome.Terminal.gschema.xml
 [type: gettext/glade]src/preferences.ui
 src/profile-editor.c
 [type: gettext/glade]src/profile-preferences.ui
diff --git a/src/Makefile.am b/src/Makefile.am
index 8490a69..8802228 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -302,15 +302,15 @@ gnome_terminal_migration_LDADD = \
 
 endif # ENABLE_MIGRATION
 
-gsettingsschema_in_files = org.gnome.Terminal.gschema.xml.in
-gsettings_SCHEMAS = $(gsettingsschema_in_files:.gschema.xml.in=.gschema.xml)
+gsettings_SCHEMAS = \
+       org.gnome.Terminal.gschema.xml \
+       $(NULL)
 
 CLEANFILES = \
        stamp-terminal-type-builtins.h \
        gnome-terminal.schemas \
        stamp-terminal-type-builtins.h \
        org.gnome.Terminal.service \
-       $(gsettings_SCHEMAS) \
        $(BUILT_SOURCES)
 
 EXTRA_DIST = \
@@ -330,10 +330,9 @@ EXTRA_DIST = \
        $(about_DATA) \
        $(uimanager_DATA) \
        $(builder_DATA) \
-       $(gsettingsschema_in_files) \
+       $(gsettings_SCHEMAS) \
        $(NULL)
 
- INTLTOOL_XML_NOMERGE_RULE@
 @GSETTINGS_RULES@
 
 -include $(top_srcdir)/git.mk
diff --git a/src/org.gnome.Terminal.gschema.xml.in b/src/org.gnome.Terminal.gschema.xml
similarity index 61%
rename from src/org.gnome.Terminal.gschema.xml.in
rename to src/org.gnome.Terminal.gschema.xml
index 6193a35..20e9690 100644
--- a/src/org.gnome.Terminal.gschema.xml.in
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -88,126 +88,126 @@
   <schema id="org.gnome.Terminal.Legacy.Profile">
     <key name="visible-name" type="s">
       <default l10n="messages" context="visible-name">'Unnamed'</default>
-      <_summary>Human-readable name of the profile</_summary>
-      <_description>Human-readable name of the profile.</_description>
+      <summary>Human-readable name of the profile</summary>
+      <description>Human-readable name of the profile.</description>
     </key>
     <key name="foreground-color" type="s">
       <default>'#00FF00'</default>
-      <_summary>Default color of text in the terminal</_summary>
-      <_description>Default color of text in the terminal, as a color specification (can be HTML-style hex 
digits, or a color name such as "red").</_description>
+      <summary>Default color of text in the terminal</summary>
+      <description>Default color of text in the terminal, as a color specification (can be HTML-style hex 
digits, or a color name such as "red").</description>
     </key>
     <key name="background-color" type="s">
       <default>'#000000'</default>
-      <_summary>Default color of terminal background</_summary>
-      <_description>Default color of terminal background, as a color specification (can be HTML-style hex 
digits, or a color name such as "red").</_description>
+      <summary>Default color of terminal background</summary>
+      <description>Default color of terminal background, as a color specification (can be HTML-style hex 
digits, or a color name such as "red").</description>
     </key>
     <key name="bold-color" type="s">
       <default>'#000000'</default>
-      <_summary>Default color of bold text in the terminal</_summary>
-      <_description>Default color of bold text in the terminal, as a color specification (can be HTML-style 
hex digits, or a color name such as "red"). This is ignored if bold_color_same_as_fg is true.</_description>
+      <summary>Default color of bold text in the terminal</summary>
+      <description>Default color of bold text in the terminal, as a color specification (can be HTML-style 
hex digits, or a color name such as "red"). This is ignored if bold_color_same_as_fg is true.</description>
     </key>
     <key name="bold-color-same-as-fg" type="b">
       <default>true</default>
-      <_summary>Whether bold text should use the same color as normal text</_summary>
-      <_description>If true, boldface text will be rendered using the same color as normal 
text.</_description>
+      <summary>Whether bold text should use the same color as normal text</summary>
+      <description>If true, boldface text will be rendered using the same color as normal text.</description>
     </key>
     <key name="title" type="s">
       <default l10n="messages" context="title">'Terminal'</default>
-      <_summary>Title for terminal</_summary>
-      <_description>Title to display for the terminal window or tab. This title may be replaced by or 
combined with the title set by the application inside the terminal, depending on the title_mode 
setting.</_description>
+      <summary>Title for terminal</summary>
+      <description>Title to display for the terminal window or tab. This title may be replaced by or 
combined with the title set by the application inside the terminal, depending on the title_mode 
setting.</description>
     </key>
     <key name="allow-bold" type="b">
       <default>true</default>
-      <_summary>Whether to allow bold text</_summary>
-      <_description>If true, allow applications in the terminal to make text boldface.</_description>
+      <summary>Whether to allow bold text</summary>
+      <description>If true, allow applications in the terminal to make text boldface.</description>
     </key>
     <key name="audible-bell" type="b">
       <default>true</default>
-      <_summary>Whether to ring the terminal bell</_summary>
+      <summary>Whether to ring the terminal bell</summary>
     </key>
     <key name="word-chars" type="s">
       <default>'-A-Za-z0-9,./?%&amp;#:_=+ ~'</default>
-      <_summary>Characters that are considered "part of a word"</_summary>
-      <_description>When selecting text by word, sequences of these characters are considered single words. 
Ranges can be given as "A-Z". Literal hyphen (not expressing a range) should be the first character 
given.</_description>
+      <summary>Characters that are considered "part of a word"</summary>
+      <description>When selecting text by word, sequences of these characters are considered single words. 
Ranges can be given as "A-Z". Literal hyphen (not expressing a range) should be the first character 
given.</description>
     </key>
     <key name="default-show-menubar" type="b">
       <default>true</default>
-      <_summary>Whether to show menubar in new windows/tabs</_summary>
-      <_description>True if the menubar should be shown in new window</_description>
+      <summary>Whether to show menubar in new windows/tabs</summary>
+      <description>True if the menubar should be shown in new window</description>
     </key>
     <!-- FIXMEchpe!!! -->
     <key name="use-custom-default-size" type="b">
       <default>false</default>
-      <_summary>Whether to use custom terminal size for new windows</_summary>
-      <_description>If true, newly created terminal windows will have custom size specified by 
default_size_columns and default_size_rows.</_description>
+      <summary>Whether to use custom terminal size for new windows</summary>
+      <description>If true, newly created terminal windows will have custom size specified by 
default_size_columns and default_size_rows.</description>
     </key>
     <key name="default-size-columns" type="i">
       <default>80</default>
-      <_summary>Default number of columns</_summary>
-      <_description>Number of columns in newly created terminal windows. Has no effect if 
use_custom_default_size is not enabled.</_description>
+      <summary>Default number of columns</summary>
+      <description>Number of columns in newly created terminal windows. Has no effect if 
use_custom_default_size is not enabled.</description>
     </key>
     <key name="default-size-rows" type="i">
       <default>24</default>
-      <_summary>Default number of rows</_summary>
-      <_description>Number of rows in newly created terminal windows. Has no effect if 
use_custom_default_size is not enabled.</_description>
+      <summary>Default number of rows</summary>
+      <description>Number of rows in newly created terminal windows. Has no effect if 
use_custom_default_size is not enabled.</description>
     </key>
     <key name="scrollbar-policy" enum="org.gnome.Terminal.ScrollbarPolicy">
       <default>'always'</default>
-      <_summary>When to show the scrollbar</_summary>
+      <summary>When to show the scrollbar</summary>
     </key>
     <key name="scrollback-lines" type="i">
       <default>8192</default>
-      <_summary>Number of lines to keep in scrollback</_summary>
-      <_description>Number of scrollback lines to keep around. You can scroll back in the terminal by this 
number of lines; lines that don't fit in the scrollback are discarded. If scrollback_unlimited is true, this 
value is ignored.</_description>
+      <summary>Number of lines to keep in scrollback</summary>
+      <description>Number of scrollback lines to keep around. You can scroll back in the terminal by this 
number of lines; lines that don't fit in the scrollback are discarded. If scrollback_unlimited is true, this 
value is ignored.</description>
     </key>
     <key name="scrollback-unlimited" type="b">
       <default>false</default>
-      <_summary>Whether an unlimited number of lines should be kept in scrollback</_summary>
-      <_description>If true, scrollback lines will never be discarded. The scrollback history is stored on 
disk temporarily, so this may cause the system to run out of disk space if there is a lot of output to the 
terminal.</_description>
+      <summary>Whether an unlimited number of lines should be kept in scrollback</summary>
+      <description>If true, scrollback lines will never be discarded. The scrollback history is stored on 
disk temporarily, so this may cause the system to run out of disk space if there is a lot of output to the 
terminal.</description>
     </key>
     <key name="scroll-on-keystroke" type="b">
       <default>true</default>
-      <_summary>Whether to scroll to the bottom when a key is pressed</_summary>
-      <_description>If true, pressing a key jumps the scrollbar to the bottom.</_description>
+      <summary>Whether to scroll to the bottom when a key is pressed</summary>
+      <description>If true, pressing a key jumps the scrollbar to the bottom.</description>
     </key>
     <key name="scroll-on-output" type="b">
       <default>false</default>
-      <_summary>Whether to scroll to the bottom when there's new output</_summary>
-      <_description>If true, whenever there's new output the terminal will scroll to the 
bottom.</_description>
+      <summary>Whether to scroll to the bottom when there's new output</summary>
+      <description>If true, whenever there's new output the terminal will scroll to the bottom.</description>
     </key>
     <key name="exit-action" enum="org.gnome.Terminal.ExitAction">
       <default>'close'</default>
-      <_summary>What to do with the terminal when the child command exits</_summary>
-      <_description>Possible values are "close" to close the terminal, and "restart" to restart the 
command.</_description>
+      <summary>What to do with the terminal when the child command exits</summary>
+      <description>Possible values are "close" to close the terminal, and "restart" to restart the 
command.</description>
     </key>
     <key name="login-shell" type="b">
       <default>false</default>
-      <_summary>Whether to launch the command in the terminal as a login shell</_summary>
-      <_description>If true, the command inside the terminal will be launched as a login shell. (argv[0] 
will have a hyphen in front of it.)</_description>
+      <summary>Whether to launch the command in the terminal as a login shell</summary>
+      <description>If true, the command inside the terminal will be launched as a login shell. (argv[0] will 
have a hyphen in front of it.)</description>
     </key>
     <key name="update-records" type="b">
       <default>true</default>
-      <_summary>Whether to update login records when launching terminal command</_summary>
-      <_description>If true, the system login records utmp and wtmp will be updated when the command inside 
the terminal is launched.</_description>
+      <summary>Whether to update login records when launching terminal command</summary>
+      <description>If true, the system login records utmp and wtmp will be updated when the command inside 
the terminal is launched.</description>
     </key>
     <key name="use-custom-command" type="b">
       <default>false</default>
-      <_summary>Whether to run a custom command instead of the shell</_summary>
-      <_description>If true, the value of the custom_command setting will be used in place of running a 
shell.</_description>
+      <summary>Whether to run a custom command instead of the shell</summary>
+      <description>If true, the value of the custom_command setting will be used in place of running a 
shell.</description>
     </key>
     <key name="cursor-blink-mode" enum="org.gnome.Terminal.Cursor.BlinkMode">
       <default>'system'</default>
-      <_summary>Whether to blink the cursor</_summary>
-      <_description>The possible values are "system" to use the global cursor blinking settings, or "on" or 
"off" to set the mode explicitly.</_description>
+      <summary>Whether to blink the cursor</summary>
+      <description>The possible values are "system" to use the global cursor blinking settings, or "on" or 
"off" to set the mode explicitly.</description>
     </key>
     <key name="cursor-shape" enum="org.gnome.Terminal.Cursor.Shape">
       <default>'block'</default>
-      <_summary>The cursor appearance</_summary>
+      <summary>The cursor appearance</summary>
     </key>
     <key name="custom-command" type="s">
       <default>''</default>
-      <_summary>Custom command to use instead of the shell</_summary>
-      <_description>Run this command in place of the shell, if use_custom_command is true.</_description>
+      <summary>Custom command to use instead of the shell</summary>
+      <description>Run this command in place of the shell, if use_custom_command is true.</description>
     </key>
     <key name="palette" type="as">
       <default>["#2E2E34343636",
@@ -226,27 +226,27 @@
                 "#ADAD7F7FA8A8",
                 "#3434E2E2E2E2",
                 "#EEEEEEEEECEC"]</default>
-      <_summary>Palette for terminal applications</_summary>
+      <summary>Palette for terminal applications</summary>
     </key>
     <key name="font" type="s">
       <default>'Monospace 12'</default>
-      <_summary>A Pango font name and size</_summary>
+      <summary>A Pango font name and size</summary>
     </key>
     <key name="backspace-binding" enum="org.gnome.Terminal.EraseBinding">
       <default>'ascii-delete'</default>
-      <_summary>The code sequence the Backspace key generates</_summary>
+      <summary>The code sequence the Backspace key generates</summary>
     </key>
     <key name="delete-binding" enum="org.gnome.Terminal.EraseBinding">
       <default>'delete-sequence'</default>
-      <_summary>The code sequence the Delete key generates</_summary>
+      <summary>The code sequence the Delete key generates</summary>
     </key>
     <key name="use-theme-colors" type="b">
       <default>true</default>
-      <_summary>Whether to use the colors from the theme for the terminal widget</_summary>
+      <summary>Whether to use the colors from the theme for the terminal widget</summary>
     </key>
     <key name="use-system-font" type="b">
       <default>true</default>
-      <_summary>Whether to use the system monospace font</_summary>
+      <summary>Whether to use the system monospace font</summary>
     </key>
     <key name="encoding" type="s">
       <choices>
@@ -320,7 +320,7 @@
         <choice value="WINDOWS-1258" />
       </choices>
       <default>'current'</default>
-      <_summary>Which encoding to use</_summary>
+      <summary>Which encoding to use</summary>
     </key>
   </schema>
 
@@ -329,231 +329,231 @@
   <schema id="org.gnome.Terminal.Legacy.Keybindings">
     <key name="new-tab" type="s">
       <default>'&lt;Ctrl&gt;&lt;Shift&gt;t'</default>
-      <_summary>Keyboard shortcut to open a new tab</_summary>
+      <summary>Keyboard shortcut to open a new tab</summary>
     </key>
     <key name="new-window" type="s">
       <default>'&lt;Ctrl&gt;&lt;Shift&gt;n'</default>
-      <_summary>Keyboard shortcut to open a new window</_summary>
+      <summary>Keyboard shortcut to open a new window</summary>
     </key>
     <key name="new-profile" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to create a new profile</_summary>
+      <summary>Keyboard shortcut to create a new profile</summary>
     </key>
     <key name="save-contents" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to save the current tab contents to file</_summary>
+      <summary>Keyboard shortcut to save the current tab contents to file</summary>
     </key>
     <key name="close-tab" type="s">
       <default>'&lt;Ctrl&gt;&lt;Shift&gt;w'</default>
-      <_summary>Keyboard shortcut to close a tab</_summary>
+      <summary>Keyboard shortcut to close a tab</summary>
     </key>
     <key name="close-window" type="s">
       <default>'&lt;Ctrl&gt;&lt;Shift&gt;q'</default>
-      <_summary>Keyboard shortcut to close a window</_summary>
+      <summary>Keyboard shortcut to close a window</summary>
     </key>
     <key name="copy" type="s">
       <default>'&lt;Ctrl&gt;&lt;Shift&gt;c'</default>
-      <_summary>Keyboard shortcut to copy text</_summary>
+      <summary>Keyboard shortcut to copy text</summary>
     </key>
     <key name="paste" type="s">
       <default>'&lt;Ctrl&gt;&lt;Shift&gt;v'</default>
-      <_summary>Keyboard shortcut to paste text</_summary>
+      <summary>Keyboard shortcut to paste text</summary>
     </key>
     <key name="full-screen" type="s">
       <default>'F11'</default>
-      <_summary>Keyboard shortcut to toggle full screen mode</_summary>
+      <summary>Keyboard shortcut to toggle full screen mode</summary>
     </key>
     <key name="toggle-menubar" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to toggle the visibility of the menubar</_summary>
+      <summary>Keyboard shortcut to toggle the visibility of the menubar</summary>
     </key>
     <key name="set-terminal-title" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to set the terminal title</_summary>
+      <summary>Keyboard shortcut to set the terminal title</summary>
     </key>
     <key name="reset" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to reset the terminal</_summary>
+      <summary>Keyboard shortcut to reset the terminal</summary>
     </key>
     <key name="reset-and-clear" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to reset and clear the terminal</_summary>
+      <summary>Keyboard shortcut to reset and clear the terminal</summary>
     </key>
     <key name="prev-tab" type="s">
       <default>'&lt;Control&gt;Page_Up'</default>
-      <_summary>Keyboard shortcut to switch to the previous tab</_summary>
+      <summary>Keyboard shortcut to switch to the previous tab</summary>
     </key>
     <key name="next-tab" type="s">
       <default>'&lt;Control&gt;Page_Down'</default>
-      <_summary>Keyboard shortcut to switch to the next tab</_summary>
+      <summary>Keyboard shortcut to switch to the next tab</summary>
     </key>
     <key name="move-tab-left" type="s">
       <default>'&lt;Ctrl&gt;&lt;Shift&gt;Page_Up'</default>
-      <_summary>Keyboard shortcut to move the current tab to the left</_summary>
+      <summary>Keyboard shortcut to move the current tab to the left</summary>
     </key>
     <key name="move-tab-right" type="s">
       <default>'&lt;Ctrl&gt;&lt;Shift&gt;Page_Down'</default>
-      <_summary>Keyboard shortcut to move the current tab to the right</_summary>
+      <summary>Keyboard shortcut to move the current tab to the right</summary>
     </key>
     <key name="detach-tab" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to detach current tab</_summary>
+      <summary>Keyboard shortcut to detach current tab</summary>
     </key>
     <key name="switch-to-tab-1" type="s">
       <default>'&lt;Alt&gt;1'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-2" type="s">
       <default>'&lt;Alt&gt;2'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-3" type="s">
       <default>'&lt;Alt&gt;3'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-4" type="s">
       <default>'&lt;Alt&gt;4'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-5" type="s">
       <default>'&lt;Alt&gt;5'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-6" type="s">
       <default>'&lt;Alt&gt;6'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-7" type="s">
       <default>'&lt;Alt&gt;7'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-8" type="s">
       <default>'&lt;Alt&gt;8'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-9" type="s">
       <default>'&lt;Alt&gt;9'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-10" type="s">
       <default>'&lt;Alt&gt;0'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-11" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-12" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-13" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-14" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-15" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-16" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-17" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-18" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-19" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-20" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-21" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-22" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-23" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-24" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-25" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-26" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-27" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-28" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-29" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-30" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-31" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-32" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-33" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-34" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="switch-to-tab-35" type="s">
       <default>'disabled'</default>
-      <_summary>Keyboard shortcut to switch to the numbered tab</_summary>
+      <summary>Keyboard shortcut to switch to the numbered tab</summary>
     </key>
     <key name="help" type="s">
       <default>'F1'</default>
-      <_summary>Keyboard shortcut to launch help</_summary>
+      <summary>Keyboard shortcut to launch help</summary>
     </key>
     <key name="zoom-in" type="s">
       <default>'&lt;Ctrl&gt;plus'</default>
-      <_summary>Keyboard shortcut to make font larger</_summary>
+      <summary>Keyboard shortcut to make font larger</summary>
     </key>
     <key name="zoom-out" type="s">
       <default>'&lt;Ctrl&gt;minus'</default>
-      <_summary>Keyboard shortcut to make font smaller</_summary>
+      <summary>Keyboard shortcut to make font smaller</summary>
     </key>
     <key name="zoom-normal" type="s">
       <default>'&lt;Ctrl&gt;0'</default>
-      <_summary>Keyboard shortcut to make font normal-size</_summary>
+      <summary>Keyboard shortcut to make font normal-size</summary>
     </key>
   </schema>
 
@@ -563,23 +563,23 @@
 
     <key name="mnemonics-enabled" type="b">
       <default>false</default>
-      <_summary>Whether the menubar has access keys</_summary>
-      <_description>
+      <summary>Whether the menubar has access keys</summary>
+      <description>
         Whether to have Alt+letter access keys for the menubar.
         They may interfere with some applications run inside the terminal
         so it's possible to turn them off.
-      </_description>
+      </description>
     </key>
 
     <key name="menu-accelerator-enabled" type="b">
       <default>true</default>
-      <_summary>Whether the standard GTK shortcut for menubar access is enabled</_summary>
-      <_description>
+      <summary>Whether the standard GTK shortcut for menubar access is enabled</summary>
+      <description>
         Normally you can access the menubar with F10. This can also
         be customized via gtkrc (gtk-menu-bar-accel =
         "whatever"). This option allows the standard menubar
         accelerator to be disabled.
-      </_description>
+      </description>
     </key>
 
     <key name="encodings" type="as">
@@ -591,33 +591,33 @@
            left alone.
       -->
       <default>["UTF-8", "current"]</default>
-      <_summary>List of available encodings</_summary>
-      <_description>
+      <summary>List of available encodings</summary>
+      <description>
         A subset of possible encodings are presented in
         the Encoding submenu. This is a list of encodings
         to appear there. The special encoding name "current"
         means to display the encoding of the current locale.
-      </_description>
+      </description>
     </key>
 
     <key name="confirm-close" type="b">
       <default>true</default>
-      <_summary>Whether to ask for confirmation before closing a terminal</_summary>
+      <summary>Whether to ask for confirmation before closing a terminal</summary>
     </key>
 
     <key name="default-show-menubar" type="b">
       <default>true</default>
-      <_summary>Whether to show the menubar in new windows</_summary>
+      <summary>Whether to show the menubar in new windows</summary>
     </key>
 
     <key name="dark-theme" type="b">
       <default>false</default>
-      <_summary>Whether to use a dark theme variant</_summary>
+      <summary>Whether to use a dark theme variant</summary>
     </key>
 
     <key name="new-terminal-mode" enum="org.gnome.Terminal.NewTerminalMode">
       <default>'window'</default>
-      <_summary>Whether to open new terminals as windows or tabs</_summary>
+      <summary>Whether to open new terminals as windows or tabs</summary>
     </key>
 
    <!-- <child name="profiles" schema="org.gnome.Terminal.ProfilesList" /> -->


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