-
-
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
UI and UX: colorized app icons in taskbar instead of colorized locks #967
Comments
This is actually non trivial feature, because dom0 have no idea what application is running in which window. This would require some additional data passed from VM to the dom0, which means slightly more complicated protocol -> bigger attack surface. |
This is the top usability issue I am struggling with every day. |
Yep, really useful feature, I also think the top one in UX category. But releasing working 3.0 (with the current feature set) and Whonix 11 have higher priority... |
It is made as separate service to not introduce further complexity into gui-daemon code. Also using python is much easier - especially because we already have icons processing code in python. This feature consists of two parts: 1. icon-sender is started in the VM from /etc/xdg/autostart, and then connects to dom0 service qubes.WindowIconUpdater (this commit) 2. icon-receiver - implementation of qubes.WindowIconUpdater service for dom0 QubesOS/qubes-issues#967
It is made as separate service to not introduce further complexity into gui-daemon code. Also using python is much easier - especially because we already have icons processing code in python. This feature consists of two parts: 1. icon-sender is started in the VM from /etc/xdg/autostart, and then connects to dom0 service qubes.WindowIconUpdater 2. icon-receiver - implementation of qubes.WindowIconUpdater service for dom0 (this commit) QubesOS/qubes-issues#967
Some preliminary implementation done. Commits linked above (branch |
* icon-updater: icon-updater: improve code style, comments, no functional change Add R: python-xpyb Implement window icon updater (#967) QubesOS/qubes-issues#967
* icon-updater: Add python-xpyb dependency for icon-updater Implement window icon updater (#967) QubesOS/qubes-issues#967
What is the status of this? I am on R3.1 testing and still have colored locks rather then colorized app icons. |
Always? See #1495 |
"Almost always." I just now noticed, that I have 1 colored app icon at
this moment. Konsole. I haven't noticed that before, so there might have
been one or another colored icon without me noticing. All others (7 from
5 VMs) are colored locks.
|
This used to work for me on Q4R3, but it seems like this regresses as I switch my vms to fedora-26 template. |
I'd like if the colorized "app" icons were visible in the taskbar as they are in krunner. Right now, every domU program in the taskbar panel has a colorized lock. This not only looks bad (UI), but changing it would also help users more quickly identify/ remember what is running by not necessarily having to read the text next to it (UX).
The text was updated successfully, but these errors were encountered: