|
2011-12-01
, 21:23
|
Posts: 658 |
Thanked: 777 times |
Joined on May 2010
@ Norway
|
#102
|
|
2011-12-01
, 21:48
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#103
|
Got it! many thanks, my mistake was that i miss to add the butterfly/msn/, its not mentioned on the first post..
|
2011-12-01
, 22:26
|
Posts: 49 |
Thanked: 14 times |
Joined on Feb 2011
|
#104
|
Ah yes I know what you mean. I used pecan on my n900. This is actually equivalent to the 'telepathy-butterfly' solution on the n900, and if someone makes a UI for that then they would use the same packages. None of the n900 solutions are supported by microsoft though, so we're still on our own.
The guy who maintained msn-pecan on the n900 has said that he will port it to harmattan, he just hasn't had time yet (though I hope no-one hassles him too much).
I've updated my earlier post with the proper packages, so everyone should replace the self-built stuff with those. To do that, run 'make uninstall' as root in the telepathy-butterfly and python-telepathy source directories, then install the packages. Papyon doesn't seem to do uninstall, but didn't seem to care. If you get an error about files not being linked, uninstall the package and install it again. That worked for me. My N9 feels a lot cleaner now
|
2011-12-02
, 02:35
|
Posts: 233 |
Thanked: 491 times |
Joined on Oct 2011
@ Sydney
|
#105
|
|
2011-12-02
, 08:20
|
Posts: 307 |
Thanked: 1,460 times |
Joined on May 2011
@ Switzerland
|
#106
|
I get "permission denied" when doing "mkdir /home/user/msn".
Any idea why?
|
2011-12-02
, 11:45
|
Posts: 658 |
Thanked: 777 times |
Joined on May 2010
@ Norway
|
#107
|
mkdir /home/user/msn
cp -r papyon-0.5.6 /home/user/msn
cp -r telepathy-python-0.15.19 /home/user/msn
cd /home/user/msn/papyon-0.5.6
chmod 777 *
python setup.py install
cd /home/user/msn/telepathy-python-0.15.19
chmod 777 *
./configure
make
make install
cd /home/user/MyDocs/msn
dpkg -i telepathy-butterfly_0.5.15+git20111122-1_armel.deb
mc-tool add butterfly/msn MSN string:account=(youremail) stringassword=(yourpassword)
mc-tool enable (your account, it's shown 1 line above, starting with butterfly/msn/)
rm -Rf /home/user/msn
|
2011-12-02
, 13:45
|
Posts: 586 |
Thanked: 471 times |
Joined on Jan 2010
@ Finland
|
#108
|
mc-tool add butterfly/msn MSN string:account=(youremail) string:password=(yourpassword) mc-tool enable (your account, it's shown 1 line above, starting with butterfly/msn/)
mc-tool add butterfly/msn MSN string:account=(youremail) string:password=(yourpassword) mc-tool enable butterfly/msn/(your account) it's shown 1 line above
|
2011-12-02
, 18:16
|
Posts: 658 |
Thanked: 777 times |
Joined on May 2010
@ Norway
|
#109
|
|
2011-12-02
, 18:36
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#110
|
The Following User Says Thank You to HtheB For This Useful Post: | ||
The guy who maintained msn-pecan on the n900 has said that he will port it to harmattan, he just hasn't had time yet (though I hope no-one hassles him too much).
I've updated my earlier post with the proper packages, so everyone should replace the self-built stuff with those. To do that, run 'make uninstall' as root in the telepathy-butterfly and python-telepathy source directories, then install the packages. Papyon doesn't seem to do uninstall, but didn't seem to care. If you get an error about files not being linked, uninstall the package and install it again. That worked for me. My N9 feels a lot cleaner now
Last edited by billranton; 2011-12-01 at 21:06.