Page 1 of 1

Latest Seamonkey now wants pulseaudio

Posted: Mon 20 Apr 2020, 13:23
by vtpup
I recently downloaded Seamonkey 53 on Bionicpup64, and like Firefox before it, browser sound stopped working. Seamonkey now also looks for pulseaudio.

Since apulse was already onboard my setup, I now need to start Seamonkey with:

Code: Select all

apulse /path to/seamonkey
or, in my case, since seamonkey is default,

Code: Select all

apulse defaultbrowser
I made the change stick for now by editing /usr/local/bin/defaultbrowser to:

Code: Select all

#!/bin/sh
exec apulse /path to/seamonkey "$@"
That modification will probably have to be repeated if you temporarily change the browser in <Menu> <Default Applications Chooser>