Tried installing and uninstalling the telegram app , won’t load the QR code , just spins.
Tried Kotakogram and it does the same thing.
Thanks for the help
You may have better luck reporting this to Telegram itself, as they support linux. https://bugs.telegram.org/
Or maybe there is some way of logging in without a QR, just text code or something?
1 Like
You can also try this:
How did you install Telegram.
I would recommend either direct from Telegram using
wget -O telegram.tar.xz https://telegram.org/dl/desktop/linux
tar xf telegram.tar.xz
sudo mv Telegram /opt/telegram
sudo ln -sf /opt/telegram/Telegram /usr/bin/telegram
Or from the RPM-Fusion repos
sudo dnf install telegram-desktop
I use the first way and it works great.