[Github-comments] [geany/geany] Dead keys lost on editor, but not in other places (#2575)
Pablo ROMERO QUINTEROS
notifications at xxxxx
Mon Feb 15 09:02:33 UTC 2021
## 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210215/0faa5127/attachment.htm>
More information about the Github-comments
mailing list