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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff -uNr ibus-1.3.7.orig/bus/main.c ibus-1.3.7/bus/main.c
2 --- ibus-1.3.7.orig/bus/main.c 2010-07-23 11:37:08.000000000 +0900
3 +++ ibus-1.3.7/bus/main.c 2010-09-10 10:28:22.414526000 +0900
4 @@ -217,9 +217,6 @@
5 }
6 }
7
8 - /* create a new process group */
9 - setpgid (0, 0);
10 -
11 g_type_init ();
12
13 #ifdef G_THREADS_ENABLED
OLDNEW
« 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