Blob Blame History Raw
Index: lightdm-1.25.0/common/dmrc.c
===================================================================
--- lightdm-1.25.0.orig/common/dmrc.c
+++ lightdm-1.25.0/common/dmrc.c
@@ -70,6 +70,7 @@ dmrc_save (GKeyFile *dmrc_file, CommonUs
 
     data = g_key_file_to_data (dmrc_file, &length, NULL);
 
+#if 0
     /* Update the users .dmrc */
     path = g_build_filename (common_user_get_home_directory (user), ".dmrc", NULL);
 
@@ -81,6 +82,7 @@ dmrc_save (GKeyFile *dmrc_file, CommonUs
     g_file_set_contents (path, data, length, NULL);
     if (drop_privileges)
         privileges_reclaim ();
+#endif
 
     /* Update the .dmrc cache */
     cache_dir = config_get_string (config_get_instance (), "LightDM", "cache-directory");