Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add Telegram account in pidgin #174

Open
zoltan-dulac opened this issue Jan 19, 2023 · 1 comment
Open

Cannot add Telegram account in pidgin #174

zoltan-dulac opened this issue Jan 19, 2023 · 1 comment

Comments

@zoltan-dulac
Copy link

I have compiled tdlib-purple successfully on OSX, and did a make install successfully to install it so pidgin could use it. However, when I launch pigin and try to add my Telegram account, it doesn't appear in the protocol list in the "Add Account" dialog. I know I must be doing something wrong when I do the make install ... which directory should I set DEST_DIR to when doing the make install?

@BenWiederhake
Copy link
Contributor

If you want to use it locally, the default DESTDIR is correct. Can you verify that either /usr/lib/purple-2/libtelegram-tdlib.so or /usr/lib/x86_64-linux-gnu/purple-2/libtelegram-tdlib.so exist?

If it exists: Quit pidgin entirely (make sure it's not even visible in the icon tray bar of running applications, dunno if Mac has that or not), and start it as pidgin -d > pidgin_out.log 2> pidgin_err.log. Search in the out file for lines like this:

(10:57:38) plugins: probing /usr/lib/x86_64-linux-gnu/purple-2/libtelegram-tdlib.so
(10:57:38) telegram-tdlib: version 0.8.1, tdlib 1.8.0
(10:57:38) telegram-tdlib: Connection in progress
(10:57:38) telegram-tdlib: Incoming update

If it says something like "could not be loaded", the exact error message probably tells you why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants