@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
exec "/opt/brave.com/brave-nightly/brave-browser" "$@" $USER_FLAGS $BRAVE_FLAGS $FLAG
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 flawlessly
--incognito
--start-maximized
Pinned Comments
brave-prerelease commented on 2025-02-06 13:55 (UTC)