Pidgin Sipe Errors and getting it to work
Writing by shivdev on Friday, 5 of October , 2012 at 4:14 am
Pidgin is a pretty nifty IM client and sipe is a nice plugin for Microsoft LCS/OCS (Lync/Office Communicator). I need it only for work related IM (Lync).
On Ubuntu, installing it is a simple sudo apt-get install pidgin-sipe. I loved how it just worked initially. But, you know problems are going to start soon!
Read Error when you connect : To fix it, add the following to your .bashrc.
$ vi ~/.bashrc
# add this line and save
alias mypidgin=’export NSS_SSL_CBC_RANDOM_IV=0; /usr/bin/pidgin &’$ source ~/.bashrc
Then start pidgin from the terminal.
$ mypidgin
I found this answer after Google Searches on askubuntu and Matt Woodward’s Blog
Next problem, the pidgin window doesn’t show up … So here’s the workaround that I use that works for me.
$ mypidgin
$ pidgin
Exiting because another libpurple client is already running.
Ignore the warning, but at least the window will show up. So for now, pidgin-sipe is working well.
Comments (1)
Category: Linux
- Add this post to
- Del.icio.us -
- Digg -
- -
- Tweet -
-
-
Pingback by adhocshare | Pidgin sipe – Read error
Made Tuesday, 26 of March , 2013 at 4:27 am
You must be logged in to post a comment.