## APPLYING THE WORKAROUND
Coming back with this issue, I've done a simple script to apply the workaround at system level. Tested on Ubuntu 20.10 with Wayland.
The script simply add the environment `GDK_BACKEND` variable to `geany.desktop` when Geany is executed: ``` bash Exec=env GDK_BACKEND=x11 geany %F ```
---
Still waiting for a real fix on the "editor" component.
---
[geany-fix-dead-keys.zip](https://github.com/geany/geany/files/5980462/geany-fix-dead-keys.zip)