Manjaro Mozilla Firefox

Mozilla Firefox

From Manjaro
Revision as of 12:41, 5 September 2014 by imported>Excalibur1234 (fresh creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

installing firefox the following way has one advantage: firefox will update itself automatically as soon as an update is available. this is great for users, who want to get the latest update as soon as possible without waiting for the next manjaro update. it is also great for systems which need an updated (i.e. secure) web browser but are updated rarely.


1. find out, whether your manjaro installation is 32bit or 64bit:

uname -m

if the output is x86_64, you are using a 64bit installation.


2. download the latest firefox in your language from here: https://www.mozilla.org/en-US/firefox/all/

download "Linux", if you are using a 32bit installation of manjaro or "Linux 64-bit" if your installation of manjaro is 64bit.


3. unpack/extract the downloaded firefox-xx.x.tag.bz2 file to

~/bin/

if a bin folder in your home directory does not exist, create it.


you can now start to use firefox by double clicking on the file (or executing it in a terminal):

~/bin/firefox/firefox


4. let's create an icon in order to start firefox much more easily: create an firefox.desktop file and edit it:

sudo kwrite ~/.local/share/applications/firefox.desktop

(instead of kwrite, use your preferred text editor: e.g. leafpad, gedit, mousepad, juffed, etc.) (every file name beginning with a . is a hidden file)


copy and paste the following code into your firefox.desktop file and save it:

[Desktop Entry]
Name=Firefox
GenericName=Web Browser
Icon=~/bin/firefox/browser/icons/mozicon128.png
Type=Application
Categories=Application;Network;WebBrowser;
Exec=~/bin/firefox/firefox
Terminal=false
StartupNotify=false


now, you can click the firefox.desktop file and your firefox will start. create links of your firefox.desktop file or copy it to the place you prefer. you should also be able to start firefox from your start menu now (after a reboot of your system).


this method works for firefox-beta, firefox-aurora, and firefox-nightly, too. unfortunately, firefox' own updater does not update to the next major version (e.g. from firefox 33.0 to firefox 34.0) for all these pre-stable releases of firefox. the next major version needs to be downloaded and unpacked/extracted manually every time a new major update of firefox is released.


this post is based on the following sources:

https://www.youtube.com/watch?v=3oLon1m3vl0

https://forum.manjaro.org/index.php?topic=16206.msg151149#msg151149


there is a forum entry for this post: https://forum.manjaro.org/index.php?topic=16246.0

Cookies help us deliver our services. By using our services, you agree to our use of cookies.