Skip to content
Alexander Akulich edited this page May 21, 2018 · 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/home:Kaffeine:morse

https://build.merproject.org/project/show/home:Kaffeine:morse_wip

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

devel-su -p
curl https://raw.githubusercontent.com/Kaffeine/sailfish-settings-accounts-extensions-telegram/master/scripts/telegram-qt-tool -O
chmod +x telegram-qt-tool

to download and prepare it.

Install/update:

In a privileged or root terminal (devel-su or devel-su -p):

Use ./telegram-qt-tool --install morse-no-groups command to install a stable build with disabled groups support (groups are not supported by SFOS client).

Clone this wiki locally