Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1589  / 1 Year ago, sun, february 12, 2023, 1:35:47

I installed the telegram-desktop from synaptic package manager. However, i am not able to see the launcher icon for it. Each time, i have to go to terminal and run telegram-desktop to make it work.


Attaching the screenshot. It would be nice if somebody can help.


enter image description here


More From » 20.04

 Answers
6

Looks like the desktop file is not executable.


Open a terminal, and run the command


chmod +x .local/share/applications/telegramdesktop.desktop

You might have to logout and login for it to show up in the menu.


If it does not work, replace the contents of the file .local/share/applications/telegramdesktop.desktop (using the command gedit .local/share/applications/telegramdesktop.desktop) with the following.


[Desktop Entry]
Version=1.0
Name=Telegram Desktop
Comment=Official desktop version of Telegram messaging app
TryExec=telegram-desktop
Exec=telegram-desktop -- %u
Icon=telegram
Terminal=false
StartupWMClass=TelegramDesktop
Type=Application
Categories=Chat;Network;InstantMessaging;Qt;
MimeType=x-scheme-handler/tg;
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;
X-GNOME-UsesNotifications=true

You might have to run chmod +x .local/share/applications/telegramdesktop.desktop
once again.


[#2869] Monday, February 13, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atetamme

Total Points: 11
Total Questions: 121
Total Answers: 109

Location: Puerto Rico
Member since Sun, Jun 27, 2021
3 Years ago
;