LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 04-24-2023, 07:34 AM   #1
BudiKusasi
Member
 
Registered: Apr 2017
Distribution: Artix
Posts: 345

Rep: Reputation: 15
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?
 
Old 04-24-2023, 04:48 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,141
Blog Entries: 6

Rep: Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828
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,[]][

Last edited by teckk; 04-24-2023 at 04:50 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Telegram Messenger On Linux Telegram Linux LXer Syndicated Linux News 1 01-28-2024 02:48 AM
Telegram Desktop = Telegram FOSS? (Pinephone Pro/ custom ROM relevant.) Eucalyp333 Linux - Software 9 02-04-2022 08:09 PM
Can't get android phone to list "telegram" as an SMS app... binkyd Linux - Mobile 3 09-20-2020 03:23 PM
[SOLVED] QuiteRSS and Telegram not showing in system tray in Debian 9 MATE backport. linustalman Linux - Software 8 08-17-2018 07:57 AM
Installing from apt-get fails often, apt-get update gives error, etc What should ido? mitchell7man Ubuntu 3 02-27-2012 02:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration