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
Moderator: Forum moderators
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