Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-11-13 00:50:20 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-11-13 00:50:20 (GMT)
commit4c66eec49b12daf54163d17134c40f3a356f9737 (patch)
tree337919d9f5ff47404a11f35b5f11b8aa1e044a2c /bin
parent9645b0e6e56248a3ef742c7c9dca55525af31353 (diff)
Completely get rid of sound in the shell to make
sure it's not causing problems.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sugar-shell5
1 files changed, 0 insertions, 5 deletions
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()