1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Subject: Change path of where sound files are
Author: Barry deFreese <bdefreese@debian.org>
--- dclock-2.2.2.orig/Dclock.ad 2009-02-04 19:30:32.000000000 -0500
+++ dclock-2.2.2/Dclock.ad 2009-02-04 19:31:01.000000000 -0500
@@ -7,7 +7,7 @@
dclock*borderWidth: 2
dclock*widthFactor: 0.143
dclock*spaceFactor: 0.062
-dclock*bellFile: /usr/share/sound/bell.wav
-dclock*alarmFile: /usr/share/sound/digital.wav
+dclock*bellFile: /usr/share/sounds/dclock/bell.wav
+dclock*alarmFile: /usr/share/sounds/dclock/digital.wav
dclock*font: *helvetica-medium-r-normal--14*
dclock*audioPlay: /usr/bin/play
|