zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.48k stars 3.12k forks source link

cx.hide() doesn't work on Linux #20100

Open jafioti opened 3 weeks ago

jafioti commented 3 weeks ago

Check for existing issues

Describe the bug / provide steps to reproduce it

When I run the window example in gpui, the "Hide Window" button does not work, which uses cx.hide(). I have also reproduced the behavior in a standalone gpui app. cx.minimize_window() does work as expected.

Environment

Ubuntu 22.04, Gnome X11 desktop

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

No response

jafioti commented 2 weeks ago

Is this a known problem?