![]() |
2011-11-06
, 23:06
|
Posts: 586 |
Thanked: 471 times |
Joined on Jan 2010
@ Finland
|
#31
|
![]() |
2011-11-07
, 14:08
|
Posts: 307 |
Thanked: 1,460 times |
Joined on May 2011
@ Switzerland
|
#32
|
![]() |
2011-11-18
, 14:46
|
Posts: 307 |
Thanked: 1,460 times |
Joined on May 2011
@ Switzerland
|
#33
|
deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free
apt-get install python-gobject python-openssl python-gst0.10 python-farsight python-crypto python-dbus
dpkg -i python-papyon_0.5.6-1_all.deb dpkg -i python-telepathy_0.15.19-2.1_all.deb dpkg -i telepathy-butterfly_0.5.15-2.1_all.deb
mc-tool add butterfly/msn MSN string:account=<email> string:password=<passwd>
mc-tool enable <account>
![]() |
2011-11-18
, 14:49
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,420 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#34
|
![]() |
2011-11-18
, 15:28
|
Posts: 273 |
Thanked: 463 times |
Joined on May 2011
@ Athens
|
#35
|
So I got MSN working, using the telepathy method hinted at by abustany in the big contacts thread.
I got:
- papyon - I ended up getting the git trunk, but I think the last release (0.5.6) would work
- telepathy-butterfly - The last tarred release had a bug, so I ended up on the trunk here too
- telepathy-python - The version in the dev repository is too old for butterfly, it requires at least 0.15.17. I used 19.
There are dependencies to install as root (tell me if I missed one):
then download the packages above and install them. You'll find instructions in the README files in each one. After that you can set up the MSN account in a similar way to a standard jabber one:Code:apt-get install make python-gobject python-openssl python-gst0.10 python-farsight python-crypto xsltproc
It will then list the account name, which you need to put intoCode:mc-tool add butterfly/msn MSN string:account=<email> string:password=<passwd>
Then it should add your MSN account to the 'Availability' applet, though it will have an empty title. Try 'All Online' and see if it signs in. Your MSN contacts will be added to your address book, though as with the jabber accounts, the msn contacts look empty because there's no service associated with them until someone writes one. You can use them through peregrine or the messaging application though.Code:mc-tool enable <account>
![]() |
2011-11-18
, 15:33
|
Posts: 307 |
Thanked: 1,460 times |
Joined on May 2011
@ Switzerland
|
#36
|
The Following User Says Thank You to billranton For This Useful Post: | ||
![]() |
2011-11-18
, 16:45
|
Posts: 273 |
Thanked: 463 times |
Joined on May 2011
@ Athens
|
#37
|
![]() |
2011-11-18
, 18:58
|
Posts: 307 |
Thanked: 1,460 times |
Joined on May 2011
@ Switzerland
|
#38
|
The Following User Says Thank You to billranton For This Useful Post: | ||
![]() |
2011-11-18
, 19:55
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,420 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#39
|
![]() |
2011-11-18
, 23:16
|
Posts: 273 |
Thanked: 463 times |
Joined on May 2011
@ Athens
|
#40
|
I don't remember having to do anything special with that. Did you untar it somewhere other than MyDocs? That place does funny things with the permissions. If it is, reextract it again somewhere like /home/user/. If it's still not working, chmod +x it maybe? You should only need to be root for the make install bit.