Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-24 19:16:06 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-24 19:16:06 (GMT)
commita8969d776fc4ca138c925d6756804300cbaef2ae (patch)
tree1766edb1a05eff7b5170acbbc807129dff7775dd /shell/sugar-shell
parent9b68754ba5c1f63d7ca6adfee3ef6114628c175e (diff)
Ship the startup sound with sugar
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell2
1 files changed, 1 insertions, 1 deletions
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)