The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   iCal Sync (http://forums.omnigroup.com/forumdisplay.php?f=54)
-   -   Disable iCal sync sound (http://forums.omnigroup.com/showthread.php?t=13352)

lcupial 2009-08-09 10:05 AM

Disable iCal sync sound
 
Hello,

I have automated an iCal sync every five minutes with cron and applescript. It works fine but i haven't find the way to disable the sync sound - which is the 'burr' system sound -.

Is anybody there has an idea on how to disable this sound ?

Regards,
Laurent.

kjw97 2009-10-11 04:45 AM

[QUOTE=lcupial;64296]Hello,

I have automated an iCal sync every five minutes with cron and applescript. It works fine but i haven't find the way to disable the sync sound - which is the 'burr' system sound -.

Is anybody there has an idea on how to disable this sound ?

Regards,
Laurent.[/QUOTE]

I have the exact same problem. Surely there must a way to disable this sound?

kjw97 2009-10-12 01:24 AM

[QUOTE=lcupial;64296]Hello,

I have automated an iCal sync every five minutes with cron and applescript. It works fine but i haven't find the way to disable the sync sound - which is the 'burr' system sound -.

Is anybody there has an idea on how to disable this sound ?

Regards,
Laurent.[/QUOTE]

Ok here is what I did. It's a real hack but it seems to work.

Assuming you don't use the 'Purr.aiff' sound for anything else and you won't miss it ;-) ... I went into the Sounds folder and made a copy of Purr.aiff. Then I downloaded Audacity and edited the original Purr.aiff to just be a fraction of a second of no sound whatsoever.

This seems to work fine now. I had to quit OmniFocus and open it again before it stopped making the sound on iCal sync (sound might be cached or something by the app?)

Of course, the edited Purr.aiff will no doubt get overwritten again with some future OS X patch or upgrade but this is at least a temporary workaround until hopefully Omni gives us an option to turn this annoying sound off!!

Cheers
Ken

Ken Case 2009-10-12 10:08 AM

If you don't like user interface sound effects in general (in any app), you can turn them off in the Sound preference pane in System Preferences. (Look for the "Play user interface sound effects" setting under the Sound Effects tab.)

But if you just want to eliminate that particular iCal sync sound, enter this command in a Terminal window:

[code]defaults write com.omnigroup.OmniFocus SyncFinishedSound ""[/code]

To change it to use a different sound (e.g. the "Submarine" sound effect), try this:

[code]defaults write com.omnigroup.OmniFocus SyncFinishedSound "Submarine"[/code]

To return to the factory setting:

[code]defaults remove com.omnigroup.OmniFocus SyncFinishedSound[/code]

Hope this helps!

kjw97 2009-10-12 05:10 PM

Perfect! Thanks Ken, just what we were after!!

Cheers
Ken


[QUOTE=Ken Case;68168]If you don't like user interface sound effects in general (in any app), you can turn them off in the Sound preference pane in System Preferences. (Look for the "Play user interface sound effects" setting under the Sound Effects tab.)

But if you just want to eliminate that particular iCal sync sound, enter this command in a Terminal window:

[code]defaults write com.omnigroup.OmniFocus SyncFinishedSound ""[/code]

To change it to use a different sound (e.g. the "Submarine" sound effect), try this:

[code]defaults write com.omnigroup.OmniFocus SyncFinishedSound "Submarine"[/code]

To return to the factory setting:

[code]defaults remove com.omnigroup.OmniFocus SyncFinishedSound[/code]

Hope this helps![/QUOTE]


All times are GMT -8. The time now is 08:08 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.