How to run Firefox as spot? (Solved)
I downloaded the tarfile and extracted firefox 78 esr into my opt folder..i am just wondering if there is a way to run firefox as spot?
Discussion, talk and tips
https://forum.puppylinux.com/
I downloaded the tarfile and extracted firefox 78 esr into my opt folder..i am just wondering if there is a way to run firefox as spot?
In a terminal type
Code: Select all
run-as-spot /opt/firefox/firefox
(be aware that latest firefox uses gtk3 and apulse.)
HerrBert wrote: Mon Jan 11, 2021 5:44 pmIn a terminal type
Code: Select all
run-as-spot /opt/firefox/firefox
(be aware that latest firefox uses gtk3 and apulse.)
@herrbert.
Thanks for your reply.I use a script to initiate firefox usually.
as you can see i initiate apulse in this script.I have created a desktop icon but i would like to run as spot also.
can i add the command to this script.?
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
@rockedge
That worked a treat.Thank you.!