Notices


Reply
Thread Tools
SteveYoungs's Avatar
Posts: 79 | Thanked: 47 times | Joined on Oct 2011 @ Brisbane, AU
#61
Originally Posted by HtheB View Post
Since when?
"for days now"

I forgot to mention that the version of telepathy-butterfly I have was working previously which is why I suspect a change or fault at their end (MSN)
 
Posts: 307 | Thanked: 1,460 times | Joined on May 2011 @ Switzerland
#62
Originally Posted by HtheB View Post
So this is everything we need?!

After this, it's just adding the account from the terminal, right?

Edit:
Tried, but it gave a network error.... (Doesn't work )
No - also needs the more recent version of python-telepathy than is in the dev repo and the papyon package. I made the butterfly deb for you because that's the one that needed xsltproc that you were having trouble with.

Originally Posted by SteveYoungs View Post
I use telepathy-butterfly for MSN on my desktop (current git HEAD) and I've not been able to log in for days now.

I'm guessing, but I think that perhaps there has been a change to the MSN chat protocol and the telepathy boys 'n' girls haven't synched up their code to it yet.
I am logged in right now, but i'm using the HEAD of papyon (python-papyon package on ubuntu). That's where the protocol is implemented: butterfly's just a wrapper I think. The papyon source package I linked to earlier has a nice test script that will connect to msn and try to download an avatar from a contact. If that works then you should be able to log in.

On the desktop I use msn-pecan. Used than on my n900 too. I find it's more up-to-date and a bit quicker to log in than the others. I hope Felipe will get around to porting it to harmattan soon...
 

The Following User Says Thank You to billranton For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#63
Originally Posted by billranton View Post
No - also needs the more recent version of python-telepathy than is in the dev repo
I couldn't install this package.

Do you know what command I should do?
tried everything:
Make
Make install
./configure

non of them worked. (i read the README and the INSTALL files, but... that didn't help me a lot...)
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Posts: 307 | Thanked: 1,460 times | Joined on May 2011 @ Switzerland
#64
Originally Posted by HtheB View Post
I couldn't install this package.

Do you know what command I should do?
tried everything:
Make
Make install
./configure

non of them worked. (i read the README and the INSTALL files, but... that didn't help me a lot...)
The proper order is:
Code:
tar -zxf telepathy-python-0.15.19.tar.gz
cd telepathy-python-0.15.19.tar.gz
./configure
make
make install
you need all of the other dependencies installed before you do that, so run this before:

Code:
apt-get install make python-gobject python-openssl python-gst0.10 python-farsight python-crypto python-dbus
 

The Following User Says Thank You to billranton For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#65
Originally Posted by billranton View Post
The proper order is:
Code:
tar -zxf telepathy-python-0.15.19.tar.gz
cd telepathy-python-0.15.19.tar.gz
./configure
make
make install
you need all of the other dependencies installed before you do that, so run this before:

Code:
apt-get install make python-gobject python-openssl python-gst0.10 python-farsight python-crypto python-dbus
Seems like I had to extract the file outside of the "MyDocs".
After that, I had to chmod 777 the configure file.

But now... it asks me for the xsltproc...

Code:
configure: error: xsltproc (from the libxslt source package) is required
So it won't continue the installation

Edit:
Ok.... this is weird
I tried to apt-get install xsltproc again and now it doesn't remove anything at all.... :/

ok, trying again ./configure now to see what happens

Edit2:
After compiling and reinstalling the butterfly package, and readding it with mc-tool, I finally got it working!

Finally!

Thanks a million
I'll make a user friendly tutorial on the first post

Edit3:
Updated first post
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.

Last edited by HtheB; 2011-11-23 at 16:49.
 
Posts: 307 | Thanked: 1,460 times | Joined on May 2011 @ Switzerland
#66
That's a lovely tutorial. If I get chance I'll try to make debs of the other two. I think I have to make a better job of them than I have so far to get them in any kind of repository though. Wonder where Jonny Lamb's got to...
 
Hariainm's Avatar
Posts: 485 | Thanked: 708 times | Joined on Feb 2010 @ Galiza
#67
ok, about the OP tutorial, i got stuck in "python setup.py". It says "error: no commands supplied". So what commands i need to input?

PD: also, in the tuto, i can't mkdir /home/user/msn following your post. May be because of being root. I exit the terminal and opened again, try mkdir as user and voila!

PD2: IT WORKS! i skip python setup.py build and it works also, don't know what build do, but it works. and seems chmod and rm refuse to work maybe because of root.

Anyone knows how to add different status options (busy, invisible, etc)?
Why it doesn't show the protocol name? (see here)
ACCOUNTS
Name:  2011-11-25_03-48-05.jpg
Views: 650
Size:  15.8 KB
CONVERSATIONS
Name:  2011-11-25_03-52-37.jpg
Views: 678
Size:  17.7 KB
NOTIFICATION BAR
Name:  2011-11-25_04-07-24.jpg
Views: 648
Size:  21.9 KB

Last edited by Hariainm; 2011-11-25 at 03:12.
 

The Following User Says Thank You to Hariainm For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#68
Originally Posted by Hariainm View Post
ok, about the OP tutorial, i got stuck in "python setup.py". It says "error: no commands supplied". So what commands i need to input?

PD: also, in the tuto, i can't mkdir /home/user/msn following your post. May be because of being root. I exit the terminal and opened again, try mkdir as user and voila!
Sorry, that should be:
python setup.py install

Updated the first post
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.

Last edited by HtheB; 2011-11-26 at 03:55.
 
Posts: 586 | Thanked: 471 times | Joined on Jan 2010 @ Finland
#69
Sooooooooo nice!!!!

And now... if someone godlike super guy can make the UI for it and releases it to Ovistore or packing it to .deb???
 
PhatApteryx's Avatar
Posts: 144 | Thanked: 36 times | Joined on Jan 2010 @ New Zealand
#70
must be just me but it all started to fall apart for me around here..."python setup.py build" - will persist
 
Reply

Tags
messenger, pidgin

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:54.