Files
evolution/modules
Matthew Barnes 7f93dcab4d Bug 691133 - Evolution creates 'highlight' zombies
Evolution spawns the 'highlight' program with these flags:

    G_SPAWN_SEARCH_PATH
    G_SPAWN_DO_NOT_REAP_CHILD

G_SPAWN_SEARCH_PATH is not needed because configure already determines
the absolute path to the 'highlight' program.  G_SPAWN_DO_NOT_REAP_CHILD
results in zombie 'highlight' processes.  Remove both flags.
2013-01-04 10:45:17 -05:00
..
2012-12-24 09:59:07 -05:00