summaryrefslogtreecommitdiffstats
path: root/testing/cinnamon-session
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-02-10 11:24:27 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2014-02-10 11:26:18 +0000
commit254fe8d3cbd1355089ab957cbe86d62cb63fca3e (patch)
tree5668b956b75d70399e7487dcf5c18d10c5e3b41d /testing/cinnamon-session
parentac9a1ccfdb9baa3754ccf1fd864d68f30ac55416 (diff)
downloadaports-254fe8d3cbd1355089ab957cbe86d62cb63fca3e.tar.bz2
aports-254fe8d3cbd1355089ab957cbe86d62cb63fca3e.tar.xz
testing/cinnamon-session: add missing patch
Diffstat (limited to 'testing/cinnamon-session')
-rw-r--r--testing/cinnamon-session/remove_sessionmigration.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/cinnamon-session/remove_sessionmigration.patch b/testing/cinnamon-session/remove_sessionmigration.patch
new file mode 100644
index 000000000..0016080dd
--- /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);