elementary / wingpanel

Stylish top panel that holds indicators and spawns an application launcher
https://elementary.io
GNU General Public License v3.0
137 stars 44 forks source link

Don't expand window for popovers on Wayland #541

Open danirabbit opened 4 weeks ago

danirabbit commented 4 weeks ago

Expanding the window is a workaround for X11 not being able to draw popovers outside of the window. This let's popovers go outside of the window and makes sure they're positioned to the bottom

leolost2605 commented 2 weeks ago

Makes sense and would be nice so that we can clean up even some of the protocol stuff but it seems that now only the middle indicator (date and time) automatically closes when I click outside :shrug:

leolost2605 commented 2 days ago

Did some more testing and AFAICT this will probably only work on GTK4 since GTK3 doesn't do proper xdg grabs on wayland?