gtk-layer-shell icon indicating copy to clipboard operation
gtk-layer-shell copied to clipboard

Flutter: window's don't show up unless given an explicit size

Open wmww opened this issue 2 years ago • 2 comments

On Flutter, windows don't show up unless an explicit size is specified. Might be related to #143. Calling gtk_widget_set_size_request(GTK_WIDGET(window), 200, 200); (with any values > 0) fixes this.

Fixed by #166.

wmww avatar Jun 07 '23 16:06 wmww

I had the same problem. The problem can be resolved using this commit.

Is there a plan to merge this commit to the master?

ssqzr avatar Jan 15 '25 14:01 ssqzr

No current plans. If someone can make a PR that passes both the tests added here I'll review it (my commit fixes test-appears-if-size-initially-unspecified but breaks test-size-can-shrink).

wmww avatar Jan 16 '25 06:01 wmww