You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, June 24th 2004, 9:23am

[Kopete] Yahoo blocks 3rd-Party-IM like Kopete

As i started my Kopete this morning i couldnt connect to yahoo so i tried to find out why. I tried to connect with my Trillian-IM on Windows. I had the same Problem. I downloaded Yahoo-IM and i was able to connect without any problem. Here is the reason why:

http://zdnet.com.com/2100-1104_2-5245821.html?tag=zdnn.alert

I hope Kopete will handle that problem really soon...

Who has also the same probleme and who found any a way to solve this problem?

Marconiko

2

Thursday, June 24th 2004, 1:30pm

No workaround here, but at least I know that it's not me, or my system.

3

Thursday, June 24th 2004, 4:14pm

Possible Workaround

Found this possible workaround on /.

"Change your Y!IM host from scs.msg.yahoo.com to scs.yahoo.com, port 5050, and it should work."

trouble is Kopete doesn't seem to allow you to edit which server yahoo authenticates from..

any ideas :?:

4

Thursday, June 24th 2004, 4:51pm

kopete & yahoo

but of course guys yahoo is famious for this crap of patching the 3rd party clients but why for linux i dont know ! yes yahoo has changed the damn login once agin .. So as i am waiting for a solution on the end of kopete same as you , just be patient i know the persons that built it will come up with a solution if i dont first heh .. i just refuse to use the yahoo messenger
so hang in there im with ya :evil:
bender
BENDER IS GREAT SO MAKE WITH THE HONK HONK !

5

Friday, June 25th 2004, 4:30am

Re: Possible Workaround

Quoted

Original von lamerville

Found this possible workaround on /.

"Change your Y!IM host from scs.msg.yahoo.com to scs.yahoo.com, port 5050, and it should work."

trouble is Kopete doesn't seem to allow you to edit which server yahoo authenticates from..

any ideas :?:


I was able to get Yahoo working. I downloaded the latest CVS and edited the following files:

kdenetwork/kopete/protocols/yahoo/libyahoo2/libyahoo2.c
kdenetwork/kopete/protocols/yahoo/yahooaccount.cpp
kdenetwork/kopete/protocols/yahoo/kyahoo.cpp

Each file has 1 occurance of "scs.msg.yahoo.com". I edited the string, compiled and viola! I'm sure this will work with the stable source as well. For those that installed via RPM, you'll just have to compile the source as I don't know of any other way of changing this value.

Hopefully the Kopete guys allow this value to be user edited in a future release.

As an FYI, I'm running SUSE 9.1 with KDE 3.2.1. Kopete was originally installed via the initial SUSE install. But I've replaced it with a CVS copy and it seems to work just fine.

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

6

Friday, June 25th 2004, 7:08am

This has been fixed on Kopete CVS

Quoted


------- Additional Comments From matt.rogers kdemail net 2004-06-25 05:47 -------
Fixed in CVS. I'm in the process of getting patches out to the various distributions so that their packages can be fixed for the next time they update since there's not really a KDE 3.2.3 planned. If you want the patch, just shout.

7

Friday, June 25th 2004, 1:05pm

Ah, I didn't see that. The CVS for the night before didn't fix it so I modified the source on last nights CVS. Either way it works, and I like some of the new changes that have been made. :)

8

Saturday, June 26th 2004, 12:41pm

PATCH ME!!

it wouldnt be so annoying when (yahoo) changes their login IF they had a decent client for linux. or a decent client to begin with, period.

9

Saturday, June 26th 2004, 5:44pm

I tried the scs.yahoo.com port 5050 fix and no joy.
I'm using suse 9.1 pro on a asus 800 fsb board.
I still can't log into yahoo from kopete. And yahoo's version is an absolute not happening. Tried that and can't log into that account anymore (my user account on the box) Any help would be appreciated thanks. Nathan

10

Saturday, June 26th 2004, 9:08pm

I downloaded the latest CVS yesterday and it worked without any modifications.

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

11

Monday, June 28th 2004, 11:56am

Quoted

Original von Nathan

I tried the scs.yahoo.com port 5050 fix and no joy.
I'm using suse 9.1 pro on a asus 800 fsb board.
I still can't log into yahoo from kopete. And yahoo's version is an absolute not happening. Tried that and can't log into that account anymore (my user account on the box) Any help would be appreciated thanks. Nathan


Download the latest development snapshot of kopete, here are the instructions:

http://kopete.kde.org/index.php?page=cvs

all this does is download the latest files, and you will have to configure and compile it yourself using:
./configure --prefix=/usr
make
make install

12

Monday, June 28th 2004, 3:09pm

Hi

I am a total linux new person.. At the moment I just have the kopete installed with Mandrake 10.

How would I change from that to the CVS version..

anyone?
Margo

Learning Fast as possible! BE NICE

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

13

Tuesday, June 29th 2004, 1:03am

