aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cinnamon-session/remove_sessionmigration.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-06-01 13:57:25 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2014-06-01 13:57:25 +0200
commitc870cee6f509f6a7f21fc919906cfbc8fd2e698c (patch)
tree4e74886b175a867db2d2ecac955384461b22f9b4 /testing/cinnamon-session/remove_sessionmigration.patch
parent14ddd462353199b0282c3f7b211053b8cd46633b (diff)
downloadaports-c870cee6f509f6a7f21fc919906cfbc8fd2e698c.tar.bz2
aports-c870cee6f509f6a7f21fc919906cfbc8fd2e698c.tar.xz
testing/cinnamon-* move to unmaintained
Diffstat (limited to 'testing/cinnamon-session/remove_sessionmigration.patch')
-rw-r--r--testing/cinnamon-session/remove_sessionmigration.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/cinnamon-session/remove_sessionmigration.patch b/testing/cinnamon-session/remove_sessionmigration.patch
deleted file mode 100644
index 0016080dde..0000000000
--- a/testing/cinnamon-session/remove_sessionmigration.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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);