Search Criteria
Package Details: brave-nightly-bin 1.63.33-1
Package Actions
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 |
Licenses: | MPL2 |
Provides: | brave-nightly-bin, brave-nightly-browser |
Submitter: | gregbunk |
Maintainer: | gregbunk |
Last Packager: | gregbunk |
Votes: | 24 |
Popularity: | 0.32 |
First Submitted: | 2019-03-28 14:18 (UTC) |
Last Updated: | 2023-12-11 20:10 (UTC) |
Dependencies (10)
- alsa-lib (alsa-lib-x205taAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-gitAUR, gtk3-ubuntuAUR, gtk3-classic-xfceAUR)
- libxss
- nss (nss-hgAUR)
- ttf-font (neuropol-ttfAUR, ttf-win7-fontsAUR, ttf-ms-win8AUR, ttf-ms-win8-arabicAUR, ttf-ms-win8-hebrewAUR, ttf-ms-win8-seaAUR, ttf-ms-win8-indicAUR, ttf-ms-win8-japaneseAUR, ttf-ms-win8-koreanAUR, ttf-ms-win8-zh_cnAUR, ttf-ms-win8-zh_twAUR, ttf-ms-win8-thaiAUR, ttf-ms-win8-otherAUR, ttf-noto-fonts-simpleAUR, ttf-kidsAUR, ttf-gabriolaAUR, ttf-liberation-sans-narrowAUR, ttf-cavafy-scriptAUR, ttf-ms-fontsAUR, ttf-dejavu-ibAUR, ttf-zeldaAUR, ttf-oxygenAUR, ttf-oxygen-gfAUR, ttf-share-gfAUR, ttf-gostAUR, otf-inconsolata-dzAUR, ttf-d2codingAUR, ttf-ibm-plex-mono-gitAUR, ttf-dejavu-emojilessAUR, ttf-agaveAUR, ttf-caracteresAUR, ttf-cuprumAUR, ttf-autour-oneAUR, ttf-impallari-milongaAUR, ttf-impallari-miltonianAUR, ttf-clarity-cityAUR, ttf-karlaAUR, ttf-ms-win10AUR, ttf-ms-win10-japaneseAUR, ttf-ms-win10-koreanAUR, ttf-ms-win10-seaAUR, ttf-ms-win10-thaiAUR, ttf-ms-win10-zh_cnAUR, ttf-ms-win10-zh_twAUR, ttf-ms-win10-otherAUR, ttf-win10AUR, ttf-ms-win10-autoAUR, ttf-ms-win10-cdnAUR, noto-fonts-variable-liteAUR, ttf-bmonoAUR, ttf-pt-astra-factAUR, ttf-weblysleekuiAUR, ttf-pt-astra-sansAUR, ttf-pt-astra-serifAUR, ttf-pt-sansAUR, ttf-pt-serifAUR, ttf-pt-monoAUR, ttf-pt-root_uiAUR, ttf-ms-win11-autoAUR, ttf-plemoljpAUR, ttf-juiseeAUR, ttf-paratypeAUR, ttf-xo-fontsAUR, otf-san-francisco-new-yorkAUR, ttf-ms-win11AUR, ttf-ms-win11-japaneseAUR, ttf-ms-win11-koreanAUR, ttf-ms-win11-seaAUR, ttf-ms-win11-thaiAUR, ttf-ms-win11-zh_cnAUR, ttf-ms-win11-zh_twAUR, ttf-ms-win11-otherAUR, ttf-plemoljp-binAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR, noto-fonts-liteAUR, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-ibm-plex, ttf-liberation)
- cups (cups-gitAUR, cups-gssapiAUR) (optional) – Printer support
- libglvnd (optional) – Support multiple different OpenGL drivers at any given time
- libgnome-keyring (optional) – gnome keyring support
- mesa (mesa-panfork-gitAUR, mesa-nightly-nvk-rusticl-intelrt-gitAUR, mesa-rusticl-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, amdonly-gaming-mesaAUR, mesa-amber) (optional) – Hardware accelerated rendering
- pepper-flashAUR (pepper-flash-debugAUR) (optional) – Adobe Flash support
Latest Comments
1 2 3 4 5 6 7 Next › Last »
gregbunk commented on 2023-11-22 14:16 (UTC) (edited on 2023-11-22 14:18 (UTC) by gregbunk)
Not sure what to say. Here's my ~/.config/brave-nightly-flags.conf:
And here's what I get when I run brave-nightly script:
heelowoorl commented on 2023-11-21 19:52 (UTC)
@gregbunk unfortunately I tried many formats but they did not work no matter how I formatted them. only a single flag works even when they are space separated.
heelowoorl commented on 2023-11-16 22:29 (UTC)
Thanks for the reply I'm putting each flag on a single line maybe that's why.
gregbunk commented on 2023-11-16 09:44 (UTC)
Thanks for your work on this, @heelowoorl. I think this works as-is, with the flags on a single line. For example, my flags are:
--disable-gpu-vsync --disable-gpu-driver-bug-workarounds --enable-features=VaapiVideoDecoder --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy
And when I run this command:
brave-nightly foo
It expands to:
exec /opt/brave.com/brave-nightly/brave-browser --disable-gpu-vsync --disable-gpu-driver-bug-workarounds --enable-features=VaapiVideoDecoder --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds foo
Is that not what we want?
heelowoorl commented on 2023-11-15 19:25 (UTC)
@gregbunk I noticed that the script
brave-nightly-bin.sh
only loads the flags if it is 1 flag and only 1 flag from~/.config/brave-nightly-flags.conf
otherwise it will just not load any.I tried to debug the issue and I got it fixed by looking at the brave-bin package here on aur and moving the flag argument placement like so
To test the issue you can use these two below flags if you put them inside
~/.config/brave-nightly-flags.conf
and observe that they don't apply. but if you only put--incognito
it will work and by the change above both worked flawlesslygregbunk commented on 2023-08-02 14:26 (UTC)
Thanks. I'm using the github API to pull the actual builds as they occur.
wknapik commented on 2023-08-02 14:06 (UTC)
hey @gregbunk. please take a look at https://versions.brave.com/ - it's an overview of Brave versions, including links to individual endpoints returning a version for a given platform/architecture, that can be used in automation - e.g. https://versions.brave.com/latest/nightly-linux-x64.version and https://versions.brave.com/latest/nightly-linux-arm64.version.
gregbunk commented on 2023-05-24 18:10 (UTC)
I have added experimental aarch64 support. I have no way to test this, so I'm flying blind. If someone can try and let me know that would be great.
Please note that aarch64 Brave builds are VERY spotty right now. They seem to not be available a lot of the time.
myself600 commented on 2023-01-02 14:20 (UTC) (edited on 2023-01-02 15:00 (UTC) by myself600)
You can use something like this to incorporate aarch64:
no_managers commented on 2023-01-01 02:13 (UTC)
Was able to get this working on Asahi linux. Not sure if this warrants a separate package or not. Would be great if support for arm linux could be included here.
1 2 3 4 5 6 7 Next › Last »