Package Details: brave-bin 1:1.78.94-1

Git Clone URL: https://aur.archlinux.org/brave-bin.git (read-only, click to copy)
Package Base: brave-bin
Description: Web browser that blocks ads and trackers by default (binary release)
Upstream URL: https://brave.com
Keywords: brave browser
Licenses: BSD, MPL2, custom:chromium
Conflicts: brave
Provides: brave, brave-browser
Submitter: toropisco
Maintainer: brave
Last Packager: brave
Votes: 875
Popularity: 20.17
First Submitted: 2016-04-06 13:16 (UTC)
Last Updated: 2025-05-01 17:04 (UTC)

Dependencies (8)

Required by (9)

Sources (4)

Pinned Comments

brave commented on 2025-04-25 13:00 (UTC)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 61 Next › Last »

wknapik commented on 2022-05-28 00:35 (UTC)

The script that gets installed as /usr/bin/brave (https://aur.archlinux.org/cgit/aur.git/tree/brave-bin.sh?h=brave-bin) doesn't quote the extra arguments from brave-flags.conf, which means they get expanded by the shell. So, for instance, if you put "*" in your brave-flags.conf, it will cause all files from the working directory to be opened when brave is started.

Here's a patch to address this:

diff --git a/brave-bin.sh b/brave-bin.sh
index 293a314..0e657ed 100644
--- a/brave-bin.sh
+++ b/brave-bin.sh
@@ -3,10 +3,10 @@ XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"

 # Allow users to override command-line options
 USER_FLAGS_FILE="$XDG_CONFIG_HOME/brave-flags.conf"
-if [[ -f $USER_FLAGS_FILE ]]; then
-   USER_FLAGS="$(cat $USER_FLAGS_FILE | sed 's/#.*//')"
+if [[ -f "$USER_FLAGS_FILE" ]]; then
+   mapfile -t USER_FLAGS < <(sed 's/#.*//g' "$USER_FLAGS_FILE")
 fi

 export CHROME_VERSION_EXTRA="stable"

-exec /usr/lib/brave-bin/brave "$@" $USER_FLAGS
+exec /usr/lib/brave-bin/brave "$@" "${USER_FLAGS[@]}"

octopus4003 commented on 2022-05-13 16:17 (UTC) (edited on 2022-05-14 04:13 (UTC) by octopus4003)

Brave keeps freezing the whole system, it's random and I don't think its due to high cpu usage or RAM either. Sometimes I'm able to use terminal to end it or go to TTY, otherwise I need to do a full reboot because it's fully frozen.

Seems like it's happening due to having hardware-acceleration enabled. Disabling it fixed for me.

alosarjos commented on 2022-05-11 19:50 (UTC)

@itsKia2 No problem. I appreciate people notifying me about the package being outdated. But lately I've been getting multiple false reports.

You can try the Curl method, or check if they updated the CHANGELOG file. Or check the status on the release checklist: https://github.com/brave/brave-browser/issues/22786

itsKia2 commented on 2022-05-11 19:47 (UTC)

@alosarjos sincerely sorry for flagging the package. i was not aware that was the method used to check the latest version. will not be making the same mistake again.

alosarjos commented on 2022-05-11 14:52 (UTC)

Please, don't mark as outdated if the new version is not showing up in https://brave-browser-downloads.s3.brave.com/latest/release.version

Someone flagged the package saying Latest version es 1.38.113, but that version is discarded and the next release will probably be Release v1.38.115

alosarjos commented on 2022-04-24 17:26 (UTC)

@ijann That looks like you are searing on the same window where you should rename. I see a search text box with the fdg... and then the name file being field-...

You sure are using fine? Anyway, if this kind of bugs are for the Brave Github, not a packaging issue.

finoderi commented on 2022-04-20 13:37 (UTC) (edited on 2022-04-21 03:49 (UTC) by finoderi)

Is there any way to stop people from flagging this package for arbitrary reasons?

duhdugg commented on 2022-04-13 02:38 (UTC)

The flathub package is an unofficial package, not supported upstream.

alosarjos commented on 2022-04-12 19:31 (UTC)

Just a quick notice: Brave is now available as a Flatpak!

While not related directly to this I think this are fantastic news and specially should help on checking if an issue is only happening on this package or on brave upstream by giving a quick test on the flatpak version

https://flathub.org/apps/details/com.brave.Browser