After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 674663 - Fullscreen OSD is opaque
Fullscreen OSD is opaque
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: display
unspecified
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks: 686781
 
 
Reported: 2012-04-23 23:09 UTC by William Jon McCann
Modified: 2016-03-31 14:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make fullscreen toolbar transparent (1.34 KB, patch)
2013-01-23 10:25 UTC, Alexander Larsson
committed Details | Review
Use the standard osd look for the fullscreen toolbar (4.50 KB, patch)
2013-01-23 13:28 UTC, Alexander Larsson
committed Details | Review

Description William Jon McCann 2012-04-23 23:09:07 UTC
It is supposed to be translucent.
Comment 1 Jakub Steiner 2012-06-25 09:45:05 UTC
This, along with the transition from windowed to fullscreen being abrupt rather than animated makes it really hard to figure out what's happening on screen.
Comment 2 Alexander Larsson 2013-01-23 10:25:02 UTC
Created attachment 234174 [details] [review]
Make fullscreen toolbar transparent

This picks a background color and alpha like in the mockups:
https://github.com/gnome-design-team/gnome-mockups/blob/master/boxes/boxes-fullscreen.png
Comment 3 Christophe Fergeau 2013-01-23 10:29:55 UTC
Review of attachment 234174 [details] [review]:

Looks good.
Comment 4 Alexander Larsson 2013-01-23 11:09:57 UTC
Attachment 234174 [details] pushed as 71951c4 - Make fullscreen toolbar transparent
Comment 5 Alexander Larsson 2013-01-23 13:28:19 UTC
Created attachment 234187 [details] [review]
Use the standard osd look for the fullscreen toolbar

This is how the recent mockups look and uses the standard transparent
css instead of the custom boxes one.
Comment 6 Christophe Fergeau 2013-01-23 17:24:30 UTC
Review of attachment 234187 [details] [review]:

Looks good to me
Comment 7 Alexander Larsson 2013-01-24 09:14:24 UTC
Attachment 234187 [details] pushed as b9d7135 - Use the standard osd look for the fullscreen toolbar