Package Details: firefox-nightly 135.0a1+20241211.2+h2b2422cd05b9-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: 615
Popularity: 2.94
First Submitted: 2008-09-10 14:23 (UTC)
Last Updated: 2024-12-11 14:29 (UTC)

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

1 2 3 4 5 6 .. 56 Next › Last »

heftig commented on 2025-01-10 02:49 (UTC)

@teJECSke

Should be fixed with wasi-libc++ 19.1.6-2.

teJECSke commented on 2025-01-09 22:12 (UTC) (edited on 2025-01-09 22:13 (UTC) by teJECSke)

After upgrade:

ERROR: Cannot find wasi headers or problem with the wasm compiler. Please fix the problem. Or build with --without-wasm-sandboxed-libraries.

BluePyTheDeer251 commented on 2024-07-21 21:44 (UTC) (edited on 2024-07-21 23:52 (UTC) by BluePyTheDeer251)

I wanted to build, tried a lot but gave up and just used the repo.

DuKol commented on 2024-06-04 09:13 (UTC)

Trying to build nightly, but I receive on many places error: "STL code can only be used with -fno-exceptions". Is there any way out? Or should I just wait :-)

Moreover, how can I limit number of cores used for build? makepkg does not provide any option by itself. Should export MAKEFLAGS="-j 4" work? nice -19 makepkg works fine, but anyway... Just asking.

heftig commented on 2024-05-01 04:26 (UTC)

@maltejur Should be fixed; see the latest commit.

maltejur commented on 2024-04-29 16:29 (UTC)

The window icon is missing for me on KDE Wayland (only noticeable when "Customize Toolbar > Titlebar" is enabled). From quick research this seems to be because of a mismatch between the window class (firefoxnightly) and the name of the desktop file (firefox-nightly.desktop). Setting MOZ_APP_REMOTINGNAME, and thus the name of the window class, to firefox-nightly in the mozconfig fixes the issue for me. Is there any reason MOZ_APP_REMOTINGNAME is currently set to firefoxnightly?

DuKol commented on 2024-01-31 14:06 (UTC)

@xiota Thanks, it worked!