Package Details: waterfox-bin G6.0.13-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: 32
Popularity: 0.96
First Submitted: 2023-09-19 22:33 (UTC)
Last Updated: 2024-04-25 15:38 (UTC)

Dependencies (14)

Required by (2)

Sources (2)

Pinned Comments

hawkeye116477 commented on 2022-10-04 10:23 (UTC)

Attention: It requires SSE3!

There is also waterfox-g-kpe 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-g-kpe.

[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 »

brikler commented on 2022-03-10 19:55 (UTC)

hi,

provides waterfox-g4-bin also LTO+PGO and SSE2 support, or only in the waterfox-g4-kpe package?

8472 commented on 2021-02-11 11:15 (UTC)

For some reason, waterfox-current-bin started showing "Gah. Your tab just crashed." on every page I open. I suspect some recent Arch package update. Multiple PCs with Arch affected likewise. Have found a workaround, to disable the "browser.tabs.remote.autostart" - https://windowsreport.com/gah-your-tab-just-crashed/

vcekron commented on 2021-01-15 08:50 (UTC)

Hi @tilt, thanks for your comment. I've added it to the sticky comment. :)

tilt commented on 2021-01-14 18:41 (UTC)

Hi @simokron, app.update.doorhanger to false wasn't enough to me: the notification after few seconds WF has been opened was gone, but another one popped up during a fullscreen video streaming (different layout but same kind of message), several minutes later.

I solved modifying this config too: app.update.checkInstallTime to false

Hope this can help, bye bye! T.

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.