Unity Dash e Telegram

0

Eu instalei o Telegram seguindo estas instruções:

Run the following lines:

sudo add-apt-repository ppa:atareao/telegram
sudo apt-get update
sudo apt-get install telegram
To run, simply open Dash and type Telegram. You will see an option called "Telegram Desktop". If you encounter any issue like Telegram not opening the Desktop version, but instead the Web version, run the following:

/opt/telegram/Telegram
This should make the Telegram Desktop version appear on the Ubuntu Dash.

Como encontrei aqui .

Mas o Telegram ainda não aparece no Ubuntu Dash. Alguma idéia?

    
por Cirelli94 12.10.2015 / 23:55

2 respostas

1

Eu também instalei o Telegram, mas usando o arquivo tar do site da Telegram.

Eu tive que procurar o aplicativo Telegram assim que o movi para a pasta / opt e depois o arrastei e soltei no launcher da barra lateral do Unity

    
por Ruben Kotze 07.12.2015 / 20:26
1

Eu tenho esse problema, você deve criar o arquivo "telegram.desktop" em:

/usr/share/applications/

Em seguida, cole o seguinte conteúdo:

[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Name=Telegram
Exec=/opt/telegram/Telegram
Comment=Network taking back our right to privacy.
Icon=/opt/telegram/telegram.svg
Categories=GNOME;GTK;Network;

Após salvar o arquivo, o Telegram aparecerá!

    
por MmParvin 15.05.2016 / 07:25