Consolatis
Consolatis
I am not sure if we need to give keyboard focus to unmanaged windows to support the arrow keys for moving within menus. Maybe the GTK and Qt frameworks also...
> Do you mean it’s weird/odd program behaviour or do you refer to the bug report itself? Just referring to the labwc behavior here. Labwc somehow managing to get the...
The workspace related issue (mouse events landing on another xwayland window on another workspace) is likely fixed by - #1251 I'll leave this open for the unmanaged surface related focus...
The "Unknown node detected" error itself is harmless, we need to reduce its loglevel. This happens for example when you `A-Tab` and then move the mouse over the dialog. swaylock...
So basically we need node descriptors for lock surfaces it seems.
Depending on how it is packaged on Fedora, you might find the example config in `/usr/share/doc/labwc/`. Otherwise you can copy the config files from https://github.com/labwc/labwc/tree/0.6.2/docs (may need to adjust the...
I guess we could try to create the folder itself when it isn't there but we can't really rely on some default config files in some specific directory that we...
The frame pacing of wayland might simply be higher than on X11 and thus has a completely different usage profile of your GPU. It might also use optimized GPU buffer...
Rebased on master and disabled the fps counter, can be re-enabled by uncommenting `#define FPS_TIMEOUT (2 * 1000)` in `src/output-state.c`.
> The error messages come from wlr_xdg_surface_schedule_configure, and it's only called in the > one place, but I only see the "scheduling configure" message occasionally, So I'm not sure what...