Re: [Bug-gnuzilla] Alsa IceCat

2018-02-22 Thread Damien Zammit

I got JACK support for IceCat merged into Fedora.
Jack support is already in Firefox, just add --enable-jack at compile 
time to the mozconfig.


This might be better than using ALSA since ALSA will block the sound 
card for other audio apps.


Damien

On 23/02/18 08:00, Gary wrote:

On Feb 22, 2018, at 3:28 AM, al3xu5 wrote:

I have explicity enabled alsa support and disabled pulseaudio

Perhaps I should switch to alsa as pulseaudio is the one that I always have 
trouble with...
--
http://gnuzilla.gnu.org



--
http://gnuzilla.gnu.org


Re: [Bug-gnuzilla] Alsa IceCat

2018-02-22 Thread Gary
On Feb 22, 2018, at 3:28 AM, al3xu5 wrote:
> 
> I have explicity enabled alsa support and disabled pulseaudio

Perhaps I should switch to alsa as pulseaudio is the one that I always have 
trouble with...
--
http://gnuzilla.gnu.org


Re: [Bug-gnuzilla] Alsa IceCat

2018-02-22 Thread al3xu5 / dotcommon
Il giorno mercoledì 21/02/2018 15:43:40 +0100
Brian Durant  ha scritto:

> I just installed IceCat on a new computer with a vanilla Devuan minimum 
> i3wm install. IceCat works fine, except that no sound is available. I am 
> using Alsa for sound at this point. Please advise as to how to get 
> IceCat to work with Alsa. I have confirmed that my sound card works, so 
> I know that the problem doesn't lie there.


Hi

Alsa sound works fine to me with Gnuzilla IceCat 52.3.0 I have built on a
updated Devuan GNU+Linux Jessie 1.0 amd64 machine using the procedure I have
detailed here:

https://libreplanet.org/wiki/Group:IceCat/Compile_and_package/build_52.3.0_on_devuan_(debian)_jessie_1.0

As you can see looking inside the configuration parameters here:

https://libreplanet.org/wiki/Group:IceCat/Compile_and_package/build_52.3.0_on_devuan_(debian)_jessie_1.0#Set_the_configuration_parameters_.28file:_src.2Fmozconfig.29

I have explicity enabled alsa support and disabled pulseaudio.

Regards


-- 
al3xu5 / dotcommon
Say NO to copyright, patents, trademarks and any industrial design restrictions.

--
http://gnuzilla.gnu.org


Re: [Bug-gnuzilla] Alsa IceCat

2018-02-22 Thread Brian Durant

On 2018-02-22 10:58, Narcis Garcia wrote:

Before installing Icecat, I tested same sound source with M.Firefox.


El 22/02/18 a les 09:00, Narcis Garcia ha escrit:

I've tried to reproduce the problem in a
devuan_jessie_1.0.0_amd64_desktop-live session with this installation
procedure*:*

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
B4EFB9F38D8AEBF1

RepoFile=/etc/apt/sources.list.d/temporary-icecat.list

echo "deb http://es.archive.trisquel.info/trisquel belenos-updates main"
| sudo tee $RepoFile

sudo apt-get update

sudo apt-get install icecat

sudo rm $RepoFile

Had to disable LibreJS to allow opening /jamendo.com/radios/ and *sound
works* for any radio there.


El 21/02/18 a les 15:43, Brian Durant ha escrit:

I just installed IceCat on a new computer with a vanilla Devuan
minimum i3wm install. IceCat works fine, except that no sound is
available. I am using Alsa for sound at this point. Please advise as
to how to get IceCat to work with Alsa. I have confirmed that my sound
card works, so I know that the problem doesn't lie there.

I am using the stand alone IceCat version 52.3.0 (64-bit), downloaded 
from a GNU repository. I have since I posted last, found a number of 
posts regarding Alsa support being taken out of Firefox (and I assume 
IceCat???). Here is what I did to get Alsa to work:


I added this line to my /etc/apt/sources.list:
deb http://auto.mirror.devuan.org/devuan experimental main

then ran

apt-get update
apt-get -t experimental install apulse

Remember to comment out the repository and run apt-get update again 
after the fact.


As I am running i3wm as my only window manager, I just added "apulse" in 
front of what I already have in my config file, so it now looks like this:

bindsym $mod+b exec apulse ~/bin/icecat/icecat

Everything works fine so far...

--
http://gnuzilla.gnu.org


Re: [Bug-gnuzilla] Alsa IceCat

2018-02-22 Thread Narcis Garcia
Before installing Icecat, I tested same sound source with M.Firefox.


El 22/02/18 a les 09:00, Narcis Garcia ha escrit:
> I've tried to reproduce the problem in a
> devuan_jessie_1.0.0_amd64_desktop-live session with this installation
> procedure*:*
> 
> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
> B4EFB9F38D8AEBF1
> 
> RepoFile=/etc/apt/sources.list.d/temporary-icecat.list
> 
> echo "deb http://es.archive.trisquel.info/trisquel belenos-updates main"
> | sudo tee $RepoFile
> 
> sudo apt-get update
> 
> sudo apt-get install icecat
> 
> sudo rm $RepoFile
> 
> Had to disable LibreJS to allow opening /jamendo.com/radios/ and *sound
> works* for any radio there.
> 
> 
> El 21/02/18 a les 15:43, Brian Durant ha escrit:
>> I just installed IceCat on a new computer with a vanilla Devuan
>> minimum i3wm install. IceCat works fine, except that no sound is
>> available. I am using Alsa for sound at this point. Please advise as
>> to how to get IceCat to work with Alsa. I have confirmed that my sound
>> card works, so I know that the problem doesn't lie there.
>>
>>
>> -- 
>> http://gnuzilla.gnu.org
> 

--
http://gnuzilla.gnu.org


Re: [Bug-gnuzilla] Alsa IceCat

2018-02-22 Thread Narcis Garcia
I've tried to reproduce the problem in a
devuan_jessie_1.0.0_amd64_desktop-live session with this installation
procedure*:*

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
B4EFB9F38D8AEBF1

RepoFile=/etc/apt/sources.list.d/temporary-icecat.list

echo "deb http://es.archive.trisquel.info/trisquel belenos-updates main"
| sudo tee $RepoFile

sudo apt-get update

sudo apt-get install icecat

sudo rm $RepoFile

Had to disable LibreJS to allow opening /jamendo.com/radios/ and *sound
works* for any radio there.


El 21/02/18 a les 15:43, Brian Durant ha escrit:
> I just installed IceCat on a new computer with a vanilla Devuan
> minimum i3wm install. IceCat works fine, except that no sound is
> available. I am using Alsa for sound at this point. Please advise as
> to how to get IceCat to work with Alsa. I have confirmed that my sound
> card works, so I know that the problem doesn't lie there.
>
>
> -- 
> http://gnuzilla.gnu.org

--
http://gnuzilla.gnu.org


[Bug-gnuzilla] Alsa IceCat

2018-02-21 Thread Brian Durant
I just installed IceCat on a new computer with a vanilla Devuan minimum 
i3wm install. IceCat works fine, except that no sound is available. I am 
using Alsa for sound at this point. Please advise as to how to get 
IceCat to work with Alsa. I have confirmed that my sound card works, so 
I know that the problem doesn't lie there.



--
http://gnuzilla.gnu.org