flatpak override --user --env=GTK_IM_MODULE=cedilla net.xmind.XMind8
flatpak override --user --env=GTK_IM_MODULE=cedilla com.microsoft.Teams
Created
October 15, 2021 12:38
-
-
Save thalesmaoa/1fc5abb47457407cf6f2014bb6802d79 to your computer and use it in GitHub Desktop.
Fix cedilha in flatpak apps
flatpak override --user --env=GTK_IM_MODULE=com.slack.Slack
Thank you!!
Sadly this does not seem to work with Discord's Flatpak or with any other Flatpak package that uses Wayland. The ç
does work when running the Flatpak with X11 but it does not work when using Wayland.
If you end up having issues with ç
in Electron apps under Wayland (even if they aren't Flatpak apps), check out this solution: https://www.reddit.com/r/linuxbrasil/comments/1ke47ai/cedilha_%C3%A7_n%C3%A3o_funciona_em_apps_electron_rodando/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!!