-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Create new qube: Template has network by default #9174
Create new qube: Template has network by default #9174
Comments
OK. The question is if this has to be fixed at admin.vm.Create core API level or at GUI end level. Sub-tasks:
|
Yes, the GUI needs to show accurate info before creating the qube. |
Select (None) for `Template` and `Networking` if user selects `TemplateVM` for `Type` in Create new qube dialog. related: QubesOS/qubes-issues#9174
PR for sub-task 1 is submitted. Review priority: low It changes the ComboBoxes for Template & Networking to (none) if you select TemplateVM in the 1st combo box. It also locks the Template ComboBox to (none) if TemplateVM is selected. They are reverted to their default value if user selects another type. Here is the video: qubes-vm-create.mp4 |
I don't think locking is appropriate, it's a valid choice to make network-connected template if one really wants that (for example it's kinda-necessary for Windows to be able to install updates there). Anyway, for the old create qube dialog, I would prefer to simply remove it (and make qubes manager use the new one). Focus on the new one. |
Locking is done only for the middle ComboBox (the
Sure. Will be done soon. |
Ah, okay, makes sense. |
Development notes: |
PR for sub-task 2 (main task) is submitted Review priority: low Video: qubes-new-qube.mp4 |
How to file a helpful issue
The problem you're addressing (if any)
When we create a new template qube (e.g. via clone), this is what the settings look like when one clicks on the template tab (notice the network part)
The solution you'd like
When clicking the template tab
No network connection
should be the default option. This probably is not the case due to the network connection being "saved" from the previous (default) tab which are app qubes.The value to a user, and who that user might be
Foot-shooting prevention.
Completion criteria checklist
(This section is for developer use only. Please do not modify it.)
The text was updated successfully, but these errors were encountered: