Code: Select all
#!/bin/sh
exec apulse firefox "$@"
Moderator: Forum moderators
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?
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
Edit the last command in the /usr/lib/firefox/firefox.sh file to read
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.