-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
stop using abbreviations for default vm names #1776
Comments
Why we have to use those prefixes at all??
Thos are shorter. And sys-/system is not add anything meaningful to them. |
Those VMs are generally something that user shouldn't (need to) Best Regards, |
I like those ideas and dropping the prefixes. +1 |
On Thu, Feb 25, 2016 at 01:58:05AM -0800, Marek Marczykowski-Górecki wrote:
Tags aren't meant to do anything by ourselves, like separating something regards, .-. |
Personally, I like the |
okay but "system" VMs should instead be sorted or kept in a "system vm" section of QVM based on their attribute of being "system vms", not by prefix. |
Adding 'system-' to network or firewall relies on context to signify 'remote' or 'local'. Then again doing away with the prefixes and adding 'remote' or 'local' where it applies is probably the better option. |
Yes, to both @mfc and @andrewdavidwong's comments, above. There is definitely a problem of too-long prefixes in Qubes today, introducing a cognitive burden to users when seeking to parse item names in Qubes Manager and App Menu. And yet, neither utility groups qubes by "Type" or "Role," so the only way to do that grouping is by alphabetization... which the prefixes function to achieve, as a hack to the prior problem. #6665 will solve for the App Menu need, which leaves open the need to introduce "Sort By Role" (vs by Type, which is a separate lengthy discussion) as a functionality in Qubes Manager. Which may then call into question if the API/backend already have these identifiers built-in. Once those are built-in and this capability is built-in to Qubes Manager, I feel we can close this ticket—as it seems the broader solution, is "Stop using prefixes as a sorting mechanism for qubes, the Qube Manager and App Menu" (and possibly in relevant dropdowns). |
we need to stop using non-intuitive abbreviations, which are:
anything "sys-" should instead be "system-"
sys-net
->system-network
sys-firewall
->system-firewall
sys-usb
->system-usb
The text was updated successfully, but these errors were encountered: