Play a startup sound if it exists.
This commit is contained in:
@@ -73,6 +73,9 @@ def get_user_library_path():
|
||||
def get_locale_path(path=None):
|
||||
return _get_prefix_path('share/locale', path)
|
||||
|
||||
def get_sounds_path(path=None):
|
||||
return _get_prefix_path('share/sounds', path)
|
||||
|
||||
def get_bin_path(path=None):
|
||||
return _get_sugar_path('bin', path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user