[mate-terminal/f19] Fix patch.. again

Dan Mashal vicodan at fedoraproject.org
Tue May 7 23:17:26 UTC 2013


commit ed3d3d2dbb66e361d63d5430a9db00cf6240242e
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Tue May 7 16:17:19 2013 -0700

    Fix patch.. again

 better_defaults.patch |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)
---
diff --git a/better_defaults.patch b/better_defaults.patch
index 2ecf28b..de54b41 100644
--- a/better_defaults.patch
+++ b/better_defaults.patch
@@ -1,33 +1,36 @@
 diff -uNrp b/src/org.mate.terminal.gschema.xml.in a/src/org.mate.terminal.gschema.xml.in
---- b/src/org.mate.terminal.gschema.xml.in	2013-05-03 12:27:08.171922065 -0700
-+++ a/src/org.mate.terminal.gschema.xml.in	2013-05-03 12:28:24.237320974 -0700
-@@ -89,12 +89,12 @@
-       <description>True if the menubar should be shown in new windows,  for windows/tabs with this profile.</description>
-     </key>
-     <key name="foreground-color" type="s">
--      <default>'#000000'</default>
-+      <default>'#FFFFFF'</default>
-       <summary>Default color of text in the terminal</summary>
+--- b/src/org.mate.terminal.gschema.xml.in	2013-05-07 16:06:11.890203089 -0700
++++ a/src/org.mate.terminal.gschema.xml.in	2013-05-07 16:14:56.158723118 -0700
+@@ -94,7 +94,7 @@
        <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>'#FFFFDD'</default>
-+      <default>'#000000'</default>
++      <default>'#FFFFFF'</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>
      </key>
+@@ -159,7 +159,7 @@
+       <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>
++      <default>true</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>
+     </key>
 @@ -254,7 +254,7 @@
        <description>Sets what code the delete key generates. Possible values  are "ascii-del" for the ASCII DEL character,  "control-h" for Control-H (AKA the ASCII BS character),  "escape-sequence" for the escape sequence typically  bound to backspace or delete. "escape-sequence" is normally  considered the correct setting for the Delete key.</description>
      </key>
      <key name="use-theme-colors" type="b">
--      <default>false</default>
-+      <default>true</default>
+-      <default>true</default>
++      <default>false</default>
        <summary>Whether to use the colors from the theme for the terminal widget</summary>
        <description>If true, the theme color scheme used for text entry boxes will  be used for the terminal, instead of colors provided by the user.</description>
      </key>
 diff -uNrp b/src/terminal-profile.c a/src/terminal-profile.c
---- b/src/terminal-profile.c	2013-05-03 12:27:08.173922022 -0700
-+++ a/src/terminal-profile.c	2013-05-03 12:29:31.243927029 -0700
+--- b/src/terminal-profile.c	2013-05-07 16:06:11.888203068 -0700
++++ a/src/terminal-profile.c	2013-05-07 16:13:21.167722957 -0700
 @@ -127,7 +127,7 @@ enum
  
  /* Keep these in sync with the GSettings schema! */


More information about the scm-commits mailing list