mate-desktop / marco

MATE default window manager
https://mate-desktop.org
GNU General Public License v2.0
196 stars 87 forks source link

Allow applications to raise windows when raise_on_click is off. #763

Closed 0n-s closed 11 months ago

0n-s commented 12 months ago

This is Metacity commit 50358a95 ("Allow applications to raise windows when raise_on_click is off. Closes #445447.") applied to Marco without modification.

It also includes a change to the GSettings key's description to remove the now obsolete warning on the raise-on-click key, & replaces it with an actually useful description. This is copied from the equivalent key in gsettings-desktop-schemas.

Fixes: https://github.com/mate-desktop/marco/issues/762

lukefromdc commented 12 months ago

I can test this for build, for not crashing, and not changing my normal work flow but I never, ever experiment with focus folllows mouse as I cannot work that way and over the years have seen reports of bugs getting back out of it.

raveit65 commented 11 months ago

Here is a current reproducer https://github.com/mate-desktop/marco/issues/762#issuecomment-1756414016 And PR fixes the problem.