Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd actual label color value in addition to label index to window properties #2166
Comments
marmarek
added
enhancement
C: gui-virtualization
P: major
labels
Jul 11, 2016
marmarek
added this to the Release 3.2 milestone
Jul 11, 2016
marmarek
closed this
in
marmarek/old-qubes-gui-daemon@e529f92
Jul 18, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jul 19, 2016
Member
Automated announcement from builder-github
The package qubes-gui-dom0-3.2.3-1.fc23 has been pushed to the r3.2 testing repository for dom0.
To test this update, please install it with the following command:
sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.2-dom0-cur-test
label
Jul 19, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jul 28, 2016
Member
Automated announcement from builder-github
The package qubes-gui-dom0-3.2.3-1.fc23 has been pushed to the r3.2 stable repository for dom0.
To install this update, please use the standard update command:
sudo qubes-dom0-update
Or update dom0 via Qubes Manager.
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
marmarek commentedJul 11, 2016
Currently VM windows in dom0 have those properties set:
_QUBES_VMNAME- VM name_QUBES_LABEL- label color index in predefined colors table_QUBES_VMWINDOWID- ID of this window at the VM sideHaving only label color index means that each window manager must either hardcode a copy of color table or get it using some other means. It would be good to provide actual color value (RGB) in the same place - as
_QUBES_LABEL_COLORproperty.