Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Chromebook still can't load firefox after flatpack installation, Chromebook, Linux.

  • 6 përgjigje
  • 1 e ka hasur këtë problem
  • 78 parje
  • Përgjigjja më e re nga jonzn4SUSE

more options

Been desperately trying to get Firefox to run on my Acer Chromebook 315 through Linux. The app store version just isn't cutting it. I followed these instructions below as best as I could installing linux and flatpack. I even ran a power wash and tried again.

https://support.mozilla.org/en-US/kb/run-firefox-chromeos

The icon comes up in my dash, but is gray and endlessly loading. Not sure what else I can do. I'm pretty my system is compatible. Is there another way? Am I missing something?

Thank you,

A

Been desperately trying to get Firefox to run on my Acer Chromebook 315 through Linux. The app store version just isn't cutting it. I followed these instructions below as best as I could installing linux and flatpack. I even ran a power wash and tried again. https://support.mozilla.org/en-US/kb/run-firefox-chromeos The icon comes up in my dash, but is gray and endlessly loading. Not sure what else I can do. I'm pretty my system is compatible. Is there another way? Am I missing something? Thank you, A
Foto të bashkëngjitura ekrani

Krejt Përgjigjet (6)

more options

Can you download it to a folder and just run Firefox?

https://www.mozilla.org/en-US/firefox/all/#product-desktop-release

Ndryshuar nga James

more options

Worth a try, how do I do it?

more options

Download the file Ex. firefox-97.0b6.tar.bz2 Then run bunzip2 firefox-97.0b6.tar.bz2 then tar -xf firefox-97.0b6.tar You should then see a firefox folder. Go in there and run what's in the screenshot.

more options

ok, in linux, I'm getting a no file or directory error. can't unpack the `...tar.bz2` file. I must be rusty on my linux language. Can you break down the steps a little more for my smooth brain?

For example. Where am I running bunzip2? Linux? Do I have to type out the whole file location into the command? `My files/downloads/firefox.96.0.2.tar.bz2` doesn't translate. Thinks `My` is a command.

Thanks.

more options

Ndryshuar nga cor-el

more options

Open a cmd prompt and the current directory should be your home directory which is usually shown as ~. Then you should be able to just type cd downloads. Then you should be in the download folder. You can check your current location by typing pwd(print working directory) to see where you are. Then run ls(list) to verify that the file is there. You can now just run this tar xfj to unzip the file and extract the tar in one step. tar xfj firefox.96.0.2.tar.bz2

Ndryshuar nga jonzn4SUSE