Package Details: waterfox-bin G6.0.20-1

Git Clone URL: https://aur.archlinux.org/waterfox-bin.git (read-only, click to copy)
Package Base: waterfox-bin
Description: Current/modern generation of customizable privacy-conscious web browser.
Upstream URL: https://www.waterfox.net
Keywords: firefox waterfox-g6 webextension
Licenses: MPL
Provides: waterfox, waterfox-g
Submitter: hawkeye116477
Maintainer: hawkeye116477
Last Packager: hawkeye116477
Votes: 34
Popularity: 0.58
First Submitted: 2023-09-19 22:33 (UTC)
Last Updated: 2024-10-13 10:27 (UTC)

Dependencies (14)

Required by (2)

Sources (2)

Pinned Comments

hawkeye116477 commented on 2022-10-04 10:23 (UTC) (edited on 2024-06-12 21:03 (UTC) by hawkeye116477)

Attention: It requires SSE3!

There is also waterfox-kde package with LTO+PGO and SSE2 support and langpacks on my repository on OBS.

Source files at: https://build.opensuse.org/package/show/home:hawkeye116477:waterfox/waterfox-kde.

[home_hawkeye116477_waterfox_Arch]
Server = https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Arch/$arch

If you got 404, then temporarily try to replace download.opensuse.org with downloadcontent.opensuse.org. That should enforce direct download without mirror.

key=$(curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox/Arch/$(uname -m)/home_hawkeye116477_waterfox_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

philster10260 commented on 2020-11-24 10:24 (UTC)

Works like a charm. Thanks :)))))

vcekron commented on 2020-11-24 10:19 (UTC) (edited on 2021-01-15 08:51 (UTC) by vcekron)

Attention: This is last version of WF based on 68. There is newer waterfox-g3-bin available based on Gecko 78, but currently it doesn't have some of the features known from „Current" like for example tab bar position changing.

If you want to stay on this version, we recommend disabling the annoying update notification in WF:

  • Go to about:config
  • Find app.update.doorhanger and set it to false

There have been reports that this isn't enough. If you still see the update notification, please try @tilt's addition:

  • Find app.update.checkInstallTime and set it to false

PLEASE DON'T FLAG THIS PACKAGE AS OUT OF DATE (just install waterfox-g3-bin if that is the version you desire)

philster10260 commented on 2020-11-24 10:13 (UTC)

Hi,

This waterfox install just started spamming 3 of my Linux boxes with an update notification:

Waterfox can't update to the latest version. Download a fresh copy bla bla...

Would someone kindly tell me how to turn it off and pin the answer for others?

Thanks :)

vcekron commented on 2020-09-08 08:47 (UTC) (edited on 2020-09-08 08:47 (UTC) by vcekron)

@RonnyD: that looks rather strange. Do you use an AUR helper?

Try building a fresh copy somewhere else in that case:

git clone https://aur.archlinux.org/waterfox-current-bin.git

cd waterfox-current-bin

makepkg -si

I just did the above sequence and it worked fine.

RonnyD commented on 2020-09-08 08:42 (UTC)

I am unable to build the package.

==> Creating package "waterfox-current-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
bsdtar: Can't open `usr/bin/waterfox-current': No such file or directory
bsdtar: Error exit delayed from previous errors.
  -> Compressing package...
bsdtar: Can't open `usr/bin/waterfox-current': No such file or directory
bsdtar: Error exit delayed from previous errors.
==> ERROR: Failed to create package file.
:: Unable to build waterfox-current-bin - makepkg exited with code: 5

vcekron commented on 2020-02-13 21:18 (UTC) (edited on 2020-02-13 21:20 (UTC) by vcekron)

Update 2020.02 is on hold until the shared library libc++.so.1 is (hopefully) statically linked - see the relevant GitHub issue.

For those who want the update right away, the patch for the PKGBUILD is available here. Make sure to install the libc++ package.

vcekron commented on 2019-12-10 05:33 (UTC)

@Austcool addressed in 2019.10-3.

Please let me know if it works as intended (I don't use the desktop entry at all on my machines).

Austcool commented on 2019-12-10 01:09 (UTC)

Please change Icon=/usr/share/pixmaps/waterfox-current-icon.png Icon=waterfox-current-icon so themes can change the icon thanks.