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 725634 - Can not handle window manager's unfull/full screen operation
Can not handle window manager's unfull/full screen operation
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
ready
Depends on:
Blocks:
 
 
Reported: 2014-03-04 04:43 UTC by Chunyang Xu
Modified: 2015-10-06 14:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chunyang Xu 2014-03-04 04:43:24 UTC
1) fullscreen window via window manager (shortcut key)
2) type <F11> *twice* to unfullscreen

Since gnome-photos is base on gnome-documents, gnome-photos have the same issue[1]

[1] https://bugzilla.gnome.org/show_bug.cgi?id=725508
Comment 1 Debarshi Ray 2014-03-30 11:05:16 UTC
Bug 725372 could be related.
Comment 2 Cosimo Cecchi 2014-12-24 07:58:56 UTC
Pushed a fix for this to git master.
Comment 3 Debarshi Ray 2015-10-06 14:41:11 UTC
It is this one:

commit 2394fa73a3eac3557d0a1ac88c9b9b2407d79f3b
Author: Cosimo Cecchi <cosimo@endlesm.com>
Date:   Wed Dec 24 15:57:40 2014 +0800

    windowMode: cope better with WM fullscreen events
    
    The window manager can fullscreen us at any time. Make that situation
    consistent with being fullscreened by our own action.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725634