Package Details: firefox-beta-bin 136.0b6-1

Git Clone URL: https://aur.archlinux.org/firefox-beta-bin.git (read-only, click to copy)
Package Base: firefox-beta-bin
Description: Standalone web browser from mozilla.org - Beta
Upstream URL: https://www.mozilla.org/en-US/firefox/channel/#beta
Keywords: gecko
Licenses: GPL, MPL, LGPL
Conflicts: firefox-beta
Provides: firefox
Submitter: Schnouki
Maintainer: symen (bittin)
Last Packager: bittin
Votes: 399
Popularity: 0.58
First Submitted: 2010-07-07 09:05 (UTC)
Last Updated: 2025-02-15 12:49 (UTC)

Dependencies (13)

Required by (172)

Sources (4)

Latest Comments

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

aragon123 commented on 2025-01-28 09:55 (UTC)

Thank you as well for the quick fix @bittin :-)

bittin commented on 2025-01-28 09:46 (UTC)

fixed now, thanks for the feedback help @aragon123

bittin commented on 2025-01-28 08:21 (UTC)

@aragon123: alright great, will look at it properly later today

aragon123 commented on 2025-01-28 08:20 (UTC)

@bittin, yes the extraction with bsdtar (and install) worked without any problem. Probably bsdtar uses the mime type or header to check the compression algorithm.

bittin commented on 2025-01-28 08:14 (UTC)

@aragon123: will look into it Did the install work atleast?

aragon123 commented on 2025-01-28 08:12 (UTC)

The filename for the RC build is firefox-$pkgver.tar.bz2 (L35), I guess it should be changed to firefox-$pkgver.tar.xz as well.

I just was confused as I saw the build step and saw firefox-135.0rc1.tar.bz2 :-) Thank you for maintaining.

andrew7 commented on 2024-08-31 13:45 (UTC)

have been seeing this mesages from fakeroot lib while building ever since firefox-130.0rc

==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
libfakeroot internal error: payload not recognized!
libfakeroot internal error: payload not recognized!
libfakeroot internal error: payload not recognized!
libfakeroot internal error: payload not recognized!
  -> Compressing man and info pages...

symen commented on 2024-04-14 20:40 (UTC)

I moved policies.json to the "distribution" folder and it seems to work better! Now the policy appears in about:policies. I also switched to the policy DisableAppUpdate because it seems more adequate than AppAutoUpdate.

BTW I also added alsa-lib as dependency.

Thanks @5kg, @Flysoft and @dnim! And sorry for the late response. I update the PKGBUILD when I see an update, but I have switched back to Firefox Stable as my main browser a while ago.

Flysoft commented on 2024-04-03 12:48 (UTC)

The policies.json doesn't seem to work. According to the docs:

  1. Create a file called policies.json with your policies.

  2. Place this file in firefox/distribution where "firefox" is the installation directory for Firefox. (This will vary per distribution).

The policy file should be in distribution folder.

Here's how I managed to get it work:

mkdir /opt/firefox-beta/distribution
ln -s /opt/firefox-beta/policies/policies.json /opt/firefox-beta/distribution/policies.json