Bug 1739259 Comment 13 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to florin arjocu from comment #12)
> Could you please tell me how to check the syslog? Thanks.

$ sudo gedit /var/log/syslog

> Can I run the Firefox from the .tar.bz2 archive on the website, without installing those packages?

Yes: https://mozilla.org/firefox/new

>  Seems to be simpler.

It depends. Choose what you prefer.
In case pip3 and PATH as missing:
$ sudo apt install python3-pip
$ pip3 install --user mozregression
$ ~/.local/bin/mozregression --repo mozilla-release --launch FIREFOX_94_0_RELEASE -a about:support
(In reply to florin arjocu from comment #12)
> Could you please tell me how to check the syslog? Thanks.

$ sudo gedit /var/log/syslog

> Can I run the Firefox from the .tar.bz2 archive on the website, without installing those packages?

Yes: https://mozilla.org/firefox/new

>  Seems to be simpler.

It depends. Choose what you prefer.
In case pip3 and PATH are missing:
$ sudo apt install python3-pip
$ pip3 install --user mozregression
$ ~/.local/bin/mozregression --repo mozilla-release --launch FIREFOX_94_0_RELEASE -a about:support

Back to Bug 1739259 Comment 13