Switch to Brave Origin Stable version from Brave Origin Beta - #6021
Switch to Brave Origin Stable version from Brave Origin Beta#6021virtualabishek wants to merge 7 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR completes a rename/migration from “Brave Origin Beta” to “Brave Origin” across install/remove/default/theme scripts and adds a cleanup migration for the old flags file.
Changes:
- Renames Brave Origin Beta references (desktop ID, package name, flags filename, refresh command) to Brave Origin.
- Adds a migration to remove the old
brave-origin-beta-flags.conffile. - Updates Chromium flags migration to target
brave-origininstead ofbrave-origin-beta.
Reviewed changes
Copilot reviewed 3 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| migrations/1779745014.sh | New migration to remove the old Brave Origin Beta flags file. |
| migrations/1778270869.sh | Updates VAAPI-flags cleanup loop target from brave-origin-beta to brave-origin. |
| migrations/1777618046.sh | Updates symlink migration to the new Brave Origin flags filename/message. |
| bin/omarchy-theme-set-browser | Refreshes brave-origin instead of brave-origin-beta. |
| bin/omarchy-remove-browser | Removes Brave Origin using new desktop ID/package/flags filename. |
| bin/omarchy-menu | Updates menu option to look for brave-origin.desktop (but introduces a shebang corruption). |
| bin/omarchy-install-browser | Installs brave-origin-bin and writes the new flags filename. |
| bin/omarchy-default-browser | Maps brave-origin.desktop to brave-origin consistently. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,4 @@ | |||
| #!/bin/bash | |||
| omarchy-men#!/bin/bash | |||
There was a problem hiding this comment.
Thanks, It was just mistake. Corrected in the commit. @dhh
|
rebase onto quattro? |
|
Thanks! This was brought over to the quattro branch (adapted for its divergence from dev) in f4757c5c with credit to you as the commit author. Since the stable wrapper parses flags files correctly now, Brave Origin also picks up the standard chromium flags, and the migration swaps the package itself for existing beta installs. Appreciate the verified legwork on the AUR package rename! |
Brave now publishes brave-origin-bin on AUR, so use it instead of brave-origin-beta-bin. The stable wrapper also parses flags files correctly, so Brave Origin can use the normal chromium flags like the other Chromium-based browsers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Brave now publishes brave-origin-bin on AUR, so use it instead of brave-origin-beta-bin. The stable wrapper also parses flags files correctly, so Brave Origin can use the normal chromium flags like the other Chromium-based browsers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Thank you! This is my first contribution to Omarchy, and I’m quite excited to contribute more in the future. Thank you @dhh and other contributors. |
Brave now publishes brave-origin-bin on AUR, so use it instead of brave-origin-beta-bin. The stable wrapper also parses flags files correctly, so Brave Origin can use the normal chromium flags like the other Chromium-based browsers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Overview
Upgrade Brave Origin browser support from the beta package (
brave-origin-beta-bin) to the stable package (brave-origin-bin) now available on AUR.Changes
brave-origin-beta-bintobrave-origin-binbrave-origin-beta.desktoptobrave-origin.desktopbrave-origin-beta-flags.conftobrave-origin-flags.confRelated Links