From 6046c8ed46ed92d02ef9cc27446b4e02fccd9ba6 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 28 Nov 2007 15:10:27 +0000 Subject: Reap only activity processes. Fix #5044 --- (limited to 'bin') diff --git a/bin/sugar-shell b/bin/sugar-shell index ba36fc9..b0f66b4 100755 --- a/bin/sugar-shell +++ b/bin/sugar-shell @@ -19,7 +19,6 @@ import sys import os from ConfigParser import ConfigParser import gettext -import signal import pygtk pygtk.require('2.0') @@ -86,12 +85,6 @@ def _shell_started_cb(): hw_manager = hardwaremanager.get_manager() hw_manager.set_dcon_freeze(0) -def _sigchild_handler(signum, frame): - try: - os.wait() - except OSError: - pass - def main(): gobject.idle_add(_shell_started_cb) @@ -111,8 +104,6 @@ def main(): win.show_all() gtk.main() - signal.signal(signal.SIGCHLD, _sigchild_handler) - if os.environ.has_key("SUGAR_TP_DEBUG"): # Allow the user time to start up telepathy connection managers # using the Sugar DBus bus address -- cgit v0.9.1