Telegram-desktop stopped working after update

Any idea why Telegram stopped working after this update?

Seems Telegram itself wasn’t updated. I don’t (yet) have it installed but I do believe it’s rather fussy about versions.

You might be better using a containerized version unless you are willing to switch branches.

mbn info telegram-desktop -q
Branch         : archlinux
Name           : telegram-desktop
Version        : 6.9.3-7
Repository     : extra
Build Date     : Wed 24 Jun 2026 10:51:54
Packager       : Sven-Hendrik Haase <svenstaro@archlinux.org>

Branch         : unstable
Name           : telegram-desktop
Version        : 6.9.3-7
Repository     : extra
Build Date     : Wed 24 Jun 2026 10:51:54
Packager       : Sven-Hendrik Haase <svenstaro@archlinux.org>

Branch         : testing
Name           : telegram-desktop
Version        : 6.9.3-2
Repository     : extra
Build Date     : Sat 13 Jun 2026 17:53:24
Packager       : Felix Yan <felixonmars@archlinux.org>

Branch         : stable
Name           : telegram-desktop
Version        : 6.9.3-2
Repository     : extra
Build Date     : Sat 13 Jun 2026 17:53:24
Packager       : Felix Yan <felixonmars@archlinux.org>

Telegram was crashing due to a corrupted Fontconfig cache, which caused Qt font rendering to segfault. Rebuilding the font cache fixed the issue.

rm -rf ~/.cache/fontconfig
sudo rm -rf /var/cache/fontconfig/*
fc-cache -rv
6 Likes

I don’t know. Could be a bug in the package.

As can be seen in comment above the package has been rebuilt several times and is a pkgrel 7 in testing and unstable.

I’m guessing it’s more of a problem on non-qt desktops. I’m on Plasma and I haven’t had any problems with telegram-desktop yet. :man_shrugging:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.