Eitan Isaacson: Using Pre-release Firefox on Linux |
Every committed Mozillian and many enthusiastic end-users will use a pre-release version of Firefox.
In Mac and Windows this is pretty straightforward, you simply download the Firefox Nightly/Aurora/Beta dmg or setup tool, and get going. When it is installed it is a proper desktop application, you could make it your default browser, and life goes on.
In Linux, we rely much more on packagers to prepare an application for the distribution before we could use it. This usually works really well, but sometimes you really just want to use an upstream app without any gatekeepers.
The pre-release versions of Firefox for Linux comes in tarballs. You unpack them, and could run them out of the unpacked directory. But it doesn’t run well. You can’t set them as your default browser, the icon is a generic square, and opening links from other apps is a headache. In short, it’s a less than polished experience.
So here is a small script I wrote, it does a few things:
~/.local/bin
.~/.local/share/icons
.~/.local/share/applications
.It doesn’t require root privileges, and is contained to your home directory so it won’t conflict with the system Firefox installation or touch the system libxul
. Typically, you only need to run the script once per channel. After a channel is installed, they will get automatic updates through the actual app.
So, here are some commands you could copy to your terminal and have pre-release Firefox installed:
curl https://raw.githubusercontent.com/eeejay/foxlocal/master/foxlocal.py | python - nightly
curl https://raw.githubusercontent.com/eeejay/foxlocal/master/foxlocal.py | python - aurora
curl https://raw.githubusercontent.com/eeejay/foxlocal/master/foxlocal.py | python - beta
curl https://raw.githubusercontent.com/eeejay/foxlocal/master/foxlocal.py | python - release
http://blog.monotonous.org/2015/05/06/using-pre-release-firefox-on-linux/
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |