flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
11.06k stars 428 forks source link

"MenuBar" GUI error in Linux (Gnome 46) #3380

Closed nastiliano closed 1 month ago

nastiliano commented 4 months ago

Description I built an application (simple) for Windows and all is good, then I tried exactly the same in Linux and the control/widget "MenuBar" do an strange effect in the following case:

Flet version (pip show flet): v.0.22.1

Operating system: Linux Ubuntu 24.04 , Gnome 46, Wayland , Kernel 6.8.0-31-generic)

Additional environment details: x64

Captura de pantalla de 2024-05-28 20-51-14 Captura de pantalla de 2024-05-28 20-51-30

ndonkoHenri commented 4 months ago

Can you please share a video recording of the issue?

nastiliano commented 3 months ago

Here is. Is when the mouse is over the top of the "MenuBar"

Thanks Enregistrament de pantalla del 2024-06-08 13-43-54.webm

nastiliano commented 3 months ago

Hello,

I tried just to code and "compile" with v.0.23.1 and the error remains.

Thank you.

nastiliano commented 3 months ago

Hello,

Today I tried the same with v.0.23.2.

Same error but it has enhanced. Doesn't appear fullscreen (just a zoomed effect in the same MenuBar).

Thank you. Captura de pantalla de 2024-06-27 20-46-33

nastiliano commented 1 month ago

Hello,

Not only in "GNOME 46". The same error in "Cinnamon 6.2" (Linux Mint 22)

Thanks. Best regards.

ndonkoHenri commented 1 month ago

The error is a flutter issue. I will take some time to search their repo for any reported issue.

nastiliano commented 1 month ago

The error is a flutter issue. I will take some time to search their repo for any reported issue.

Thanks!!! Best regards!

nastiliano commented 1 month ago

SOLVED IN v.0.24 !!