Skip to content

Instantly share code, notes, and snippets.

@thalesmaoa
Created October 15, 2021 12:38
Show Gist options
  • Save thalesmaoa/1fc5abb47457407cf6f2014bb6802d79 to your computer and use it in GitHub Desktop.
Save thalesmaoa/1fc5abb47457407cf6f2014bb6802d79 to your computer and use it in GitHub Desktop.
Fix cedilha in flatpak apps
flatpak override --user --env=GTK_IM_MODULE=cedilla net.xmind.XMind8
flatpak override --user --env=GTK_IM_MODULE=cedilla com.microsoft.Teams
@shayani
Copy link

shayani commented Jul 24, 2023

Thanks!!

@jrbenito
Copy link

jrbenito commented Jan 3, 2024

flatpak override --user --env=GTK_IM_MODULE=com.slack.Slack

Thank you!!

@MrPowerGamerBR
Copy link

MrPowerGamerBR commented May 3, 2025

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.

@MrPowerGamerBR
Copy link

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