diff options
author | John Balcaen <mikala@mageia.org> | 2011-02-15 17:43:13 +0000 |
---|---|---|
committer | John Balcaen <mikala@mageia.org> | 2011-02-15 17:43:13 +0000 |
commit | ab45293a10080dcb67e5f848c58066777ff32420 (patch) | |
tree | babbbdb3dfd9f0fa7b012d5ed2910ad718e399d0 /kde4-profiles/common | |
parent | 6c2c25cea2cfd865e02c2229ed1f760bcb651106 (diff) | |
download | config-ab45293a10080dcb67e5f848c58066777ff32420.tar config-ab45293a10080dcb67e5f848c58066777ff32420.tar.gz config-ab45293a10080dcb67e5f848c58066777ff32420.tar.bz2 config-ab45293a10080dcb67e5f848c58066777ff32420.tar.xz config-ab45293a10080dcb67e5f848c58066777ff32420.zip |
Remove the use of iaora login & logout sound from kde.notifyrc :
- Use KDE-Sys-Log-In-Short.ogg for log in sound event
- Use KDE-Sys-Log-Out.ogg for log out sound event
- minor cleanup
Diffstat (limited to 'kde4-profiles/common')
-rw-r--r-- | kde4-profiles/common/share/config/kde.notifyrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde4-profiles/common/share/config/kde.notifyrc b/kde4-profiles/common/share/config/kde.notifyrc index c791a16..b21dfc5 100644 --- a/kde4-profiles/common/share/config/kde.notifyrc +++ b/kde4-profiles/common/share/config/kde.notifyrc @@ -31,7 +31,7 @@ Action=Sound Execute= KTTS= Logfile= -Sound=file:///usr/share/sounds/KDE-Sys-Question.ogg +Sound=KDE-Sys-Question.ogg [Event/cancellogout] Action=Popup @@ -52,11 +52,11 @@ Action=Sound Execute= KTTS= Logfile= -Sound=file:///usr/share/sounds/ia_ora-shutdown.wav +Sound=KDE-Sys-Log-Out.ogg [Event/startkde] Action=Sound Execute= KTTS= Logfile= -Sound=file:///usr/share/sounds/ia_ora-startup.wav +Sound=KDE-Sys-Log-In-Short.ogg |