LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   Telegram often not work after get the latest (https://www.linuxquestions.org/questions/arch-29/telegram-often-not-work-after-get-the-latest-4175724405/)

BudiKusasi 04-24-2023 07:34 AM

Telegram often not work after get the latest
 
Telegram now back not work on latest v 4.8 ~

Code:

$ sudo pacman --noconfirm --needed -S telegram-desktop
warning: telegram-desktop-4.8.0-1 is up to date -- skipping

$ telegram-desktop
telegram-desktop: /usr/lib/libQt6Quick.so.6: no version information available (required by telegram-desktop)
telegram-desktop: /usr/lib/libQt6QuickWidgets.so.6: no version information available (required by telegram-desktop)
telegram-desktop: /usr/lib/libQt6Qml.so.6: no version information available (required by telegram-desktop)
telegram-desktop: /usr/lib/libQt6Core.so.6: version `Qt_6.5' not found (required by telegram-desktop)
telegram-desktop: /usr/lib/libQt6Core.so.6: version `Qt_6.5' not found (required by /usr/lib/libQt6Core5Compat.so.6)
telegram-desktop: /usr/lib/libQt6Core.so.6: version `Qt_6.5' not found (required by /usr/lib/libQt6Svg.so.6)
telegram-desktop: /usr/lib/libQt6Qml.so.6: no version information available (required by /usr/lib/libQt6WaylandCompositor.so.6)
telegram-desktop: /usr/lib/libQt6Core.so.6: version `Qt_6.5' not found (required by /usr/lib/libQt6WaylandCompositor.so.6)
telegram-desktop: /usr/lib/libQt6Quick.so.6: no version information available (required by /usr/lib/libQt6WaylandCompositor.so.6)
telegram-desktop: /usr/lib/libQt6Quick.so.6: no version information available (required by /usr/lib/libQt6WaylandCompositor.so.6)

Any idea the Qt6 package must be updated in order to download sparsely and efficient, only the needed to solve this?

teckk 04-24-2023 04:48 PM

Can I give you this link:
https://translate.google.com/

Or, an easy basic bash translator:

trans.sh
Code:

#!/usr/bin/bash

agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:110.0) Gecko/20100101 Firefox/110.0"

echo -e "\nGoogle Translator\n"
echo -e "For language abbreviations look at: "
echo -e "https://developers.google.com/admin-sdk/directory/v1/languages\n"

read -p "Enter input language: " inLang
read -p "Enter output language: " outLang

read -p "Enter phrase to translate from "$inLang" to "$outLang" :" phrase

phrase=${phrase// /+}

url="http://translate.googleapis.com/translate_a/single?client=gtx&sl=${inLang}&tl=${outLang}&dt=t&q=${phrase}"

echo -e "\nThis is the google api url: "$url"\n"

curl -A "$agent" "$url"

Example usage:
Code:

bash ./trans.sh

Google Translator

For language abbreviations look at:
https://developers.google.com/admin-sdk/directory/v1/languages

Enter input language: de
Enter output language: en
Enter phrase to translate from de to en :Telegramm funktioniert nicht, nachdem Sie das neueste Update erhalten haben

This is the google api url: http://translate.googleapis.com/translate_a/single?client=gtx&sl=de&tl=en&dt=t&q=Telegramm+funktioniert+nicht,+nachdem+Sie+das+neueste+Update+erhalten+haben

[[["Telegram not working after getting the latest update","Telegramm funktioniert nicht, nachdem Sie das neueste Update erhalten haben",null,null,3,null,null,[[]],[[["1fdac2347d4ad2bfc63cca9b4fbecbbb","de_en_2022q1.md"]]]]],null,"de",null,null,null,null,[]][



All times are GMT -5. The time now is 12:08 AM.