-
Notifications
You must be signed in to change notification settings - Fork 10
Sailfish OS
Besides to the usual pair of TelegramQt and Telepathy-Morse, there is also a repo with Telegram settings page.
https://build.merproject.org/project/show/home:Kaffeine:morse
https://build.merproject.org/project/show/home:Kaffeine:morse_wip
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 which add repo, download and install packages, disable repo, disconnect telegram account and terminate pre-exists morse process to ensure that you work with the newly installed one.
The script is available at https://gist.github.com/Kaffeine/09e06042e77525ec2fafd14b9b75640f as a gist, so you can do
curl -O https://gist.github.com/Kaffeine/09e06042e77525ec2fafd14b9b75640f/raw/54722045a970fc7ee66374558abcf0bc40191e8e/InstallMorseor create a file InstallMorse and put the gist content there. After that do chmod +x ./InstallMorse
In root terminal (devel-su):
Use ./InstallMorse stable command to install a stable build or ./InstallMorse wip command to install a testing build.