From 254fe8d3cbd1355089ab957cbe86d62cb63fca3e Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 10 Feb 2014 11:24:27 +0000 Subject: testing/cinnamon-session: add missing patch --- testing/cinnamon-session/remove_sessionmigration.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testing/cinnamon-session/remove_sessionmigration.patch (limited to 'testing') diff --git a/testing/cinnamon-session/remove_sessionmigration.patch b/testing/cinnamon-session/remove_sessionmigration.patch new file mode 100644 index 0000000000..0016080dde --- /dev/null +++ b/testing/cinnamon-session/remove_sessionmigration.patch @@ -0,0 +1,18 @@ +--- a/cinnamon-session/csm-session-fill.c ++++ b/cinnamon-session/csm-session-fill.c +@@ -228,15 +228,6 @@ + load_standard_apps (CsmManager *manager, + GKeyFile *keyfile) + { +- GError *error; +- +- g_debug ("fill: *** Executing user migration"); +- error = NULL; +- if(!g_spawn_command_line_sync ("session-migration", NULL, NULL, NULL, &error)) { +- g_warning ("Error while executing session-migration: %s", error->message); +- g_error_free (error); +- } +- + g_debug ("fill: *** Adding required components"); + handle_required_components (keyfile, !csm_manager_get_failsafe (manager), + append_required_components_helper, manager); -- cgit v1.2.3