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

Sources

Besides to the usual pair of TelegramQt and Telepathy-Morse, there is also a repo with Telegram settings page.

Builds

OBS

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

How to install on Sailfish OS device

The project is not released for Sailfish OS yet, so ATM the most convenient way is to install it from the Mer OBS via a script that adds the repo, downloads and installs packages, disables repo, disconnects telegram account and terminates pre-exists morse process to ensure that you work with the newly installed one.

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

See also

Clone this wiki locally