Enable sound in new Firefox versions
Posted: Wed Sep 23, 2020 5:51 pm
Edit /usr/local/bin/defaultbrowser to read:
Code: Select all
#!/bin/sh
exec apulse firefox "$@"
Discussion, talk and tips
https://forum.puppylinux.com/
Code: Select all
#!/bin/sh
exec apulse firefox "$@"
What do you do if you do not want Firefox to be the default browser?
Find the firefox.desktop file in /usr/share/applications
Open in a text editor.
Make the edit to the exec line
--------------------------------------------------------------------------------------------------------------------------------------------------------
If the Puppy version does not have any apulse in it?
what do you need for apulse to work?
Edit the last command in the /usr/lib/firefox/firefox.sh file to readbigpup wrote: Wed Sep 23, 2020 6:08 pm What do you do if you do not want Firefox to be the default browser?
Code: Select all
exec apulse $MOZ_LIBDIR/$MOZ_APP_NAME "$@"
Install apulsebigpup wrote: If the Puppy version does not have any apulse in it?
what do you need for apulse to work?
My solution? Use the Firefox-portables. They have apulse built in, and are set to make use of it so long as you fire it up from the launch script.....and as a 'portable', you can run it from anywhere you want.bigpup wrote: Wed Sep 23, 2020 6:08 pm What do you do if you do not want Firefox to be the default browser?
If the Puppy version does not have any apulse in it?
what do you need for apulse to work?