Okay, I am going to try and guide you through the process of updating kopete.
Bear with the process, for a newcomer it can be quite intimidating. Once you get to know the process, it will become second nature to you. Realise that downloading a source from CVS is much more complicated than installing a general stable source.

Firstly, open up a terminal window. follow everything that I do.

[code:1]
[seb@localhost seb]$ cd tmp/
[seb@localhost tmp]$ mkdir kopete
[seb@localhost tmp]$ cd kopete
[seb@localhost kopete]$ export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde
[seb@localhost kopete]$ cvs login
Logging in to :pserver:anonymous@anoncvs.kde.org:2401/home/kde
CVS password&#58; <PRESS ENTER &#40;no pass&#41;>
&#91;seb@localhost kopete&#93;$ cvs co kde-common
&#91;seb@localhost kopete&#93;$ cvs co -l kdenetwork
&#91;seb@localhost kopete&#93;$ cvs co kdenetwork/kopete
&#91;seb@localhost kopete&#93;$ cd kdenetwork
&#91;seb@localhost kdenetwork&#93;$ ln -s ../kde-common/admin
&#91;seb@localhost kdenetwork&#93;$ make -f Makefile.cvs
&#91;seb@localhost kdenetwork&#93;$ ./configure --prefix=/usr
&#91;seb@localhost kdenetwork&#93;$ cd kopete
&#91;seb@localhost kopete&#93;$ make
&#91;seb@localhost kopete&#93;$ su -c "make install"
Password&#58;
&#91;seb@localhost kopete&#93;$
[/code:1]

That should sort you out :). Please bear in mind that I didn't actually go through the process, I am just outlining for you. There may be a couple of typo's in there. If there are any errors which you encounter, most likely missing dependencies, fix them up, then redo the last command which you typed in. Failing this, ask us!

Hope this helps,
Seb

14

Tuesday, June 29th 2004, 3:58am

So the problems are not just mine, thank God. this morning I went to turn Kopete on and I couldn't get online. After I've read this posts I understand why. A friend of mine already told my the bastards at Yahoo and MSN change servers every now and then.
Great post Seb, does it work only for installing a new Kopete version or also to make the default one work?
I'm pretty new to Linux, I have Mandrake 10 and Kopete 0.8.0 with KDE 3.2 BRANCH.
I would like to keep this one if it there's a way to make it work.
I'm NOT using the others IM, damn 'em.
Linux Mandrake 10 - Mozilla Firefox 0.9 - Mozilla Thunderbird 0.7

15

Tuesday, June 29th 2004, 4:04am

Thank you for that :) going thru the process slowly ( I feel like a CVS virgin)

Should I uninstall my orioginal Kopete before doing the make install?

oh, and just on a sidenote I having trouble typing the quotes - for some reason I have to type them twice and then the command doesn work :(

Margo
Margo

Learning Fast as possible! BE NICE

16

Tuesday, June 29th 2004, 1:56pm

Gentoo Users

If you are using Gentoo and using the above CVS instructions, you will get an error about Autoconf only being 2.13.

You can fix this by first doing this:

export WANT_AUTOCONF="2.5"

BTW, the CVS version of Kopete rocks. I love the new fade in/out of contacts. Mmmm, eye candy. lol

17

Tuesday, June 29th 2004, 8:44pm

Ok :) nearly there ( I hope)

Getting this error on the ./configure line

[code:1]
checking for Qt... configure&#58; error&#58; Qt &#40;>= Qt 3.3&#41; &#40;library qt-mt&#41; not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support![/code:1]

I checked my versions
[code:1]
&#91;nimisha@mylinux kdenetwork&#93;$ kde-config -v
Qt&#58; 3.2.3
KDE&#58; 3.2 BRANCH >= 20040204
kde-config&#58; 1.0
[/code:1]

I checked Madrake update but no more versions of Qt - sorry for being so new ( and innocent) bt where do I get the next version of this package?
Margo

Learning Fast as possible! BE NICE

18

Thursday, July 1st 2004, 8:29am

I've tried both ways, the one in Seb's reply and the instruction to install the CVS. But in both cases I've got the message "bash: cvs: command not found".
?
Linux Mandrake 10 - Mozilla Firefox 0.9 - Mozilla Thunderbird 0.7

19

Thursday, July 1st 2004, 11:26am

Quoted

Original von lleo

I've tried both ways, the one in Seb's reply and the instruction to install the CVS. But in both cases I've got the message "bash: cvs: command not found".
?

This message tells you that you are missing the program "cvs". Install it from your installation medium and try again. The package to install is probably also called cvs or something similar.

20

Thursday, July 1st 2004, 11:38am

Ok, thank you. As you can see, I'm more than new :roll:
Linux Mandrake 10 - Mozilla Firefox 0.9 - Mozilla Thunderbird 0.7