GNOME Bugzilla – Bug 771293
app window grows with each start due to incorrectly using gtk API (wayland)
Last modified: 2021-05-26 09:25:27 UTC
Description of problem: Since gtk3-3.21.5-1.fc25.x86_64 vinagre window grows with each start (on wayland). You can see the same issue with virt-manager here: https://www.youtube.com/watch?v=NO6Wlaoq0x8 (the same issue applies to vinagre) This has been reported against gtk: https://bugzilla.gnome.org/show_bug.cgi?id=771112 and determined as an application bug: https://bugzilla.gnome.org/show_bug.cgi?id=771112#c7 Quoting how to fix this: ~~~ https://wiki.gnome.org/HowDoI/SaveWindowState Querying the window size and then setting it with GtkWindow API is perfectly fine. Querying the window size with GtkWidget API and then setting it with GtkWindow API, *or* querying the window size with GtkWindow API and then setting it with GtkWidget API, is *not* okay, and only worked up until now with server-side decorations only on X11. ~~~ Version-Release number of selected component (if applicable): vinagre-3.21.3-2.fc25.x86_64 gtk3-3.21.5-1.fc25.x86_64 How reproducible: always Steps to Reproduce: 1. start and close vinagre repeatedly, it will grow each time
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version of Vinagre, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a new enhancement request ticket at https://gitlab.gnome.org/GNOME/vinagre/-/issues/ Thank you for your understanding and your help.