Score:1

Using ALSA on Firefox instead of PulseAudio

in flag

Since Firefox version >=52, the browser has dropped support for ALSA and depends solely on PulseAudio for sound requirements, hence rendering all sites playing audio broken on an ALSA-only system (such as Lubuntu, an official Ubuntu Flavor).

Mozilla has cited ongoing problems and maintenance issues for dropping ALSA support, as explained in the original bug report. This gives the options of either downgrading to an earlier version of Firefox (not really) or switching to a different browser.

Score:1
in flag

This known issue can be solved by installing apulse, the PulseAudio emulation for ALSA package.

  1. Copy the Firefox Launcher to special folder inside home

    mkdir -p ~/.local/share/applications/
    cp /usr/share/applications/firefox.desktop ~/.local/share/applications/firefox.desktop`
    
  2. Open desktop-file with editor by

    gedit ~/.local/share/applications/firefox.desktop
    
  3. Modify Exec=firefox %u to Exec=/usr/bin/apulse firefox %u and save the file.

Above will force Firefox to use the apulse library every time Firefox is launched.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.