GNOME: Workaround for GNOME's text input system going into an infinite loop if cursor position is updated in response to a done event

Fixes #5105
This commit is contained in:
Kovid Goyal
2022-05-23 10:36:58 +05:30
parent ea8bed2a71
commit e7da874b82
5 changed files with 16 additions and 4 deletions

View File

@@ -72,6 +72,10 @@ Detailed list of changes
- Linux: Load libfontconfig at runtime to allow the binaries to work for
running kittens on servers without FontConfig
- GNOME: Fix for high CPU usage caused by GNOME's text input subsystem going
into an infinite loop when IME cursor position is updated after a done event
(:iss:`5105`)
0.25.0 [2022-04-11]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~