From 4c66eec49b12daf54163d17134c40f3a356f9737 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 13 Nov 2007 00:50:20 +0000 Subject: Completely get rid of sound in the shell to make sure it's not causing problems. --- (limited to 'bin') diff --git a/bin/sugar-shell b/bin/sugar-shell index a20ec27..ba36fc9 100755 --- a/bin/sugar-shell +++ b/bin/sugar-shell @@ -28,7 +28,6 @@ import gobject from sugar import env from sugar import logger -from sugar import sound from sugar.profile import get_profile sys.path.insert(0, env.get_shell_path()) @@ -87,10 +86,6 @@ def _shell_started_cb(): hw_manager = hardwaremanager.get_manager() hw_manager.set_dcon_freeze(0) - startup_sound = os.path.join(env.get_data_path('startup.flac')) - if os.path.exists(startup_sound): - sound.play(startup_sound) - def _sigchild_handler(signum, frame): try: os.wait() -- cgit v0.9.1