Skip to content

Instantly share code, notes, and snippets.

@plembo
Last active May 22, 2018 14:33
Show Gist options
  • Save plembo/45885f19b1458db40826cc51e00e68ae to your computer and use it in GitHub Desktop.
Save plembo/45885f19b1458db40826cc51e00e68ae to your computer and use it in GitHub Desktop.
Install and autostart Telegram on Ubuntu

Install and autostart Telegram on Ubuntu

Tested on Ubuntu 16.04 LTS with Unity 7 desktop.

Download official Linux 64-bit binary package from https://desktop.telegram.org/.

Extract to /opt/Telegram (version is latest as of this writing):

sudo tar xJf tsetup.1.2.17.tar.xz -C /opt/

Launch as user from $HOME:

myser:~$ /opt/Telegram/Telegram

Lock to Launcher.

Copy telegramdesktop.desktop from ~/.local/share/applications to ~/.config/autostart:

cp ~/.local/share/applications/telegramdesktop.desktop ~/.config/autostart

Log out and then in again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment