Comment 9 for bug 446568

Revision history for this message
Martin Olsson (mnemo) wrote :

Ah, here is the problem:

$ grep -ri DEFAULT_SOUND *
config.py:DEFAULT_SOUND_PATH = '/usr/share/sounds/gtk-events/clicked.wav'
$ aplay /usr/share/sounds/gtk-events/clicked.wav
/usr/share/sounds/gtk-events/clicked.wav: No such file or directory

So basically, the timer-applet has a dependency on a file which doesn't ship in that package and which is also not accounted for in any of the package dependencies list for the timer-applet package.