[mate-control-center] add mate-control-center_use-gnome-keyring_instead-of-mate-keyring.patch

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Oct 19 14:58:58 UTC 2013


commit f263d7786ac44e0380785edd24b0124d26ee6ff5
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Oct 19 16:58:48 2013 +0200

    add mate-control-center_use-gnome-keyring_instead-of-mate-keyring.patch

 ...use-gnome-keyring_instead-of-mate-keyring.patch |   23 ++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/mate-control-center_use-gnome-keyring_instead-of-mate-keyring.patch b/mate-control-center_use-gnome-keyring_instead-of-mate-keyring.patch
new file mode 100644
index 0000000..6936e1b
--- /dev/null
+++ b/mate-control-center_use-gnome-keyring_instead-of-mate-keyring.patch
@@ -0,0 +1,23 @@
+From 2b05d5f5a1cbaebabf6b335d033b66306c14b95e Mon Sep 17 00:00:00 2001
+From: Stefano Karapetsas <stefano at karapetsas.com>
+Date: Fri, 09 Aug 2013 09:40:41 +0000
+Subject: Use gnome-keyring instead of mate-keyring
+
+---
+diff --git a/libslab/app-shell.c b/libslab/app-shell.c
+index 3c33230..5f4af23 100644
+--- a/libslab/app-shell.c
++++ b/libslab/app-shell.c
+@@ -987,8 +987,8 @@ check_specific_apps_hack (MateDesktopItem * item)
+ 		return TRUE;
+ 	}
+ 
+-	/* discard mate-keyring-manager if CASA is installed */
+-	if ((exec && !strcmp (exec, "mate-keyring-manager"))
++	/* discard gnome-keyring-manager if CASA is installed */
++	if ((exec && !strcmp (exec, "gnome-keyring-manager"))
+ 		&& (path = g_find_program_in_path ("CASAManager.sh")))
+ 	{
+ 		g_free (path);
+--
+cgit 


More information about the scm-commits mailing list