Skip to content
Alexander Akulich edited this page May 6, 2020 · 28 revisions

Installation

Prepare

The installation script is available at https://github.com/TelepathyIM/sailfish-settings-accounts-extensions-telegram/blob/master/tools/telegram-qt-tool, so you can do

curl -O https://raw.githubusercontent.com/TelepathyIM/sailfish-settings-accounts-extensions-telegram/master/tools/telegram-qt-tool
chmod +x telegram-qt-tool

to download and prepare it.

Install/update:

Use a privileged command line to install or update telepathy-morse:

devel-su -p
./telegram-qt-tool --install testing

Sources

Besides to the usual pair of TelegramQt and Telepathy-Morse, there is also a repo with Telegram settings page. To improve the UX it is strongly recommended to also use a custom (MR) commhistory-daemon.

Builds

OBS

https://build.merproject.org/project/show/c:telepathy:testing:morse

https://build.merproject.org/project/show/c:telepathy:testing:mer-core

If you don't want to use the script, you still can manually add the repositories and install the needed packages:

devel-su -p
ssu ar tp_core http://repo.merproject.org/obs/c:/telepathy:/testing:/mer-core/latest_armv7hl/
ssu ar tp_morse http://repo.merproject.org/obs/c:/telepathy:/testing:/morse/latest_armv7hl/
pkcon repo-set-data tp_core refresh-now true
pkcon repo-set-data tp_morse refresh-now true
pkcon install telegram-qt-qt5 telegram-qt-qt5-declarative telepathy-morse sailfish-settings-accounts-extensions-telegram commhistory-daemon

Setup

To add an account open Settings application (jolla-settings), scroll to the bottom, click Accounts, then Add account and then Telegram.

You can use pulldown menu to set up the proxy settings.

Known limitations

  • Only 1-1 chats
  • Only text and contacts messages
  • Only socks5 proxy supported

See also

Clone this wiki locally