From 4b44a56e508b4335ee25be9dcf625ed469ec20bc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jun 2008 15:13:24 +0200 Subject: Few minor fixes, Add a couple of new names. --- spec/sound-naming-spec.xml | 73 ++++++++++++++++++++++++++++++++++++++++++---- spec/sound-theme-spec.xml | 3 ++ 2 files changed, 70 insertions(+), 6 deletions(-) diff --git a/spec/sound-naming-spec.xml b/spec/sound-naming-spec.xml index 5a2527f..e0fc25e 100644 --- a/spec/sound-naming-spec.xml +++ b/spec/sound-naming-spec.xml @@ -157,9 +157,16 @@ usage. Sounds for branded applications should be named the same - as the binary executable for the application. + as the binary executable for the application, prefixed by + the string x-, to avoid name space clashes with future + standardized names. Example: x-openoffice-foobar. + + + Please send suggestions for new standardized names to the XDG mailing list: xdg@lists.freedesktop.org + + @@ -182,7 +189,7 @@ usage. - Standard Alerts Sounds + Standard Alert Sounds @@ -282,7 +289,13 @@ usage. download-complete - The sound used when an file completed downloading.. + The sound used when a file completed downloading. + + + + copy-complete + + The sound used when a file completed copying. @@ -349,7 +362,7 @@ usage. desktop-login - The sound used when a user logs into the system. + The sound used when a user logs into the system, played as a welcome sound immediately after the login screen disappeared. @@ -482,7 +495,7 @@ usage.
- Standard Support Sounds + Standard Action Sounds @@ -551,6 +564,24 @@ usage. The sound used when an existing window is unmaximized. + + window-inactive-click + + The sound used when the user clicks on an inactive window. + + + + desktop-switch-left + + The sound used when the window manager switches to another desktop which is located to the left of the current screen. + + + + desktop-switch-right + + The sound used when the window manager switches to another desktop which is located to the right of the current screen. + + notebook-tab-changed @@ -656,6 +687,18 @@ usage. The sound used when a toggle/check/radio button is deactivated. + + expander-toggle-on + + The sound used when an expander is activated. + + + + expander-toggle-off + + The sound used when an expander is deactivated. + + menu-popup @@ -674,6 +717,18 @@ usage. The sound used when replacing an active menu with another menu. + + tooltip-popup + + The sound used when a tooltip is popped up. + + + + tooltip-popdown + + The sound used when a tooltip is popped down. + + camera-shutter @@ -681,11 +736,17 @@ usage. - focus-camera + camera-focus A camera has the focus. + + screen-capture + + A screenshot was made + + count-down diff --git a/spec/sound-theme-spec.xml b/spec/sound-theme-spec.xml index ed02963..da5eeb9 100644 --- a/spec/sound-theme-spec.xml +++ b/spec/sound-theme-spec.xml @@ -165,6 +165,9 @@ "system-shutdown.sound". + To save disk space Vorbis encoded sound files are recommended. + + The sound samples must be normalized with a suitable average replay level, in order to be properly mixed down. For more informations, please read -- cgit