Page 1 of 1

Run Firefox with run-as-spot and apulse

Posted: Mon Jan 11, 2021 7:01 pm
by rockedge

To run Firefox (or other) with sound as user 'spot'.

This will work:

Code: Select all

root# run-as-spot apulse firefox

So this script should as well:

Code: Select all

#!/bin/sh
run-as-spot apulse firefox

Re: Run Firefox with run-as-spot and apulse

Posted: Mon Jan 25, 2021 5:40 pm
by xenial

This works tremendously thank you.