File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -354,12 +354,18 @@ commands:
354
354
wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US"
355
355
tar -C ~ -xf ~/ff.tar.bz2
356
356
- run :
357
- name : configure firefox
357
+ name : Add audio dependencies
358
358
command : |
359
- # This should add and start PulseAudio's dummy mixer
359
+ # This should add and start PulseAudio's dummy mixer. It will warn
360
+ # that "This program is not intended to be run as root" but it can
361
+ # be ignored.
360
362
apt-get update -y; true
361
363
apt-get install -q -y pulseaudio
362
- pulseaudio -D
364
+ pulseaudio --start
365
+ - run :
366
+ name : configure firefox
367
+ command : |
368
+ # Note: the autoplay pref allows playback without user interaction
363
369
mkdir ~/tmp-firefox-profile/
364
370
cat > ~/tmp-firefox-profile/user.js \<<EOF
365
371
user_pref("gfx.offscreencanvas.enabled", true);
You can’t perform that action at this time.
0 commit comments