GNOME Bugzilla – Bug 696254
Hide title bar when tiling and maximising, like Files and Web
Last modified: 2013-12-18 15:20:42 UTC
Since evince document viewer has been ported to GtkApp and got rid of the menubar, it would be great if it behaved just like Files and Web by hiding its title bar when tiling or maximising the window, so that more content is visible on the screen. Is it planned? Thanks in advance
*** Bug 697172 has been marked as a duplicate of this bug. ***
Created attachment 264195 [details] [review] Hide titlebar patch Patch to hide the titlebar when the window is maximized.
Review of attachment 264195 [details] [review]: Ok, pushed to git master. Thanks!
Thanks for the patch! However, since I reported this bug, hiding window decorations when maximising has been removed in favour of Client-Side Decorations (CSD), so I guess next step would require evince using CSD.
(In reply to comment #4) > Thanks for the patch! > However, since I reported this bug, hiding window decorations when maximising > has been removed in favour of Client-Side Decorations (CSD), so I guess next > step would require evince using CSD. The patch works with CSD too, so CSD is also hidden if maximized, so the patch is relevant in that context too :) System Monitor has CSD already, and hiding the titlebar when maximized works just like without CSD.
I don't know if I understand you correctly... What I meant before is that Evince should use CSD, so no title bar should be displayed at any time, and a close button should be displayed just like in Files/Web/System Monitor...
(In reply to comment #6) > I don't know if I understand you correctly... > What I meant before is that Evince should use CSD, so no title bar should be > displayed at any time, and a close button should be displayed just like in > Files/Web/System Monitor... That is another bug: http://bugzilla.gnome.org/show_bug.cgi?id=711078 IMHO, at this moment there many shortcomings to proceed with something like that.