Skip to content

Instantly share code, notes, and snippets.

@marcelosantos
Last active August 21, 2018 13:55
Show Gist options
  • Save marcelosantos/9a178d275f915ffff83f9f98ea4babb6 to your computer and use it in GitHub Desktop.
Save marcelosantos/9a178d275f915ffff83f9f98ea4babb6 to your computer and use it in GitHub Desktop.
When you are with graphic accents problems on Telegram running over Ubuntu like!

When you are with graphic accents problems on Telegram running over Ubuntu distro you can try fix it like this:

Editing the file telegramdesktop.desktop located at

/home/(your_username)/.local/share/applications/

and changing the following line in it:

Exec=/home/(your_username)/Downloads/Telegram/Telegram -- %u

to

Exec=env QT_IM_MODULE=xim /home/(your_username)/Downloads/Telegram/Telegram -- %u

https://bugs.launchpad.net/elementaryos/+bug/1630241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment