diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/audio/jobs.pxu | 4 | ||||
-rw-r--r-- | units/dock/jobs.pxu | 2 | ||||
-rw-r--r-- | units/suspend/suspend.pxu | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu index bc3af28..0f9fc7b 100644 --- a/units/audio/jobs.pxu +++ b/units/audio/jobs.pxu @@ -334,7 +334,7 @@ requires: package.name == 'gstreamer1.0-pulseaudio' package.name == 'alsa-base' device.category == 'AUDIO' -command: audio_test +command: audio_test.py _description: Play back a sound on the default output and listen for it on the default input. @@ -582,7 +582,7 @@ requires: package.name == 'gstreamer1.0-pulseaudio' package.name == 'alsa-base' device.category == 'AUDIO' -command: audio_test +command: audio_test.py _description: Play back a sound on the default output and listen for it on the default input, after suspending 30 times. diff --git a/units/dock/jobs.pxu b/units/dock/jobs.pxu index da8b7b5..537f985 100644 --- a/units/dock/jobs.pxu +++ b/units/dock/jobs.pxu @@ -1701,7 +1701,7 @@ requires: package.name == 'gstreamer1.0-pulseaudio' package.name == 'alsa-base' device.category == 'AUDIO' -command: audio_test +command: audio_test.py _description: This will check to make sure that your audio device works properly after a suspend and resume. This may work fine with speakers and onboard microphone, however, it works best if used with a cable connecting the audio-out jack to the audio-in jack. diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index 93b5ce0..f253fc9 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -1189,7 +1189,7 @@ requires: package.name == 'gstreamer1.0-pulseaudio' package.name == 'alsa-base' device.category == 'AUDIO' -command: audio_test +command: audio_test.py _description: This will check to make sure that your audio device works properly after a suspend and resume. This may work fine with speakers and onboard microphone, however, it works best if used with a cable connecting the audio-out jack to the audio-in jack. @@ -1206,7 +1206,7 @@ requires: package.name == 'gstreamer1.0-pulseaudio' package.name == 'alsa-base' device.category == 'AUDIO' -command: audio_test +command: audio_test.py _description: This will check to make sure that your audio device works properly after a suspend and resume. This may work fine with speakers and onboard microphone, however, it works best if used with a cable connecting the audio-out jack to the audio-in jack. |