Unity DashとTelegram

Unity DashとTelegram

次の手順に従ってTelegramをインストールしました:

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.

私が見つけたようにここ

しかし、Telegram はまだ Ubuntu Dash に表示されません。何か考えはありますか?

答え1

私も Telegram をインストールしましたが、Telegram の Web サイトから tar ファイルを使用しました。

Telegramアプリを/optフォルダに移動してからUnityサイドバーランチャーにドラッグアンドドロップすると、アプリを検索する必要がありました。

答え2

この問題があります。次の場所に「telegram.desktop」ファイルを作成する必要があります:

/usr/share/applications/

次に、次の内容を貼り付けます。

[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;

ファイルを保存すると、Telegram が表示されます。

関連情報