flutter-embedded-linux icon indicating copy to clipboard operation
flutter-embedded-linux copied to clipboard

[wayland] window decoration sometime doesn't appear in Weston 8

Open HidenoriMatsubayashi opened this issue 3 years ago • 2 comments

The window decoration sometimes doesn't appear in Weston 8 even if we use the -d option to show the decorations, but there are no problems with other Wayland compositors. I'm not sure the cause, but https://github.com/sony/flutter-embedded-linux/pull/221 change is affecting it.

Related issues

  • https://github.com/sony/flutter-embedded-linux/issues/6

HidenoriMatsubayashi avatar Sep 22 '21 02:09 HidenoriMatsubayashi

Weird, with Weston 9 sometimes the decorations aren't displayed until it detects a mouse movement (haven't tried on touch enabled device with Weston for now). Once the movement is detected, the decoration buttons show up. There is slight variance between the decoration strip showing and not but in both cases they appear once there is mouse movement.

Is this the same observation? https://user-images.githubusercontent.com/3979134/149368076-0cf6f193-0944-46ee-99e3-a8da9a17d2d8.mp4

psstoyanov avatar Jan 13 '22 16:01 psstoyanov

Thank you for your comment. Yes, it is.

HidenoriMatsubayashi avatar Jan 14 '22 03:01 HidenoriMatsubayashi

Closing as it seems to work fine on top of master branch.

HidenoriMatsubayashi avatar Aug 02 '23 11:08 HidenoriMatsubayashi