Package Details: firefox-nightly 137.0a1+20250213.1+h67ec343f7371-1

Git Clone URL: https://aur.archlinux.org/firefox-nightly.git (read-only, click to copy)
Package Base: firefox-nightly
Description: Fast, Private & Safe Web Browser (Nightly version)
Upstream URL: https://www.mozilla.org/firefox/channel/desktop/#nightly
Keywords: browser gecko web
Licenses: MPL-2.0
Submitter: None
Maintainer: heftig
Last Packager: heftig
Votes: 616
Popularity: 2.15
First Submitted: 2008-09-10 14:23 (UTC)
Last Updated: 2025-02-13 07:59 (UTC)

Required by (97)

Sources (5)

Pinned Comments

heftig commented on 2022-07-27 22:26 (UTC)

Instead of building this yourself, please use the repository from https://bbs.archlinux.org/viewtopic.php?id=117157.

Not only do you skip the very time-consuming builds, but the published package also has debug symbols at Mozilla's crash reports service, which helps tremendously with finding or filing bugs for any crashes you get.

I consider this the canonical firefox-nightly package for Arch Linux.

[heftig]
SigLevel = Optional
Server = https://pkgbuild.com/~heftig/repo/$arch

Alternatively, download Firefox Nightly straight from Mozilla, extract it to a writable place (e.g. ~/.local/firefox-nightly) and let it update itself using the integrated updater.

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 56 Next › Last »

Det commented on 2015-08-23 02:42 (UTC)

xenom has been eaten.

KingYes commented on 2015-08-20 10:58 (UTC)

anyone know what's happen with this repo?

nebulon commented on 2015-08-15 13:28 (UTC)

Please update to 43 version: _version=43.0a1

di72nn commented on 2015-08-05 05:35 (UTC)

@xenom: on next package update please replace these lines: #FX_GPG="${_file}.checksums.asc" #FX_GPG_URI="${_srcurl}/${FX_GPG}" #FX_CHKSUM_URI="${_srcurl}/${_file}.checksums" with something like that (or whatever you find suitable): #FX_GPG="${_file}-${CARCH}.checksums.asc" #FX_GPG_URI="${_srcurl}/${FX_GPG}" #FX_CHKSUM_URI="${_srcurl}/${_file}-${CARCH}.checksums"

franziskus commented on 2015-08-01 17:53 (UTC)

@xenom: oh, sure, if you have other versions of firefox that will mess things up. Then I'd set the window class to something like firefox-nightly (StartupWMClass=Firefox-Nightly and adding argument --class firefox-nightly). Unfortunately the class argument doesn't work for me in the .desktop file. You could add a shell script wrapping the binary and adding the argument to make this work, but that's not really nice. Maybe someone knows how get the class argument working in the .desktop file.

xenom commented on 2015-08-01 06:50 (UTC)

@franziskus : I tried to add it, but with gnome-shell all firefox windows (even the stable version of firefox) show now as "Firefox nightly", and maybe it will impact other WM, so I won't add it in the packages.

kyse commented on 2015-07-31 17:17 (UTC)

change: _version=41.0a1 to _version=42.0a1

Det commented on 2015-07-24 09:16 (UTC)

No need for SHA-512 sums by the way, see: https://wiki.archlinux.org/index.php/PKGBUILD#Integrity

AnAkkk commented on 2015-07-24 06:11 (UTC)

Both gtk2 and gtk3 are needed. Gtk2 is used for plugins.

ChrisMorgan commented on 2015-07-24 05:23 (UTC)

The latest nightlies are using GTK+3, so the dependencies will need updating. It could be as simple as changing the gtk2 dependency to gtk3; I haven’t checked. Citation: http://glandium.org/blog/?p=3573