## 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) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2575#issuecomment-779070995
