mate-base/mate-settings-daemon: remove unused patches

This commit is contained in:
Michael Mair-Keimberger (asterix)
2016-12-18 19:53:07 +01:00
committed by Michael Palimaka
parent 639506b114
commit 72de9a9fc5
2 changed files with 0 additions and 64 deletions

View File

@@ -1,22 +0,0 @@
diff -burN a/plugins/mouse/msd-mouse-manager.c b/plugins/mouse/msd-mouse-manager.c
--- a/plugins/mouse/msd-mouse-manager.c 2012-02-28 23:45:55.000000000 +0100
+++ b/plugins/mouse/msd-mouse-manager.c 2012-08-03 20:22:19.204115652 +0200
@@ -548,7 +548,7 @@
if (state) {
GError *error = NULL;
- char *args[5];
+ char *args[6];
if (manager->priv->syndaemon_spawned)
return 0;
@@ -557,7 +557,8 @@
args[1] = "-i";
args[2] = "0.5";
args[3] = "-k";
- args[4] = NULL;
+ args[4] = "-R";
+ args[5] = NULL;
if (!g_find_program_in_path (args[0]))
return 0;

View File

@@ -1,42 +0,0 @@
diff -burN a/plugins/housekeeping/msd-disk-space.c b/plugins/housekeeping/msd-disk-space.c
--- a/plugins/housekeeping/msd-disk-space.c 2012-07-11 03:54:10.000000000 +0200
+++ b/plugins/housekeeping/msd-disk-space.c 2012-08-07 22:54:59.872216471 +0200
@@ -309,19 +309,38 @@
* purpose
*/
+ /* We also ignore network filesystems */
+
const gchar *ignore_fs[] = {
+ "adfs",
+ "afs",
"auto",
"autofs",
+ "autofs4",
+ "cifs",
+ "cxfs",
"devfs",
"devpts",
"ecryptfs",
+ "gfs",
+ "gfs2",
"kernfs",
"linprocfs",
+ "linsysfs",
+ "lustre",
+ "lustre_lite",
+ "ncpfs",
+ "nfs",
+ "nfs4",
+ "nfsd",
+ "ocfs2",
"proc",
"procfs",
"ptyfs",
+ "rpc_pipefs",
"selinuxfs",
"linsysfs",
+ "smbfs",
"sysfs",
"tmpfs",
"usbfs",