Consolatis

Results 854 comments of Consolatis

Yes, correct from what I remember without looking through the sources.

That would only work for CSD applications, they could theoretically ignore the set_activated call (sent by labwc when changing keyboard focus) when they have a modal dialog open. Having a...

That should be easily doable via the layershell protocol by the application or [manually](https://labwc.github.io/labwc-config.5.html#margin) via the config with something like ```xml ```

> However, as a future refactoring, I suggest moving checking for `server->osd_state.cycle_view` into `desktop_focus_view()`, as it will simplify the code and catch cases like [#1640 (comment)](https://github.com/labwc/labwc/issues/1640#issuecomment-2026680577). It will require some...

> I was missing that `handle_request_minimize()` eventually calls `desktop_focus_view()` when a minimized window is un-minimized from waybar, so I guess the same check as done in `handle_request_activate()` should be applied...

Thanks for the report. Will try to investigate later. For now I suggest using an older commit or the last release.

Depending on how you compile labwc, sometimes meson seems to mix things up and doesn't re-compile some parts that it should re-compile. That can then cause various random symptoms like...

That sounds like there is indeed something wrong then, 2 people reporting the same issue usually means something slipped through.

This indeed sounds like some race condition with the preview. Not quite sure what exactly, I'll try to look into this in the coming days. Thanks for the reproducer.

Maybe this happens when accidentally minimizing a window from the preview (e.g. if `Alt` is still held down)?