Package Details: brave-nightly-bin 1.79.12-1

Git Clone URL: https://aur.archlinux.org/brave-nightly-bin.git (read-only, click to copy)
Package Base: brave-nightly-bin
Description: Web browser that blocks ads and trackers by default (nightly binary release).
Upstream URL: https://brave.com/download-nightly
Keywords: brave
Licenses: MPL2
Provides: brave-nightly-bin, brave-nightly-browser
Submitter: gregbunk
Maintainer: brave-prerelease
Last Packager: brave-prerelease
Votes: 34
Popularity: 3.00
First Submitted: 2019-03-28 14:18 (UTC)
Last Updated: 2025-03-31 15:15 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Pinned Comments

brave-prerelease commented on 2025-02-06 13:55 (UTC)

Latest Comments

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

scootz commented on 2020-09-03 11:03 (UTC)

According to AUR/brave comment (https://aur.archlinux.org/packages/brave/#comment-763448), adding '--use-gl=desktop' to ~/.config/brave-flags.conf will make it work. It works for me (tested by going to https://get.webgl.org). Maybe modifying brave-nightly-bin.sh to include this user flag might be an idea but forcing it on for everyone might not be the way to do it.

gregbunk commented on 2020-09-03 08:26 (UTC)

@scootz Before I started pulling the files from Chrome, I tried making the system libEGL/libGLES (either libglvnd or just straight up mesa) libraries work and couldn't. I could get Chrome to load them, but it would then fail. It looked to me like ANGLE is not a straight up replacement for libEGL/libGLES but rather does some translation that the Chrome engine in Brave depends on.

scootz commented on 2020-09-03 00:19 (UTC) (edited on 2020-09-03 00:25 (UTC) by scootz)

about the libEGL/GLES, would adding a package requirement for "libglvnd" work to avoid pulling in google chrome's version?

0000000011111111 commented on 2020-08-16 10:12 (UTC)

Thank you gregbunk, I appreciate it! Let's hope they include the missing files soon.

gregbunk commented on 2020-08-13 08:27 (UTC)

I've reported these missing files to Brave so the inclusion of these two files is hopefully very temporary. I've taken a look at building the ANGLE GL libraries (which is what these seem to be), but even that would be - hopefully - a very temporary fix.

See here:

https://github.com/google/angle

0000000011111111 commented on 2020-08-13 02:39 (UTC)

Thank you for maintaining! Question: Are you sure we should pull libEGL.so and libGLESv2.so directly from Google Chrome? Is there any way to do it without trusting Google? Thank you!

Alarg commented on 2020-08-11 15:57 (UTC) (edited on 2020-08-11 20:40 (UTC) by Alarg)

PKGBuild broke, it should get changed. No need for sudo ln, just ln

oidualc commented on 2020-07-19 19:41 (UTC)

Thank you! I forgot the bits about the Incognito Window, if you don't mind this patch would add this feature also: https://pastebin.com/MKVfsG9J

gregbunk commented on 2020-07-19 18:37 (UTC)

Thanks! Patch applied.

oidualc commented on 2020-07-19 10:01 (UTC)

There are a couple issues with this package. 1) It doesn't have the actions "New Window" and "New Incognito Window" and 2) when clicking on the icon it generates a second icon to hold the windows (incorrect StartupWMClass). Would you mind applying this patch to fix those issues? https://pastebin.com/6V1jFWHJ