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 763381 - gnome-clock window increases in size every time I close/reopen it under gtk+ 3.19.11git
gnome-clock window increases in size every time I close/reopen it under gtk+ ...
Status: RESOLVED FIXED
Product: gnome-clocks
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Clocks maintainer(s)
Clocks maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-03-09 16:26 UTC by Hussam Al-Tayeb
Modified: 2016-03-16 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix window size saving (1.09 KB, patch)
2016-03-16 02:31 UTC, Matthias Clasen
committed Details | Review

Description Hussam Al-Tayeb 2016-03-09 16:26:49 UTC
Gnome-clock window increases in size every time I close/reopen it under gtk+ 3.19.11git.
Mostly the vertical size increases.
Comment 1 Hussam Al-Tayeb 2016-03-13 19:14:17 UTC
Anything? Gnome 3.20 is pretty close.
Gedit and file-roller had similar bugs fixed recently.
Comment 2 Paolo Borelli 2016-03-15 17:37:23 UTC
The code should be updated to follow https://wiki.gnome.org/HowDoI/SaveWindowState

If someone can provide a patch it would be great, I do not have time to work on this in the forseable future
Comment 3 Matthias Clasen 2016-03-16 02:31:18 UTC
Created attachment 324070 [details] [review]
Fix window size saving

GTK+ 3.20 changed behavior here to accommodate CSD differences.
Update the code to follow the recommendations in
https://wiki.gnome.org/HowDoI/SaveWindowState
Comment 4 Paolo Borelli 2016-03-16 07:19:54 UTC
Review of attachment 324070 [details] [review]:

Thanks Matthias. If you tested and it works, please push.
Comment 5 Matthias Clasen 2016-03-16 17:07:31 UTC
Attachment 324070 [details] pushed as 866b5f6 - Fix window size saving