-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to change overrides during a rebase #3944
Comments
Yeah, I think I hit this once myself. Ultimately, I think the solution though will be #2326 instead of having more and more ad-hoc CLI flags. Does that appeal to you too? |
So you'd have a configuration file for your system where you would, at the same time, bump "base" to f37 and add "firefox-langpacks" to the "override-remove" list, then run "rpm-ostree rebuild"? That sounds good, although I'd still keep rpm-ostree install and some other subcommands because it's faster to use. They could update the configuration and rebuild the system in one step, rolling back if it wasn't successful. |
My workaround, I run a reset for Firefox with:
To be honest, I would like Silverblue to have some minimal installation about applications, as I would like to have all my possible apps were flatpak. |
Host system details
I have
firefox
removed as I'm using the Flatpak version:Expected vs actual behavior
Rebasing to F37 fails due to the new
firefox-langpacks
:I can't install
firefox
in the same transaction because it's an override:I also can't remove
firefox-langpacks
before it exists:I have to do the following in three steps:
Expected:
A way to adjust overrides in the same transaction:
The text was updated successfully, but these errors were encountered: