From a8969d776fc4ca138c925d6756804300cbaef2ae Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 24 Sep 2007 19:16:06 +0000 Subject: Ship the startup sound with sugar --- (limited to 'shell') diff --git a/shell/sugar-shell b/shell/sugar-shell index 106a9d7..63225fc 100755 --- a/shell/sugar-shell +++ b/shell/sugar-shell @@ -88,7 +88,7 @@ def _shell_started_cb(): hw_manager = hardwaremanager.get_manager() hw_manager.set_dcon_freeze(0) - startup_sound = os.path.join(env.get_sounds_path('startup.ogg')) + startup_sound = os.path.join(env.get_data_path('startup.flac')) if os.path.exists(startup_sound): player = gst.element_factory_make("playbin", "player") player.set_property("uri", "file://" + startup_sound) -- cgit v0.9.1