Latest Seamonkey now wants pulseaudio

Browsers, email, chat, etc.
Post Reply
Message
Author
User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

Latest Seamonkey now wants pulseaudio

#1 Post 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>
[color=darkblue]Acer Aspire 5349-2635 laptop Tahrpup.[/color]
[color=blue]Acer R11 and C720 Chromebks Bionicpup64[/color]
[color=olive]Acer Iconia A1-830 tablet no pup[/color]
[color=orange]www.sredmond.com[/color]

Post Reply