flatpak pulse audio config problems
by Ook from LinuxQuestions.org on (#58BQF)
Slackware 14.2. I have flatpak installed. I'm trying to configure it to use pulse audio, and WTR the variable PULSE_SERVER, the docs on flackbuilds say:
"A cleaner approach is to run `start-pulseaudio-x11` and then `pax11publish -i`
so the correct PULSE_SERVER variable is exported. Adding these two commands to
your ~/.xsession would be useful."
I did this, but the PULSE_SERVER variable is still blank.
It also says to run this:
export `xprop -root -notype PULSE_SERVER | tr -d ' '`
But when I do, I get:
export `xprop -root -notype PULSE_SERVER | tr -d ' '`
-su: export: `PULSE_SERVER:notfound.': not a valid identifier
At this point I'm stumped. How can I get the env variable PULSE_SERVER to properly populate?


"A cleaner approach is to run `start-pulseaudio-x11` and then `pax11publish -i`
so the correct PULSE_SERVER variable is exported. Adding these two commands to
your ~/.xsession would be useful."
I did this, but the PULSE_SERVER variable is still blank.
It also says to run this:
export `xprop -root -notype PULSE_SERVER | tr -d ' '`
But when I do, I get:
export `xprop -root -notype PULSE_SERVER | tr -d ' '`
-su: export: `PULSE_SERVER:notfound.': not a valid identifier
At this point I'm stumped. How can I get the env variable PULSE_SERVER to properly populate?