Skip to content

master.mint22

Choose a tag to compare

@github-actions github-actions released this 27 Aug 22:55
0b7a6b9
clutter-input-method.c: Ensure a stage for events.

On X11 the keyboard device has no stage until a real key event has
been delivered to the stage window. Our on-screen keyboard does not
send regular events, so keypresses there would be silently dropped.
until a real key event was sent.

Fixes linuxmint/cinnamon#13957.