How to run Firefox as spot? (Solved)

Moderator: Forum moderators

Post Reply
User avatar
xenial
Posts: 504
Joined: Mon Jul 13, 2020 7:41 am
Location: Lincolnshire.UK.
Has thanked: 92 times
Been thanked: 41 times

How to run Firefox as spot? (Solved)

Post by xenial »

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?

HerrBert
Posts: 350
Joined: Mon Jul 13, 2020 6:14 pm
Location: Germany, NRW
Has thanked: 18 times
Been thanked: 119 times

Re: Running firefox as spot.

Post by HerrBert »

In a terminal type

Code: Select all

run-as-spot /opt/firefox/firefox

(be aware that latest firefox uses gtk3 and apulse.)

User avatar
xenial
Posts: 504
Joined: Mon Jul 13, 2020 7:41 am
Location: Lincolnshire.UK.
Has thanked: 92 times
Been thanked: 41 times

Re: Running firefox as spot.

Post by xenial »

HerrBert wrote: Mon Jan 11, 2021 5:44 pm

In 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.

capture15256.png
capture15256.png (55.21 KiB) Viewed 444 times

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.?

User avatar
rockedge
Site Admin
Posts: 6382
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2588 times
Been thanked: 2539 times
Contact:

Re: Running firefox as spot.

Post by rockedge »

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
User avatar
xenial
Posts: 504
Joined: Mon Jul 13, 2020 7:41 am
Location: Lincolnshire.UK.
Has thanked: 92 times
Been thanked: 41 times

Re: Running firefox as spot.

Post by xenial »

@rockedge
That worked a treat.Thank you.!

Post Reply

Return to “Browsers”