Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2064)

Unified Diff: app-i18n/ibus/files/ibus-1.3.7-no-create-new-process-group.patch

Issue 3374005: Do not create a new process group so session manager could kill ibus daemons. (Closed) Base URL: ssh://git@chromiumos-git//chromiumos-overlay.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | app-i18n/ibus/ibus-1.3.7-r17.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app-i18n/ibus/files/ibus-1.3.7-no-create-new-process-group.patch
diff --git a/app-i18n/ibus/files/ibus-1.3.7-no-create-new-process-group.patch b/app-i18n/ibus/files/ibus-1.3.7-no-create-new-process-group.patch
new file mode 100644
index 0000000000000000000000000000000000000000..767f19c2fdde5226071acb4bc510126c17fc1e51
--- /dev/null
+++ b/app-i18n/ibus/files/ibus-1.3.7-no-create-new-process-group.patch
@@ -0,0 +1,13 @@
+diff -uNr ibus-1.3.7.orig/bus/main.c ibus-1.3.7/bus/main.c
+--- ibus-1.3.7.orig/bus/main.c 2010-07-23 11:37:08.000000000 +0900
++++ ibus-1.3.7/bus/main.c 2010-09-10 10:28:22.414526000 +0900
+@@ -217,9 +217,6 @@
+ }
+ }
+
+- /* create a new process group */
+- setpgid (0, 0);
+-
+ g_type_init ();
+
+ #ifdef G_THREADS_ENABLED
« no previous file with comments | « no previous file | app-i18n/ibus/ibus-1.3.7-r17.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698