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 678773 - Clicking on thumbnail doesn't enter fullscreen mode
Clicking on thumbnail doesn't enter fullscreen mode
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
3.4.x (unsupported)
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-06-25 09:41 UTC by Jakub Steiner
Modified: 2016-03-31 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't force fullscreen when a newly created vm is started (880 bytes, patch)
2013-01-28 12:44 UTC, Alexander Larsson
committed Details | Review
app: Selecting item when maximized enters fullscreen (805 bytes, patch)
2013-02-03 14:02 UTC, Zeeshan Ali
committed Details | Review

Description Jakub Steiner 2012-06-25 09:41:11 UTC
When clicking on a box thumbnail in the grid view, the resulting state should be a fullscreen running box.

I've recoded a video that shows the very poor experience of opening up a Box. Boxes is supposed to be about a streamlined experience. We have quite a long way to go here.

http://www.youtube.com/watch?v=ZAb2_HodyDw

Apart from not ending up fullscreen, the video demonstrates appalling performance, bug 674669, and unpleasant blinking on virtual display resize.
Comment 1 Jakub Steiner 2012-06-26 09:23:21 UTC
When boxes isn't running maximized, the resulting state is not fullscreen, but still windowed.
Comment 2 Alexander Larsson 2012-06-29 07:27:19 UTC
The animation from maximized to fullscreen will need be all that easy to get smooth and nice-looking. We can try to make it work, but perhaps we should have a fallback animation like fade-out, then fade in maximized if we don't manage to do it well.
Comment 3 Jakub Steiner 2013-01-24 12:26:57 UTC
Things have improved since, good job.

One case where we're still getting it wrong is when running boxes windowed and setting up new box. Instead of going windowed, we go fullscreen (or maybe maximized, I don't get the new .osd styling in this case).
Comment 4 Alexander Larsson 2013-01-28 12:44:26 UTC
Created attachment 234609 [details] [review]
Don't force fullscreen when a newly created vm is started

I'm not sure why we currently do this, but jimmac says this is wrong.
Comment 5 Marc-Andre Lureau 2013-01-28 13:08:56 UTC
See
https://bugzilla.gnome.org/show_bug.cgi?id=670239
Comment 6 Alexander Larsson 2013-01-28 14:23:54 UTC
jimmac: Ok, so it seems to be made fullscreen due to your wishes?
Comment 7 Zeeshan Ali 2013-02-03 14:02:19 UTC
Created attachment 235105 [details] [review]
app: Selecting item when maximized enters fullscreen
Comment 8 Jakub Steiner 2013-02-03 14:26:09 UTC
Review of attachment 235105 [details] [review]:

This does exactly what I imagined. Land it! :)
Comment 9 Jakub Steiner 2013-02-03 14:28:03 UTC
Review of attachment 234609 [details] [review]:

Ack from jimmac & zeeshan
Comment 10 Zeeshan Ali 2013-02-03 14:32:34 UTC
Attachment 234609 [details] pushed as 2fb3f12 - Don't force fullscreen when a newly created vm is started
Attachment 235105 [details] pushed as adcc12e - app: Selecting item when maximized enters fullscreen