From 95e3b138abfef5e8d577f048490a792ceccdf9ff Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jun 2008 15:15:16 +0200 Subject: Few minor fixes, Add a couple of new names. Heya! Please merge! Adds a few new names and fixes everything what mclasen suggested to fix. Lennart Signed-off-by: Marc-Andre Lureau --- 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 From 8738685d7bbfa7cdb901b24c0b7f4c55d9f2bfa2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jun 2008 15:22:32 +0200 Subject: swap the ordering of a few names so that automatic fallback to truncated names makes more sense. So, I have now sapped the order of the words of quite a few names where it made sense to me. Please merge, Lennart Signed-off-by: Marc-Andre Lureau --- spec/sound-naming-spec.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/spec/sound-naming-spec.xml b/spec/sound-naming-spec.xml index e0fc25e..f699d32 100644 --- a/spec/sound-naming-spec.xml +++ b/spec/sound-naming-spec.xml @@ -84,7 +84,7 @@ usage. - Alert + Alerts Sounds to alert the user of an action or event which may have a major impact on the system or their current use, @@ -93,7 +93,7 @@ usage. alert - Notification + Notifications Sounds to notify the user that the system, or their current use case has changed state in some way, e.g. new @@ -263,37 +263,37 @@ usage. - instant-message-new + message-new-instant The sound used when a new IM is recieved. - email-message-new + message-new-email The sound used when a new email is recieved. - media-burn-complete + complete-media-burn The sound used when an optical medium completed burning. - media-rip-complete + complete-media-rip The sound used when an optical medium completed ripping. - download-complete + complete-download The sound used when a file completed downloading. - copy-complete + complete-copy The sound used when a file completed copying. @@ -331,7 +331,7 @@ usage. system-bootup - The sound used when the computer is being booted up. + The sound used when the computer is being booted up, played as as early in bootup as possible. @@ -372,7 +372,7 @@ usage. - desktop-lock-screen + desktop-screen-lock The sound used when the user locks their current session. @@ -511,13 +511,13 @@ usage. - instant-message-sent + message-sent-instant The sound used when a new IM is sent. - email-message-sent + message-sent-email The sound used when a new email is sent. -- cgit