How I get around the pulse-audio mozilla problem

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
darry19662018
Posts: 721
Joined: Sat 31 Mar 2018, 08:01
Location: Rakaia
Contact:

How I get around the pulse-audio mozilla problem

#1 Post by darry19662018 »

With the later Mozillas they need pulse-audio to be able to produce sound.

How did you get around this for the likes of Firefox. First install apulse if your puppy doesn't come with it. Then I create a script which goes like this

Code: Select all

#!/bin/sh
           apulse /opt/firefox/firefox

Make it executable I place this script on the desktop which opened the browser and I had sound on youtube. The part after apulse with be where your browser is installed to could be /usr/bin/firefox/firefox

The point is this works like a convenient desktop shortcut. 
Puppy Linux Wiki: [url]http://wikka.puppylinux.com/HomePage[/url]

[url]https://freemedia.neocities.org/[/url]

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#2 Post by disciple »

The point is this works like a convenient desktop shortcut
Better to make it /usr/local/bin/firefox or something, so it is in your path. Then it could also be started from a terminal, or a file association, or another program.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

darry19662018
Posts: 721
Joined: Sat 31 Mar 2018, 08:01
Location: Rakaia
Contact:

#3 Post by darry19662018 »

yep it could be apulse /usr/local/bin/firefox
the point is that the apulse (if you have installed) goes in front - whatever the location of the browser.
Puppy Linux Wiki: [url]http://wikka.puppylinux.com/HomePage[/url]

[url]https://freemedia.neocities.org/[/url]

ozsouth
Posts: 858
Joined: Fri 01 Jan 2010, 22:08
Location: S.E Australia

#4 Post by ozsouth »

To really avoid pulseaudio, there's Slacko64-700rc3 & Seamonkey64 2.49.4 (the latest) - needs gtk3 but not pulseaudio.

darry19662018
Posts: 721
Joined: Sat 31 Mar 2018, 08:01
Location: Rakaia
Contact:

#5 Post by darry19662018 »

ozsouth wrote:To really avoid pulseaudio, there's Slacko64-700rc3 & Seamonkey64 2.49.4 (the latest) - needs gtk3 but not pulseaudio.
True if you are using 64bit hardware. I am not 32bit all the way.
Puppy Linux Wiki: [url]http://wikka.puppylinux.com/HomePage[/url]

[url]https://freemedia.neocities.org/[/url]

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#6 Post by linuxcbon »


darry19662018
Posts: 721
Joined: Sat 31 Mar 2018, 08:01
Location: Rakaia
Contact:

#7 Post by darry19662018 »

Nice:)
Puppy Linux Wiki: [url]http://wikka.puppylinux.com/HomePage[/url]

[url]https://freemedia.neocities.org/[/url]

Post Reply