-
-
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
gray app icons missing, replaced with green #3471
Comments
What was previous label of that VM? green? |
the VM was restored from a backup as gray (and brand new VMs created from GUI or command line with gray labels also have the issue). |
Honestly I would suggest to remove gray as a choice altogether as it can easily be seen as black depending on the screen brightness and most users tend to use black for their most valuable VMs. For awesome I even recall that gray was used as a color to represent the focus state of the window to the user: Usually colors are made more dark for unfocused windows whereas for black it is made more light (= gray) which leads us to another reason why having gray might not be the best idea. |
Users can simply choose to avoid any color, and gray is not set for any default appVMs, so I would say, please leave it in. |
I've found it! The problem is that the gray we use as default is not actually gray; it's a very very de-saturated shade of green. Unfortunately, changing it to actual gray means that we get exactly the same icons as in black. If we keep tinting as we do (changing hue/saturation, but not value, to avoid ruining the icons completely) - and I think we should - I see two solutions:
|
This seems like the preferable solution. The main question is whether changing one of the colors of users' icons on them is a security risk. Probably not, especially since those same icons are randomly going missing. In that case, it can be applied just like any other update, and we can make a normal announcement to inform users of the change. If, on the other hand, we think that this change could be harmful to some users (doesn't seem like it, but I could be missing something), then we should probably not push it onto stable releases. It would be a bug fix that goes into 3.2.1 and 4.0.1, and the explanation would be the release notes (and elsewhere too, probably). What do you think, @marmarek? |
3.2.1 or 4.0.1 is nothing different than 3.2/4.0 with updates installed. Since gray was broken and in some cases looked like a different color (green), I don't think changing it is a bad idea. But IMO it should be clearly communicated to avoid confusion about new color when someone have used gray label anyway. We are not changing it to any existing label, so risk of confusing it with any other label (which would be a security problem) is small. |
New-ish user here, 4.0 has me committed to your platform , great stuff!! Would writing a new qvm-tool allowing users to create their own label colors [set; hex/hue/etc] avoid this sort of issue in the future? No idea how much work that would be, or if most end users would benefit from feature like that. |
Just wanted to mention that I'd support dropping gray as option under these circumstances. |
So, after years of inactivity and some improvements on things like displaying window borders, grey being grey is now acceptably distinguishable in use in everything except the icons. To not break existing installations, I've made a fix that I above considerd bad idea (well...). |
Edit: Never mind. I found the comment above: #3471 (comment). |
No - but the colored app icons look pretty much the same, while the qube
icon and window frames are different.
…On Sat, Aug 15, 2020, 08:50 Andrew David Wong ***@***.***> wrote:
Perhaps we could also add warning in graphical tools that grey and black
labels are hard to tell apart.
They are currently easy to tell apart on my system. Does this new fix make
them harder to tell apart?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#3471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXIEOVXIL4RXYRPFOL56PLSAYV43ANCNFSM4EMCRRYA>
.
|
Automated announcement from builder-github The package
|
fixes QubesOS/qubes-issues#3471 (cherry picked from commit b506586)
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
Qubes OS version:
R4.0_rc3
Affected TemplateVMs:
dom0
Steps to reproduce the behavior:
set VM label color to gray in VM Settings GUI or by
[dom0 ~]$ qvm-prefs vm-name label gray
Expected behavior:
App icons in ALT-F1 list, menu bar, and in Application Finder (ALT-F3) as well as in Application Switcher (ALT-TAB) should be colored gray.
Actual behavior:
Lock icons and window borders are colored gray, but app icons in ALT-F1 list, menu bar, and in Application Finder (ALT-F3) as well as in Application Switcher (ALT-TAB) are colored green.
General notes:
Related issues:
perhaps #3102
The text was updated successfully, but these errors were encountered: