On Jul 26, 2011, at 14:54:05, Ruben Armando wrote:
> i want that my notifications last 25 secs, I'm on "Music Video" display....i
> tried putting the code in terminal changing the data, but doesn't work, i put
> this:
>
> defaults write com.Growl.GrowlHelperApp com.growl.MusicVideoView -dict 'Smoke
> - Duration' 25
Two keys in that line are wrong.
First, the key for Music Video is com.Growl.MusicVideo.
Second, the sub-key for Music Video's duration is simply Duration.
Thus:
defaults write com.Growl.GrowlHelperApp com.growl.MusicVideoView -dict
Duration 25
However, unlike Smoke, Music Video is a queueing display. New notifications
will not interrupt or stack on top of the notification already being displayed;
every notification will take the full 25 seconds. This means it will be very
easy for Growl to become snowed under, with an immense pile of notifications to
get through at 25 seconds each.
And unlike Smoke, which supports the option-click close-all-notifications
command, there is no way to purge Music Video's queue if this happens. You
would have to stop and restart Growl.
--
You received this message because you are subscribed to the Google Groups
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/growldiscuss?hl=en.