![]() |
Re: Pidgin (or MSN) on the N9/n950?
This is the output whenever I try to apt-get install xsltproc
http://pastebin.com/gmPDJaYn Anyone know what's wrong? |
Re: Pidgin (or MSN) on the N9/n950?
I installed that with no problem have you installed everything else.
Meanwhile my issues get weider and weirder after installing python-dbus it's not asking for dbus.glib any more but when I type Code:
python telepathy-butterfly install |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
But it's the last depency that breaks everything |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
|
Re: Pidgin (or MSN) on the N9/n950?
Quote:
Zoxir - that package needs ./configure then make then make install. It was only papyon that had the special build script. Each one is different, need to look at each README throughly. The best solution would be if these packages were turned into proper debs and put in a repository, but that requires tools and accounts that I don't have (and probably an n950 :D ) |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
http://pastebin.com/H2R4TfA5 What does it says on your terminal??? Is there someway I can find out why it acts like that? |
Re: Pidgin (or MSN) on the N9/n950?
Ok, I meant an n950 for me. Very jealous that you've got one :)
Here's my apt-cache show on my mp-harmattan metapackage: http://pastebin.com/xmZkNVXR I think there's a difference between yours and mine, which pins a version more restrictively and conflicts with the stuff coming in for xsltproc, and apt has no choice but to remove your metapackage, marking every package in your system as 'autoremovable'. If you can compare my package structure to yours and find the difference, we can ask the repo maintainers to fix it. I don't see why the different regional metapackages should be different at this level. I spoke with some guys earlier this week about a missing depencency in python-crypto, and they were really nice about it. One other thing, your n9 is PR1.1 right? That might do it. |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
EDIT Btw README files were not so useful :P |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
Just a question... Did you already compiled the needed depencies (with make)? Why not share those? :D |
Re: Pidgin (or MSN) on the N9/n950?
I was hoping someone could find a more recent release of that. If you get it from git then you need to run something called autoconf to generate the configure script. I tried to install autoconf on my n9 but it wanted to uninstall absolutely everything. You can run it somewhere else though then copy over. Later on I'll tar up what I did for you, though I'm not sure I'm supposed to distribute it.
|
Re: Pidgin (or MSN) on the N9/n950?
Quote:
|
Re: Pidgin (or MSN) on the N9/n950?
Quote:
You may distribute it, it's not a commercial package. |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
|
Re: Pidgin (or MSN) on the N9/n950?
Quote:
|
Re: Pidgin (or MSN) on the N9/n950?
Haven't had chance to try much yet - only managed to find out than checkinstall wants to remove half the phone too. Will get round to it soon...
|
Re: Pidgin (or MSN) on the N9/n950?
Disclaimer: I have no idea what I'm doing here.
telepathy-butterfly 0.5.15+git20111122 armel: http://www.mediafire.com/?swj7szwbswq4o34 dpkg -i seemed to install just fine. |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
After this, it's just adding the account from the terminal, right? Edit: Tried, but it gave a network error.... (Doesn't work :( ) |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
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. |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
a couple days ago Zoxir could login... (see 6 posts above) |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
Thanks! |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
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) |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
Quote:
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... |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
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...) |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
Code:
tar -zxf telepathy-python-0.15.19.tar.gz Code:
apt-get install make python-gobject python-openssl python-gst0.10 python-farsight python-crypto python-dbus |
Re: Pidgin (or MSN) on the N9/n950?
Quote:
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 Edit: Ok.... this is weird :confused: 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! :D Thanks a million I'll make a user friendly tutorial on the first post Edit3: Updated first post |
Re: MSN on the N9/N950!
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...
|
Re: MSN on the N9/N950!
3 Attachment(s)
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! :D 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 Attachment 23663 CONVERSATIONS Attachment 23664 NOTIFICATION BAR Attachment 23665 |
Re: MSN on the N9/N950!
Quote:
python setup.py install Updated the first post |
Re: MSN on the N9/N950!
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??? |
Re: MSN on the N9/N950!
must be just me but it all started to fall apart for me around here..."python setup.py build" - will persist
|
Re: MSN on the N9/N950!
Quote:
|
Re: MSN on the N9/N950!
Quote:
|
Re: MSN on the N9/N950!
Looking at the existing service xmls, it might not be too hard to create one that'll give all the msn stuff titles and allow different statuses. The hard bit will be the registration UI.
|
Re: MSN on the N9/N950!
Hey people!!! Try out with normal web browser - messenger.live.com .
It's working very nice :O! Do not forget to set "[X] Keep me logged in". |
Re: MSN on the N9/N950!
Fu***... It will disconnect messenger if your screen is locked too long time :/. N9 do not share internet to the browser when it is locked? God damned!
|
Quote:
|
Re: MSN on the N9/N950!
Quote:
|
Re: Pidgin (or MSN) on the N9/n950?
Quote:
|
Re: Pidgin (or MSN) on the N9/n950?
Quote:
Quote:
/usr/share/accounts/providers/msn.provider /usr/share/accounts/services/msn.service by copying the skype ones and changing the fields (harmattan has two different msn icons already!). Then I had to install sqlite3 and add the account in ~/.accounts/accounts.db. I managed to get jabber displaying properly too, but there's no bundled icons for that, so I'll have to make one later. If I get time later i'll write it all up so others can try. |
Re: MSN on the N9/N950!
Quote:
|
All times are GMT. The time now is 08:18. |
vBulletin® Version 3.8.8