Skip to content
Alexander Akulich edited this page Jan 27, 2020 · 28 revisions

Installation

Prepare

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

curl -O https://raw.githubusercontent.com/TelepathyIM/sailfish-settings-accounts-extensions-telegram/master-staging/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 devel

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 my custom (to be upstreamed yet) commhistory-daemon

Builds

OBS

https://build.merproject.org/project/show/c:telepathy:devel:morse https://build.merproject.org/project/show/c:telepathy:devel: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:/devel:/mer-core/latest_armv7hl/
ssu ar tp_morse http://repo.merproject.org/obs/c:/telepathy:/devel:/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-qt5 telepathy-morse sailfish-settings-accounts-extensions-telegram commhistory-daemon

See also

Clone this wiki locally