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