-
Notifications
You must be signed in to change notification settings - Fork 10
Troubleshooting
KDE Telepathy has ktp-debugger application to get debug output from a running CM. Sadly it does not monitor
In order to get debug output from the connection manager, run it from a command line (in the user session).
Typical command will be /usr/libexec/telepathy-morse or /usr/lib64/telepathy-morse or /usr/lib/telepathy/telepathy-morse, depends on your distribution.
First of all, check that the account is registered in Telepathy accounts:
mc-tool summary
If there is no morse account, then you can try to add it directly to telepathy account system:
mc-tool add morse/telegram MyAccount string:account=123456789
(where MyAccount is a display name of the account and 123456789 is a full international phone number)
The command will print you the account name such as morse/telegram/_31234567890
The added account should be enabled by command
mc-tool enable morse/telegram/_31234567890
then you can request online status for the account:
mc-tool request morse/telegram/_31234567890 online