You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't set CHROME_WRAPPER so PWAs installed through brave don't use the correct wrapper. Instead, they use the upstream wrapper (installed in /opt/brave-bin/brave-browser).
It doesn't disable the gnome crash dialog as the upstream wrapper does.
It doesn't sanitize stdin/stdout/stderr as the upstream wrapper does (which is apparently a security issue? see http://crbug.com/376567).
Uh oh!
There was an error while loading. Please reload this page.
The AUR package (https://aur.archlinux.org/packages/brave-bin) uses a custom wrapper (https://aur.archlinux.org/cgit/aur.git/tree/brave-bin.sh?h=brave-bin) that's out-of-date with the upstream wrapper. E.g., it:
CHROME_WRAPPER
so PWAs installed through brave don't use the correct wrapper. Instead, they use the upstream wrapper (installed in/opt/brave-bin/brave-browser
).On the other hand, the built-in wrapper (https://github.com/brave/chromium/blob/master/chrome/installer/linux/common/wrapper):
~/.config/brave-flags.conf
(whereas the wrapper script in the AUR package does)./opt/brave-browser/lib
to theLD_LIBRARY_PATH
which doesn't even exist.I'm not sure how you want to reconcile this but I'd recommend:
The text was updated successfully, but these errors were encountered: