[mate-file-manager] Add yet another xcaja attack patch *fingers crossed*

Dan Mashal vicodan at fedoraproject.org
Sun Dec 8 23:23:43 UTC 2013


commit 55b962a042e1cf767d74e7b5945af3d85787af5a
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Sun Dec 8 15:23:26 2013 -0800

    Add yet another xcaja attack patch *fingers crossed*

 mate-file-manager.spec            |   10 ++++++++--
 yet_aother_xcaja_workaround.patch |   15 +++++++++++++++
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/mate-file-manager.spec b/mate-file-manager.spec
index 8813e60..832b033 100644
--- a/mate-file-manager.spec
+++ b/mate-file-manager.spec
@@ -1,7 +1,7 @@
 Name:       mate-file-manager
 Summary:    File manager for MATE
 Version:    1.7.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 License:    GPLv2+ and LGPLv2+
 Group:      User Interface/Desktops
 URL:        http://mate-desktop.org
@@ -30,6 +30,9 @@ Patch2:    mate-file-manager_rearranged-caja-sidebar-to-1.4-style.patch
 %endif
 Patch3:    mate-file-manager_x-caja-windows.patch
 
+#New patch 12/08/2013 from infirit and MattThirtyTwo
+Patch4:    yet_another_xcaja_workaround.patch
+
 BuildRequires:  chrpath
 BuildRequires:  mate-desktop-devel
 BuildRequires:  pkgconfig(sm)
@@ -105,7 +108,7 @@ sed -i -e 's,Exec=caja -n,Exec=/usr/bin/caja-autostart,g' data/caja.desktop.in.i
 %patch2 -p1 -b .1.4-style
 %endif
 %patch3 -p1 -b .x-caja-windows
-
+%patch4 -p1 -b .yet_another_xcaja
 
 %build
 %configure \
@@ -214,6 +217,9 @@ fi
 
 
 %changelog
+* Sun Dec 08 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-2
+- Add yet another x-caja attack patch *fingers crossed*.
+
 * Thu Dec 05 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-1
 - Update to 1.7.0
 
diff --git a/yet_aother_xcaja_workaround.patch b/yet_aother_xcaja_workaround.patch
new file mode 100644
index 0000000..d40bcce
--- /dev/null
+++ b/yet_aother_xcaja_workaround.patch
@@ -0,0 +1,15 @@
+diff -uNrp a/src/caja-application.c b/src/caja-application.c
+--- a/src/caja-application.c	2013-10-26 03:19:58.000000000 -0700
++++ b/src/caja-application.c	2013-12-08 15:01:44.388797604 -0800
+@@ -1029,9 +1029,11 @@ caja_application_startup (CajaApplicatio
+ 
+         /* Monitor the preference to have the desktop */
+         /* point to the Unix home folder */
++/*
+         g_signal_connect_swapped (caja_preferences, "changed::" CAJA_PREFERENCES_DESKTOP_IS_HOME_DIR,
+                                   G_CALLBACK(desktop_location_changed_callback),
+                                   G_OBJECT (application));
++*/
+         /* Create the other windows. */
+         if (urls != NULL || !no_default_window)
+         {


More information about the scm-commits mailing list