Source: mate-session-manager
Version: 1.8.1-7
Severity: minor
Tags: jessie sid patch


0001_msmgnome-Allow-users-to-disable-one-or-both-compatib.patch
contains a typo ("componnent" instead of "component"). Attaching a patch
for this patch :) that fixes it.
diff -Nru mate-session-manager-1.8.1/debian/patches/0001_msmgnome-Allow-users-to-disable-one-or-both-compatib.patch mate-session-manager-1.8.1/debian/patches/0001_msmgnome-Allow-users-to-disable-one-or-both-compatib.patch
--- mate-session-manager-1.8.1/debian/patches/0001_msmgnome-Allow-users-to-disable-one-or-both-compatib.patch	2015-01-21 14:32:27.000000000 +0300
+++ mate-session-manager-1.8.1/debian/patches/0001_msmgnome-Allow-users-to-disable-one-or-both-compatib.patch	2015-02-20 13:52:15.000000000 +0300
@@ -9,26 +9,26 @@
  mate-session/msm-gnome.c                | 41 +++++++++++++++++++++++++++++----
  2 files changed, 41 insertions(+), 5 deletions(-)
 
-diff --git a/data/org.mate.session.gschema.xml.in.in b/data/org.mate.session.gschema.xml.in.in
-index 2415c67..14e8da4 100644
---- a/data/org.mate.session.gschema.xml.in.in
-+++ b/data/org.mate.session.gschema.xml.in.in
+Index: mate-session-manager-1.8.1/data/org.mate.session.gschema.xml.in.in
+===================================================================
+--- mate-session-manager-1.8.1.orig/data/org.mate.session.gschema.xml.in.in
++++ mate-session-manager-1.8.1/data/org.mate.session.gschema.xml.in.in
 @@ -30,6 +30,11 @@
        <_summary>Required session components</_summary>
        <_description>List of components that are required as part of the session. (Each element names a key under "/org/mate/desktop/session/required_components"). The Startup Applications preferences tool will not normally allow users to remove a required component from the session, and the session manager will automatically add the required components back to the session at login time if they do get removed.</_description>
      </key>
 +    <key name="gnome-compat-startup" type="as">
 +      <default>[ 'keyring', 'smproxy' ]</default>
-+      <_summary>Control gnome compatibility componnent startup</_summary>
++      <_summary>Control gnome compatibility component startup</_summary>
 +      <_description>Control which compatibility components to start.</_description>
 +    </key>
      <child name="required-components" schema="org.mate.session.required-components"/>
    </schema>
    <schema id="org.mate.session.required-components" path="/org/mate/desktop/session/required-components/">
-diff --git a/mate-session/msm-gnome.c b/mate-session/msm-gnome.c
-index 661d9e3..72f5493 100644
---- a/mate-session/msm-gnome.c
-+++ b/mate-session/msm-gnome.c
+Index: mate-session-manager-1.8.1/mate-session/msm-gnome.c
+===================================================================
+--- mate-session-manager-1.8.1.orig/mate-session/msm-gnome.c
++++ mate-session-manager-1.8.1/mate-session/msm-gnome.c
 @@ -37,9 +37,13 @@
  
  #include <gtk/gtk.h>

Reply via email to