-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Opening an ubuntu terminal uses fedora instead #383
Comments
I would like to investigate this further. The curent fix was setting the default container to ubuntu. I now currently experience this behavior the other way around. So my Ok. We use |
nice |
Well upstream only liked part of the PR, but unfortunately not the part that would fix our problem. So the merged PR above will not help us in this situation. |
Maybe a wrapper script or something that would let us template it out? |
I will try and see if I can work something out. |
When we switched to
distrobox assemble
it means the box isn't built until you assemble it first. Since ctrl-alt-u runs blackbox withdistrobox enter ubuntu
it gets confused and tried to make a fedora box named ubuntu.Running
just assemble
before hand creates it and does the right thing. Maybe we should add this setup to yafti or something? open to ideas.The text was updated successfully, but these errors were encountered: