- Find answers - FAQ, Help Center
- Ask questions - Community
- Report bugs - GitHub
- Request features - GitHub
Search Criteria
Package Details: brave-beta-bin 1.77.70-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/brave-beta-bin.git (read-only, click to copy) |
---|---|
Package Base: | brave-beta-bin |
Description: | Web browser that blocks ads and trackers by default (beta binary release). |
Upstream URL: | https://brave.com/download-beta |
Keywords: | brave |
Licenses: | MPL2 |
Provides: | brave-beta-bin, brave-beta-browser |
Submitter: | originof |
Maintainer: | brave-prerelease |
Last Packager: | brave-prerelease |
Votes: | 47 |
Popularity: | 3.93 |
First Submitted: | 2018-09-28 15:42 (UTC) |
Last Updated: | 2025-02-27 11: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-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-xo-fontsAUR, ttf-paratypeAUR, ttf-plemoljp-binAUR, ttf-dejavu-emojilessAUR, ttf-lucida-fontsAUR, ttf-plemoljpAUR, ttf-juiseeAUR, ttf-ms-win10-autoAUR, ttf-karlaAUR, ttf-ms-win11-autoAUR, ttf-ms-win10-cdnAUR, noto-fonts-liteAUR, ttf-ibm-plex-sans-scAUR, 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, noto-fonts-variable-liteAUR, ttf-shangguAUR, noto-fonts-latin-greek-cyrillicAUR, apple-fontsAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-ibm-plex, ttf-input, ttf-input-nerd, ttf-liberation)
- 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 keyriung support
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber) (optional) – Hardware accelerated rendering
Required by (0)
Sources (3)
brave-prerelease commented on 2025-02-06 13:55 (UTC)
gregbunk commented on 2025-01-22 21:07 (UTC)
I no longer have time to maintain this package.
arglo commented on 2024-09-24 13:05 (UTC) (edited on 2024-09-24 20:49 (UTC) by arglo)
It doesn't work for me. --ozone-platform=wayland
setting is silently ignored and default value x11
is chosen instead, which is confirmed by Ozone platform
entry on brave://gpu
page (or xeyes
).
Everything works as expected (with line breaks in config) when I use the following modification of original brave-beta-bin.sh
:
#!/bin/sh
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
# Allow users to override command-line options
USER_FLAGS_FILE=$XDG_CONFIG_HOME/brave-beta-flags.conf
if [ -f "$USER_FLAGS_FILE" ]; then
USER_FLAGS=$(sed 's/#.*//' "$USER_FLAGS_FILE")
fi
if [ -z "$CHROME_USER_DATA_DIR" ]; then
export CHROME_USER_DATA_DIR="$XDG_CONFIG_HOME/BraveSoftware/Brave-Browser-Beta"
fi
# default $IFS
set -- $USER_FLAGS $BRAVE_FLAGS "$@"
exec "/opt/brave.com/brave-beta/brave-browser" "$@"
gregbunk commented on 2024-07-01 14:13 (UTC)
Try one line:
Here's my conf file:
`--disable-gpu-vsync --disable-gpu-driver-bug-workarounds --enable-features=VaapiVideoDecoder --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime
`
I just checked - that's passed to the browser.
arglo commented on 2024-07-01 01:00 (UTC)
The script brave-beta-bin.sh
doesn't handle --key=value
options correctly. For example:
~> cat .config/brave-beta-flags.conf
--ozone-platform=wayland
--gtk-version=4
~> brave-beta
[130659:130659:0701/024917.097688:FATAL:platform_selection.cc(45)] Invalid ozone platform: wayland
--gtk-version=4.
/opt/brave.com/brave-beta/brave-browser: line 48: 130659 Trace/breakpoint trap (core dumped) "$HERE/brave" "$@"
So the value for --ozone-platform
key is interpreted as wayland\n--gtk-version=4
.
gregbunk commented on 2024-03-23 12:32 (UTC) (edited on 2024-03-23 12:34 (UTC) by gregbunk)
Here's what I see. Note that --incognito is passed along correctly.
~ cat .config/brave-beta-flags.conf --incognito ~ brave-beta & % ~ [7651:7651:0323/083052.822561:ERROR:policy_logger.cc(157)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(161) Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build. [7696:7696:0323/083057.229774:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! ~ ps aux | grep brave | grep inco gwhite 7641 0.0 0.0 7520 3640 pts/0 S 08:30 0:00 /bin/bash /opt/brave.com/brave-beta/brave-browser --incognito --disable-gpu-driver-bug-workarounds gwhite 7651 9.7 0.5 34504444 348140 pts/0 S<l 08:30 0:00 /opt/brave.com/brave-beta/brave --incognito --disable-gpu-driver-bug-workarounds [7696:7696:0323/083112.487062:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times! [7696:7696:0323/083112.495989:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times! ~ cat (which brave-beta) #!/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-beta-flags.conf" if [[ -f $USER_FLAGS_FILE ]]; then USER_FLAGS="$(cat $USER_FLAGS_FILE | sed 's/#.*//')" fi if [[ -z "${CHROME_USER_DATA_DIR}" ]]; then export CHROME_USER_DATA_DIR=~/.config/BraveSoftware/Brave-Browser-Beta fi exec "/opt/brave.com/brave-beta/brave-browser" "$USER_FLAGS" "$BRAVE_FLAGS" "$FLAG" "$@"
tinmarr commented on 2024-03-22 21:17 (UTC)
The brave-beta-bin.sh script shouldn't have $USER_FLAGS in quotes. In it's current state, the brave-beta-flags.conf file does nothing (test with --incognito for example).
Here is the modified last line that works for me:
exec "/opt/brave.com/brave-beta/brave-browser" $USER_FLAGS $BRAVE_FLAGS $FLAG "$@"
gregbunk commented on 2024-02-09 22:00 (UTC)
That's weird. It's definitely not a dependency of this package (which you can see in the PKGBUILD.) Must be something else going on.
querta commented on 2024-02-09 21:58 (UTC)
While installing it's asking Telegram as dependency which's not listed here
kido007 commented on 2023-11-30 19:28 (UTC) (edited on 2023-11-30 19:28 (UTC) by kido007)
Just upgraded to the latest iteration of brave beta and the previously reported error is gone... thank you.
Pinned Comments
brave-prerelease commented on 2025-02-06 13:55 (UTC)