master.mint22
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.