-
KuLuSz
hi all
-
KuLuSz
i have little issue to "start script with apulse"
-
KuLuSz
got here any developer of seamonkey ?
-
njsg
IIRC apulse would be a matter of running, say "apulse seamonkey", unless something changed
-
njsg
I've only seen it used with skype, though
-
KuLuSz
apulse just need where have no pulseaudio system but program need to use it
-
KuLuSz
for playing sounds
-
njsg
it's not working?
-
KuLuSz
i told replace the script for checking pulseaudio before use "apulse"
-
KuLuSz
some os use pulseaudio and there not work apulse seamonkey method ..
-
KuLuSz
just without apulse
-
njsg
which script for checking pulseaudio?
-
KuLuSz
just a little modification
-
KuLuSz
#! /bin/bash
-
KuLuSz
A='apulse'
-
KuLuSz
[ "`pidof pulseaudio`" ]&& A=''
-
KuLuSz
"$A" /opt/seamonkey/seamonkey "$@"
-
KuLuSz
thats it ..
-
KuLuSz
this check "pulseaudio" daemon
-
KuLuSz
if running A variable will nothing
-
KuLuSz
if not run the daemon A variable will apulse
-
KuLuSz
before the seamonkey command
-
njsg
KuLuSz: you mean your system has such a script and that it's not working, or?
-
KuLuSz
my buddy was try to use the script
-
KuLuSz
his OS use puseaudio system
-
KuLuSz
and apulse is not installed
-
KuLuSz
he was install apulse
-
KuLuSz
seamonkey get work
-
KuLuSz
but no sound
-
KuLuSz
i was told to him remove apulse command , just start the seamonkey command
-
KuLuSz
and he get working sound
-
KuLuSz
so i write this little script for change between alsa or pulseaudio system
-
KuLuSz
njsg,
-
KuLuSz
<KuLuSz> my buddy was try to use the script
-
KuLuSz
<KuLuSz> his OS use puseaudio system
-
KuLuSz
<KuLuSz> and apulse is not installed
-
KuLuSz
<KuLuSz> he was install apulse
-
KuLuSz
<KuLuSz> seamonkey get work
-
KuLuSz
<KuLuSz> but no sound
-
KuLuSz
<KuLuSz> i was told to him remove apulse command , just start the seamonkey command
-
KuLuSz
<KuLuSz> and he get working sound
-
KuLuSz
<KuLuSz> so i write this little script for change between alsa or pulseaudio system
-
KuLuSz
and this script usable on aní linux OS-es
-
KuLuSz
*any
-
tomman
Isn't SeaMonkey supposed to still work with ALSA?
-
tomman
(dunno how automatic is it, considering that I don't run web browsers on my ALSA-only machines)
-
njsg
tomman: has to be enabled during compilation (not sure if it requires other changes), but it's possible
-
tomman
oh, so it's not available on official release builds?
-
njsg
official builds are pulseaudio-only, I think
-
tomman
gotcha~
-
frg_Away
tomman alsa is not enabled in release builds. Previously with enabled tests compilation broke. It might still work ok but unless someone cares enough about it to test with both alsa and pulseaudio in a few distributions won't be enabled. I am not sure what the official status is but Firefox desupported it with 52.
-
tomman
frg_Away: IIRC, Mozilla deleted all of the ALSA code a few dozen releases ago
-
tomman
so it's Pulse or nothing
-
tomman
(it was already broken and nobody wanted to mess with it)
-
frg_Away
-
tomman
zombie code!
-
tomman
the only ones that back then cared were the very vocal anti-Poetteringware league
-
frg_Away
tomman yes I remember the original
bug 13xxx something I think.
-
frg_Away
isn't it still needed for bsd?
-
KuLuSz
my script resolve the (not supported) pulseaudio sys
-
KuLuSz
just need replace the start script ..
-
KuLuSz
i think its not a big problem ..
-
njsg
thing is, seamonkey should support a pulseaudio system out of the box
-
KuLuSz
yeah support if no apulse
-
KuLuSz
apulse use own directories for imitate libpulse so files
-
KuLuSz
but not run like the pulseaudio daemon
-
leper
the alsa code still works fine if you compile on your own
-
KuLuSz
may yes ..
-
KuLuSz
but this is in the release package
-
leper
frg_Away: BSDs don't use the advanced linux sound architecture, FreeBSD still has OSS, OpenBSD has sndio
-
njsg
KuLuSz: are you sure it's from the release package?
-
KuLuSz
yes
-
KuLuSz
-
KuLuSz
this file is in /usr/bin
-
KuLuSz
hm
-
KuLuSz
may not the release pkg
-
KuLuSz
sorry
-
KuLuSz
yeah looks like my other buddy edit the release pkg and add this file to the system