@gregbunk Awesome! Thanks
Search Criteria
Package Details: brave-nightly-bin 1.82.7-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 |
Keywords: | brave |
Licenses: | MPL2 |
Provides: | brave-nightly-bin, brave-nightly-browser |
Submitter: | gregbunk |
Maintainer: | brave-prerelease |
Last Packager: | brave-prerelease |
Votes: | 36 |
Popularity: | 1.60 |
First Submitted: | 2019-03-28 14:18 (UTC) |
Last Updated: | 2025-06-20 15:12 (UTC) |
Dependencies (9)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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-kidsAUR, 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-agaveAUR, ttf-caracteresAUR, ttf-cuprumAUR, ttf-autour-oneAUR, ttf-impallari-milongaAUR, ttf-impallari-miltonianAUR, ttf-clarity-cityAUR, 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-bmonoAUR, ttf-weblysleekuiAUR, ttf-paratypeAUR, ttf-dejavu-emojilessAUR, ttf-lucida-fontsAUR, ttf-juiseeAUR, ttf-ms-win10-autoAUR, ttf-karlaAUR, noto-fonts-liteAUR, ttf-ibm-plex-sans-scAUR, noto-fonts-variable-liteAUR, ttf-shangguAUR, noto-fonts-latin-greek-cyrillicAUR, apple-fontsAUR, 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-plemoljpAUR, ttf-ms-win11-autoAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR, ttf-xo-fontsAUR, ttf-pt-astra-sansAUR, ttf-pt-astra-serifAUR, ttf-pt-monoAUR, ttf-pt-root_uiAUR, ttf-pt-sansAUR, ttf-pt-serifAUR, ttf-pt-astra-factAUR, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-ibm-plex, ttf-input, ttf-input-nerd, ttf-liberation, ttf-roboto)
- cups (cups-gitAUR, cups-gssapiAUR) (optional) – Printer support
- libglvnd (libglvnd-gitAUR) (optional) – Support multiple different OpenGL drivers at any given time
- libgnome-keyring (optional) – gnome keyring support
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-minimal-gitAUR, vulkan-terakan-gitAUR, mesa-gitAUR, mesa-fp8-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-fsr4-gitAUR, mesa-amber) (optional) – Hardware accelerated rendering
Required by (0)
Sources (3)
pmorales commented on 2021-09-09 16:25 (UTC)
gregbunk commented on 2021-09-09 16:01 (UTC)
Sure. Added. Thanks!
pmorales commented on 2021-09-09 15:03 (UTC)
Hi. Can you add custom flags support? Maybe like in brave-bin
package (https://aur.archlinux.org/cgit/aur.git/tree/brave-bin.sh?h=brave-bin)
#!/usr/bin/env bash
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
# Allow users to override command-line options
USER_FLAGS_FILE="$XDG_CONFIG_HOME/brave-nightly-flags.conf"
if [[ -f $USER_FLAGS_FILE ]]; then
USER_FLAGS="$(cat $USER_FLAGS_FILE | sed 's/#.*//')"
fi
exec /opt/brave.com/brave-nightly/brave-browser "$USER_FLAGS" "$BRAVE_FLAGS" "$FLAG" "$@"
gregbunk commented on 2021-02-03 20:36 (UTC)
Thanks - fixed.
sperg512 commented on 2021-02-03 20:29 (UTC)
why does this conflict with itself? it should conflict with brave-browser-nightly
<deleted-account> commented on 2020-11-15 12:37 (UTC)
I don't think it conflicts with brave-bin.
gregbunk commented on 2020-11-12 11:46 (UTC)
Agreed. Made it optional.
<deleted-account> commented on 2020-11-12 11:14 (UTC)
libgnome-keyring should be an optional dependency. People who don't use the GNOME keyring don't need this dependency at all.
oidualc commented on 2020-09-30 20:46 (UTC)
The issue I was mentioning some months ago where when clicking on the icon it generates a second icon to hold the windows (incorrect StartupWMClass) is back with this new version. I made a new patch to add back the StartupWMClass in the .desktop file, could you apply it? https://pastebin.com/dYYSn51d
kiankasad commented on 2020-09-23 00:44 (UTC) (edited on 2020-09-23 01:03 (UTC) by kiankasad)
The file /proc/sys/kernel/unprivileged_userns_clone
is provided by a kernel patch that exists in Debian. On Arch Linux, the file should never exist. This means that even when user namespaces are enabled, Brave will run with the sandbox disabled (which is not good).
This can be fixed by removing the check for /proc/sys/kernel/unprivileged_userns_clone
in brave-nightly-bin.sh
EDIT: I've applied this suggestion, as well as made the script work in POSIX-compliant shells (sh). It can be found here: https://files.kasad.com/brave-nightly-bin.sh
Pinned Comments
brave-prerelease commented on 2025-02-06 13:55 (UTC)