[kopete-devel] [Bug 130744] New: Despite remapping the shortcut key, CTRL+W still closes chat windows.

2006-07-12 Thread Brian Brennan
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130744 
   Summary: Despite remapping the shortcut key, CTRL+W still closes
chat windows.
   Product: kopete
   Version: unspecified
  Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kopete-devel kde org
ReportedBy: eightbithero gmail com


Version:   0.11.3 (using KDE KDE 3.5.3)
Installed from:Debian testing/unstable Packages
OS:Linux

I changed the shortcut key for closing chat windows from CTRL+W to Escape, and 
while Escape now closes windows, CTRL+W still does as well. For me, this is 
quite undesirable -- emacs keybindings have spoiled me into thinking I can use 
CTRL+W to delete the previous word. Now I'm punished by losing my conversation 
every time I make a typo!
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130739] New: Kopete now listening plugin patch for file length

2006-07-12 Thread Matthew Peterson
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130739 
   Summary: Kopete now listening plugin patch for file length
   Product: kopete
   Version: unspecified
  Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
AssignedTo: kopete-devel kde org
ReportedBy: paranoidgeek gmail com


Version:   0.12.x (using KDE Devel)
Installed from:Compiled sources
Compiler:  GCC 4.1.1 
OS:Linux

This is a patch/feature request for Kopete to have the track length in it's 
output.

E.g. for a /media , 
Now listening to: Code Monkey by Jonathan Coulton [3:06]
vs.
Now listening to: Code Monkey by Jonathan Coulton

It's quite a simple enhancement and most of the media players support getting 
the track length.

When logged into a MSN account it will only display 'Track - Artist', but that 
seems to be because it doesn't honor the config data.

Below is the patch for the general and xmms plugins :

---
diff SVN_2006_7_13/nlmediaplayer.h Patched/nlmediaplayer.h
32c32
<   NLMediaPlayer() { m_playing = false; m_artist = ""; m_album = 
""; m_track = ""; m_newTrack = false; }
---
>   NLMediaPlayer() { m_playing = false; m_artist = ""; m_album = 
> ""; m_length = ""; m_track = ""; m_newTrack = false; }
44a45
>   QString length() const { return m_length; }
54c55,61
<   NLMediaType m_type;
---
>   QString m_length;
>   /**
>* m_length has should be in the format of minutes:seconds,
>* seconds is zero padded.
>* E.g.,  :40 , 1:34 , :09 , 70:05
>*/
>NLMediaType m_type;
diff SVN_2006_7_13/nlxmms.cpp Patched/nlxmms.cpp
54a55,58
>
>   int length = xmms_remote_get_playlist_time(0, 
> xmms_remote_get_playlist_pos( 0 ) );
>   m_length = 
> QString("%1:%2").arg(length/6).arg((length/1000) % 60, 2);
>   m_length.replace(' ', '0');
diff SVN_2006_7_13/nowlisteningconfig.kcfg Patched/nowlisteningconfig.kcfg
17c17
<   i18n("%track( by %artist)( on 
%album)")
---
>   i18n("%track( by %artist)( on 
> %album)( [%length])")
diff SVN_2006_7_13/nowlisteningplugin.cpp Patched/nowlisteningplugin.cpp
258c258
<   bool isPlaying=false;
---
>   bool isPlaying = false;
399a400
>   QString length = player->length();
467a469,475
>   if ( in.contains ( "%length" )  && !length.isEmpty() )
>   {
>   if ( length.isEmpty() )
>   length = i18n("Unknown length");
>   in.replace( "%length", length );
>   done = true;
>   }
diff SVN_2006_7_13/nowlisteningprefs.ui Patched/nowlisteningprefs.ui
76c76
< %track, %artist, %album, %player will be substituted if 
known.
---
> %track, %artist, %album, %player, %length will be 
> substituted if known.

___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130568] Chat windows always appear at the upper-left corner

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.
 
http://bugs.kde.org/show_bug.cgi?id=130568 




--- Additional Comments From ogoffart kde org  2006-07-13 00:59 ---
Because it seems to be a KWin issue to me.
(note that it works fine here)
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130614] kopete "Open Inbox" doesn't honor "Web Browser Default Component"

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130614 
ogoffart kde org changed:

   What|Removed |Added

  Component|general |MSN Plugin



--- Additional Comments From ogoffart kde org  2006-07-13 00:51 ---
it use KRun to open the url  (which use the association with text/html i think)
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130568] Chat windows always appear at the upper-left corner

2006-07-12 Thread Lubos Lunak
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.
 
http://bugs.kde.org/show_bug.cgi?id=130568 




--- Additional Comments From l.lunak kde org  2006-07-13 00:50 ---
And why exactly has this been reassigned to kwin?
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 126207] hotmail sign in does not work

2006-07-12 Thread owner
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.
 
http://bugs.kde.org/show_bug.cgi?id=126207 
ogoffart kde org changed:

   What|Removed |Added

 CC||protocollozero yahoo it



--- Additional Comments From ogoffart kde org  2006-07-13 00:50 ---
*** Bug 130613 has been marked as a duplicate of this bug. ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130613] MSN Plugin. Webpage opened by "Open Inbox" feature does not work

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130613 
ogoffart kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From ogoffart kde org  2006-07-13 00:49 ---


*** This bug has been marked as a duplicate of 126207 ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[Bug 130582] Position of the main window isn´t saved

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
 
http://bugs.kde.org/show_bug.cgi?id=130582 
ogoffart kde org changed:

   What|Removed |Added

 CC||kopete-devel kde org
 AssignedTo|kopete-devel kde org|kwin kde org
Product|kopete  |kwin
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130571] Cannot see with wich contact from a multicontact I'm talking to

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130571 




--- Additional Comments From ogoffart kde org  2006-07-13 00:45 ---
you can click on the small protocol icon to start a chat using that account.
is that what you want ?
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130569] Cannot move/copy multiple contacts

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130569 
ogoffart kde org changed:

   What|Removed |Added

  Component|general |Contact list
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130568] Chat windows always appear at the upper-left corner

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
 
http://bugs.kde.org/show_bug.cgi?id=130568 
ogoffart kde org changed:

   What|Removed |Added

 CC||kopete-devel kde org
 AssignedTo|kopete-devel kde org|kwin kde org
Product|kopete  |kwin
Version|0.11.1  |unspecified
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130519] Chat window has too many icons on toolbars by default

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130519 
ogoffart kde org changed:

   What|Removed |Added

  Component|general |Chat Window
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130479] always start with visible main window

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130479 
ogoffart kde org changed:

   What|Removed |Added

  Component|general |Main Application
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130294] Keyboard shortcuts do not work if the menu is hidden (with Ctrl+M)

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130294 
ogoffart kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Component|general |Chat Window
  everconfirmed|0   |1



--- Additional Comments From ogoffart kde org  2006-07-13 00:31 ---
i can confirm that with clear action
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130170] Pressing enter with highlighted text in the message window sends the message instead of replacing the highlighted text.

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130170 
ogoffart kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From ogoffart kde org  2006-07-13 00:28 ---
Enter send a message.
Use ctrl+Enter  to add new lines.

or change the send shortcut
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130165] chatwindow doesn't scroll down anymore

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130165 
ogoffart kde org changed:

   What|Removed |Added

  Component|general |Chat Window
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 129983] automatic spell check setting lost when switching conversation tabs

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=129983 
ogoffart kde org changed:

   What|Removed |Added

  Component|general |Chat Window
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 129833] Add contact dialog is confusing

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=129833 
ogoffart kde org changed:

   What|Removed |Added

   Severity|normal  |wishlist
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 129447] jabber protocol shows CSS-information in every message at the other side

2006-07-12 Thread Olivier Goffart
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=129447 
ogoffart kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From ogoffart kde org  2006-07-13 00:02 ---
i can't fix it without more information
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130636] connection refused -> message " icq server thinks your client is to old"

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130636 




--- Additional Comments From kedgedev centrum cz  2006-07-12 23:49 ---
Danilo, I tried on my gentoo and sources for compilation are with the fix, 
maybe the server wasn't synced.
try emerge --sync

and when you emerge kopete see if there is message
* Applying kopete-0.12-icqfix.patch ...  [ ok ]
near beginning

Other person reported that it works with net-im/kopete-0.12.0-r2
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130636] connection refused -> message " icq server thinks your client is to old"

2006-07-12 Thread Danilo
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130636 




--- Additional Comments From urban82 gmail com  2006-07-12 23:27 ---
I use too net-im/kopete-0.12.0-r2 and I have the same probleme...
What can I do?
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 128845] Kopete blocks during startup with active Composite extension

2006-07-12 Thread ottmarm
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=128845 




--- Additional Comments From ottmarm quick cz  2006-07-12 23:14 ---
I have this problem without any AIGLX, XGL or composite extension. When I'm 
starting Kopete (gentoo kopete-0.12.0-r2 or kopete-0.12.0, but not in a 
0.12.0-r1 version) a gray icon lights for a while in systray. Then will gone 
(or sometimes won't, but it is gray and doesn't make any response). Kopete 
remains in memory. I'm using autoaway and module for automatic reconnection, 
hiding on start and after 10 seconds. Used protocols: 2xjabber, ICQ. The 
strange is, the only change from -r1 to -r2 is a patch changing ICQ 
identification (and some USE flags was added). But it is possible, that -r1 was 
compiled with gcc-4.1, and the others with gcc 3.4.6. I will try to remove 
changes (except that ICQ patch :-)) from that -r2 ebuild and recompile it with 
the newer gcc version and then... Then I don't know what... :-/
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 107484] Smooth scrolling cannot be disabled in the user list (patch included)

2006-07-12 Thread Närström
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=107484 
rickard.narstrom gmail com changed:

   What|Removed |Added

 CC|rickard.narstrom gmail com  |
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 107484] Smooth scrolling cannot be disabled in the user list (patch included)

2006-07-12 Thread Närström
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=107484 
rickard.narstrom gmail com changed:

   What|Removed |Added

 CC||rickard.narstrom gmail com
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130719] server returns ICQ protocol is too old

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130719 
kedgedev centrum cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From kedgedev centrum cz  2006-07-12 20:33 ---
Fixed in SVN see bug 130630.

*** This bug has been marked as a duplicate of 130630 ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130719] New: server returns ICQ protocol is too old

2006-07-12 Thread Stefano Guandalini
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130719 
   Summary: server returns ICQ protocol is too old
   Product: kopete
   Version: unspecified
  Platform: Mandriva RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kopete-devel kde org
ReportedBy: guandalf tiscali it


Version:   0.12.0 (using KDE KDE 3.4.2)
Installed from:Mandriva RPMs
Compiler:  gcc (GCC) 4.0.1 (4.0.1-5mdk for Mandriva Linux release 
2006.0) 
OS:Linux

ICQ accounts does not login because server reports ICQ protocol is too old. 
Worked until yesterday.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130715] Client too old, as reported from ICQ server

2006-07-12 Thread Stefan Borggraefe
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130715 
Stefan.Borggraefe gmx de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From Stefan.Borggraefe gmx de  2006-07-12 20:12 
---
Please check for duplicates before filing new bug reports. Thanks! :-)

*** This bug has been marked as a duplicate of 130630 ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130715] New: Client too old, as reported from ICQ server

2006-07-12 Thread m0nk
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130715 
   Summary: Client too old, as reported from ICQ server
   Product: kopete
   Version: unspecified
  Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kopete-devel kde org
ReportedBy: dschr web de


Version:   0.12.0 (using KDE KDE 3.5.3)
Installed from:Compiled From Sources
Compiler:  gcc (GCC) 4.1.2 20060531 (prerelease) (SUSE Linux) 
OS:Linux

ICQ Server reports, that the client is too old. Connection refused
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130636] connection refused -> message " icq server thinks your client is to old"

2006-07-12 Thread Bram Schoenmakers
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130636 




--- Additional Comments From bramschoenmakers kde nl  2006-07-12 19:07 
---
In Gentoo, the fix has been applied in net-im/kopete and kde-base/kopete. Diego 
(a.k.a. FlameEyes) was not able yet to apply it to kde-base/kdenetwork yet. Of 
course you should look for the ~arch packages.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130636] connection refused -> message " icq server thinks your client is to old"

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130636 




--- Additional Comments From kedgedev centrum cz  2006-07-12 19:07 ---
I just saw you are using gentoo than emerge net-im/kopete-0.12.0-r2
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130636] connection refused -> message " icq server thinks your client is to old"

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130636 




--- Additional Comments From kedgedev centrum cz  2006-07-12 19:04 ---
See bug 130630, you can compile svn version or get some binary files if 
available.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130571] Cannot see with wich contact from a multicontact I'm talking to

2006-07-12 Thread Jan Ritzerfeld
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130571 




--- Additional Comments From kde bugs jan ritzerfeld net  2006-07-12 19:03 
---
In my opinion, you can see which account you are using on your by assigning 
different colors to different accounts. Furthermore, you can directly click on 
a sub-contact icon of a metacontact to select the account used. Again, their 
color and shape indicate your account used when messaging them.

However, clicking the metacontact will use some arbitrary logic to determine 
the account used. This is something that I wanted to change for a long time, 
similar to the new algorithm used for displaying away/status messages. There is 
even an old (open) report about this issue: Bug 84108

I do not like the little information displayed in the metacontact, too. The 
corresponding (closed) report is: Bug 63936.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130636] connection refused -> message " icq server thinks your client is to old"

2006-07-12 Thread Mathias
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130636 




--- Additional Comments From capulapeste yahoo com  2006-07-12 18:56 ---
Where can i get a fixed version of Kopete?
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130708] Kopete fails connecting to ICQ: Version too old

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130708 
kedgedev centrum cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From kedgedev centrum cz  2006-07-12 17:51 ---
Fixed in SVN see bug 130630.

*** This bug has been marked as a duplicate of 130630 ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130708] New: Kopete fails connecting to ICQ: Version too old

2006-07-12 Thread Robert Lindner
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130708 
   Summary: Kopete fails connecting to ICQ: Version too old
   Product: kopete
   Version: unspecified
  Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kopete-devel kde org
ReportedBy: roab freenet de


Version:   0.12.0 (using KDE 3.4.0 Level "b" , SUSE 9.3)
Compiler:  gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
OS:Linux (x86_64) release 2.6.11.4-20a-default

When trying to connect to Kopete since today, I receive the message "Der ICQ 
Server ist der Meinung, Sie verwenden einen zu alten Client. Diesen Bug bitte 
melden..." 
(The icq server thinks you're using a too old client...)

Here's the console's output:

 ICQAccount::connectWithPassword(const QString&)] Logging in as 1*
kopete (oscar - raw protocol): [KNetworkConnector::KNetworkConnector(QObject*, 
const char*)] New KNetwork connector.
kopete (oscar - raw protocol): 
[KNetworkByteStream::KNetworkByteStream(QObject*, const char*)] Instantiating 
new KNetwork byte stream.
kopete (oscar - raw protocol): [void KNetworkConnector::setOptHostPort(const 
QString&, short unsigned int)] Manually specifying host login.oscar.aol.com and 
port 5190
kopete (oscar - raw protocol): [void Client::setStatus(unsigned int, const 
QString&)] Setting status message to
kopete (oscar - raw protocol): [virtual void KNetworkConnector::done()]
kopete (oscar - raw protocol): [virtual void 
KNetworkConnector::connectToServer(const QString&)] Initiating connection to 
login.oscar.aol.com
kopete (oscar - raw protocol): [bool KNetworkByteStream::connect(QString, 
QString)] Connecting to login.oscar.aol.com, service 5190
kopete (oscar - raw protocol): [void KNetworkConnector::slotConnected()] We are 
connected.
kopete (oscar - raw protocol): [void CoreProtocol::addIncomingData(const 
QByteArray&)] Received 10 bytes.
kopete (oscar - raw protocol): [virtual Transfer* FlapProtocol::parse(const 
QByteArray&, uint&)] channel: \x01 sequence: 50705 length: 4
kopete (oscar - raw protocol): [virtual bool 
StageOneLoginTask::take(Transfer*)] Starting ICQ login
kopete (oscar - raw protocol): [QString IcqLoginTask::encodePassword(const 
QString&)] Called.
kopete (oscar - raw protocol): [virtual void IcqLoginTask::onGo()] Sending ICQ 
channel 0x01 login packet
kopete (oscar - raw protocol): [void CoreProtocol::addIncomingData(const 
QByteArray&)] Received 377 bytes.
kopete (oscar - raw protocol): [virtual Transfer* FlapProtocol::parse(const 
QByteArray&, uint&)] channel: \x04 sequence: 50706 length: 371
kopete (oscar - raw protocol): [virtual bool 
CloseConnectionTask::take(Transfer*)] RECV (DISCONNECT)
kopete (oscar - raw protocol): [virtual bool 
CloseConnectionTask::take(Transfer*)] found TLV(1) [UIN], uin=135679183
kopete (oscar - raw protocol): [virtual bool 
CloseConnectionTask::take(Transfer*)] found TLV(8) [ERROR] error= 28
kopete (oscar): [void OscarAccount::slotTaskError(const Oscar::SNAC&, int, 
bool)] error recieived from task
kopete (oscar): [void OscarAccount::slotTaskError(const Oscar::SNAC&, int, 
bool)] service: 0 subtype: 0 code: 28
kopete (oscar): [void OscarAccount::logOff(Kopete::Account::DisconnectReason)] 
accountId='1'
kopete (oscar - raw protocol): [void ConnectionHandler::clear()] Clearing all 
connections
kopete: [void KopeteWindow::slotAccountStatusIconChanged(Kopete::Contact*)] 
[variant:  toString=]
kopete: [void KopeteWindow::slotAccountStatusIconChanged(Kopete::Contact*)] 
[variant:  toString=]
kopete: [void KopeteWindow::slotAccountStatusIconChanged(Kopete::Contact*)] 
[variant:  toString=]
kopete (oscar/icq): [virtual void 
ICQAccount::disconnected(Kopete::Account::DisconnectReason)] Attempting to set 
status offline
kopete: [void KopeteWindow::slotAccountStatusIconChanged(Kopete::Contact*)] 
[variant:  toString=]
kopete (oscar - raw protocol): [void 
KNetworkByteStream::slotConnectionClosed()] Socket has been closed.
kopete (oscar - raw protocol): ..by ourselves!
kopete (oscar - raw protocol): socket error is Kein Fehler feststellbar
kopete (oscar - raw protocol): [virtual void KNetworkConnector::done()]
kopete (oscar - raw protocol): [virtual void KNetworkConnector::done()]
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130571] Cannot see with wich contact from a multicontact I'm talking to

2006-07-12 Thread Michał
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130571 




--- Additional Comments From knt epf pl  2006-07-12 17:33 ---
As far as I think multicontacts should help avoiding the mess when you have 
multiple contacts to one person. The icons are doing their job, but for me it's 
not enough and still I don't know witch account I'm using on my side. 
Presumably the account with the highest priority is used. If so this is a 
desirable behaviour. But if I would like to message someone from a different 
account it's impossible without turning highly prioritized accounts off or 
reducing their priority.

Info from the 116614 explained witch message is used. I would have only one 
wish: all the status messages should be visible when I use the tooltip over the 
metacontact icon (the icon where photo/avatar is shown in the "detailed" view).
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130703] Kopete cannot connect via ICQ

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130703 
kedgedev centrum cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From kedgedev centrum cz  2006-07-12 16:17 ---
Fixed in SVN see bug 130630.

*** This bug has been marked as a duplicate of 130630 ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130703] New: Kopete cannot connect via ICQ

2006-07-12 Thread Pavel
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130703 
   Summary: Kopete cannot connect via ICQ
   Product: kopete
   Version: unspecified
  Platform: Fedora RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kopete-devel kde org
ReportedBy: pabel newmail ru


Version:   0.12.0 (using KDE KDE 3.5.1)
Installed from:Fedora RPMs
OS:Linux

Today kopete cannot connect to the ICQ server and shows the next message:
"The ICQ server thinks the client you are using is too old. Please report this 
as a bug at http://bugs.kde.org";. 
But yesterday all was ok.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 109034] [icq/ui] special german characters in usernames are mangled

2006-07-12 Thread Michael Stather
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=109034 




--- Additional Comments From kontakt michaelstather com  2006-07-12 16:06 
---
I tested kopete 0.12 alpha1 and it didn´t work. Did you commit your changes 
after that release.
Anyway many thanks for fixing this :)
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 109034] [icq/ui] special german characters in usernames are mangled

2006-07-12 Thread Oleg Girko
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=109034 




--- Additional Comments From ol+kde infoserver ru  2006-07-12 15:46 ---
Sorry guys, you're out of luck.
Despite my efforts, my fixes for encoding handling went only to 0.12 version, 
but not 0.11.x (which is included by default in kdenetwork package). Either you 
wait for inclusion of 0.12 in the next version of kdenetwork (which may never 
happer) or compile and install 0.12 by hand (preferrably, to some alternative 
place in your filesystem to prevent it from being overwritten on the next 
update of kdenetwork package, and make it work using KDEDIRS environment 
variable).
Of course, if you're patient enough, you can wait for a year until new shiny 
KDE 4 release.
Anyway, Kopete 0.11.x can't handle correctly any encodings besides US-ASCII, 
and it won't be fixed.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 129366] Connection to ICQ server fails every few secounds

2006-07-12 Thread owner
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=129366 
kedgedev centrum cz changed:

   What|Removed |Added

 CC||titus.laska gmx de



--- Additional Comments From kedgedev centrum cz  2006-07-12 15:24 ---
*** Bug 129811 has been marked as a duplicate of this bug. ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 129811] aim disconnects a few minutes after going online

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=129811 
kedgedev centrum cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From kedgedev centrum cz  2006-07-12 15:24 ---
Please see bug 129366, there is a fix for this, the fix is also in SVN version 
of Kopete 0.12.

Roman


*** This bug has been marked as a duplicate of 129366 ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 129811] aim disconnects a few minutes after going online

2006-07-12 Thread Świątek
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=129811 




--- Additional Comments From shadzik atwa us  2006-07-12 15:19 ---
The problem is still there in the ICQ plugin. Can't get rid of it.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130688] icq server things that your client is too old

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130688 
kedgedev centrum cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From kedgedev centrum cz  2006-07-12 12:52 ---
Install net-im/kopete-0.12-r2 it's fixed in that version

Roman

*** This bug has been marked as a duplicate of 130630 ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130688] New: icq server things that your client is too old

2006-07-12 Thread David Fridrich
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130688 
   Summary: icq server things that your client is too old
   Product: kopete
   Version: unspecified
  Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kopete-devel kde org
ReportedBy: d.fridrich volny cz


Version:   0.12-r1(gentoo ebuild version) (using KDE KDE 3.5.3)
Installed from:Gentoo Packages
Compiler:  i686-pc-linux-gnu-4.1.1 
OS:Linux

When kopete tempts to login icq, i will give message "ICQ server se domnívá, že 
je váš klient příliš starý. Nahlaste to prosím na http://bugs.kde.org jako 
chybu."(i am czech, so i'll try to translate it) "ICQ server things that your 
client is too old, please, report it to http://bugs.kde.org as bug." I have 
gentoo ebuild net-im/kopete-0.12-r1. I received this message on 12. July 2006 
at first. Since that time i am not abble to connect to icq. I tried to change 
server in account preferencies to login.icq.com, but it did not help.

Best regards
David Fridrich
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


Re: [kopete-devel] Problem With Kopete 0.12.0

2006-07-12 Thread Roman Jarosz
On Wed, 12 Jul 2006 11:49:28 +0200, <[EMAIL PROTECTED]> wrote:

> Hi all,
> i have problem with login in ICQ account today,when i click
> to connect i get answer like this:
>
> "Icq server thinks that your clinet version is to old not able to conncet' ?
>
> Any one have a same problem ?
>
> Tnx
>
> ___
> kopete-devel mailing list
> kopete-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kopete-devel
>
>

It's fixed in SVN see bug http://bugs.kde.org/show_bug.cgi?id=130630

Roman
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] Problem With Kopete 0.12.0

2006-07-12 Thread srle
Hi all,
i have problem with login in ICQ account today,when i click 
to connect i get answer like this:

"Icq server thinks that your clinet version is to old not able to conncet' ?

Any one have a same problem ?

Tnx

___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130685] On connection to ICQ: Client too old

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130685 
kedgedev centrum cz changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From kedgedev centrum cz  2006-07-12 11:07 ---
Fixed in SVN see bug 130630.

*** This bug has been marked as a duplicate of 130630 ***
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130685] On connection to ICQ: Client too old

2006-07-12 Thread Christian Nitschkowski
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130685 
christian.nitschkowski kdemail net changed:

   What|Removed |Added

  Component|general |ICQ and AIM Plugins
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130683] Yahoo does not connect

2006-07-12 Thread Andre Duffeck
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130683 
andre duffeck de changed:

   What|Removed |Added

  Component|general |Yahoo Plugin
Summary|ICQ and Yahoo do not connect|Yahoo does not connect



--- Additional Comments From andre duffeck de  2006-07-12 11:04 ---
I need more information (for Yahoo).
Are you using 0.12 final? Because 0.12 beta1 had login issues which were fixed 
in beta2. 
What's the message after a failed login?
Can you provide debug output?
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130685] New: On connection to ICQ: Client too old

2006-07-12 Thread Christian Nitschkowski
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130685 
   Summary: On connection to ICQ: Client too old
   Product: kopete
   Version: 0.12
  Platform: SuSE RPMs
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kopete-devel kde org
ReportedBy: christian.nitschkowski kdemail net


Version:   0.12 (using KDE KDE 3.5.3)
Installed from:SuSE RPMs

Since today Kopete can't connect to ICQ network anymore.
When connecting, a passive popup tells me the ICQ login server said my client 
version is too old.
Kopete tells me to report this on bugs.kde.org.
I guess ICQ changed their protocol again :-/
If you need more information, feel free to contact me.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130683] ICQ and Yahoo do not connect

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130683 




--- Additional Comments From kedgedev centrum cz  2006-07-12 10:49 ---
sorry should be: see bug 130630
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130683] ICQ and Yahoo do not connect

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130683 




--- Additional Comments From kedgedev centrum cz  2006-07-12 10:47 ---
for fix for ICQ see 130630
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130683] New: ICQ and Yahoo do not connect

2006-07-12 Thread turgut kalfaoglu
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130683 
   Summary: ICQ and Yahoo do not connect
   Product: kopete
   Version: unspecified
  Platform: Mandriva RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kopete-devel kde org
ReportedBy: turgut kalfaoglu com


Version:   0.12.0 (using KDE KDE 3.5.0)
Installed from:Mandriva RPMs
OS:Linux

As of this morning, ICQ does not connect saying client is too old.
For a few weeks, Yahoo does not connect either..
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130658] cannot connect to accounts

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130658 




--- Additional Comments From kedgedev centrum cz  2006-07-12 10:15 ---
You don't have debug output. Can you compile kopete with debug enabled?

./configure --enable-debug
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130658] cannot connect to accounts

2006-07-12 Thread nardew
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130658 
nardew a3 liptovnet sk changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|DUPLICATE   |



--- Additional Comments From nardew a3 liptovnet sk  2006-07-12 10:10 
---
after a few automatic relogins the log file contains this:

QDateTime::fromString: Parameter out of range
QDateTime::fromString: Parameter out of range
kopete (oscar/icq): WARNING: [ICQ::Presence 
ICQ::OnlineStatusManager::presenceOf(uint)] No presence exists for internal 
status 99! Returning Offline
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130642] Cannot connect to ICQ: Your client is too old

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130642 




--- Additional Comments From kedgedev centrum cz  2006-07-12 10:01 ---
Felix see bug 130630
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130642] Cannot connect to ICQ: Your client is too old

2006-07-12 Thread Felix Feustel
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130642 




--- Additional Comments From felix.feustel gmx net  2006-07-12 09:59 ---
I've got the same Problem under SuseLinux 10.1, KDE 3.5.3, with Kopete 0.12.0.
Installation source: rpm

SIM-IM does still work with ICQ, too.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 126036] kopete freeze waiting for voice on second time

2006-07-12 Thread Lloeki
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=126036 




--- Additional Comments From lloeki gmail com  2006-07-12 09:55 ---
I encounter the same (voice call) bug in 0.12 (kde 3.5.2, 
gentoo-2.6.16-suspend2-r7, gcc 3.4.6):
- if I (or the other party) call and the other party (or I) accepts, then 
either terminate, all is fine. case tested many times in a row (20+: works 
always?)
- if I (or the other party) call and the other party (or I) rejects the call, 
then either terminate, kopete freezes (deadlock?). the freeze occurs either 
immediately (call window doesn't go away although call rejected by either one) 
or very soon later on (next action, mostly emitting/receiving a new call). kill 
-9 is the only solution.
generally, the other party uses google talk, though I cannot guarantee it.
this is 100% reproduceable.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130658] cannot connect to accounts

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130658 




--- Additional Comments From kedgedev centrum cz  2006-07-12 09:54 ---
Can you provide console log ?

run it from console

kopete --nofork 1>&2 2>kopete.log

now you will have file kopete.log in current directory, please post this file.
If you don't want to post it here mail it to me.
Also see bug 129366.

Thanks
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 130658] cannot connect to accounts

2006-07-12 Thread nardew
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=130658 




--- Additional Comments From nardew a3 liptovnet sk  2006-07-12 09:45 
---
i don't know why I should open a new report, because this report isn't 
primarily about that "old client", but it's about unability to connect to the 
accounts and even subject says about it. and that message I received yesterday 
is only the consequence of the first problem... btw, i've just try to connect 
to icq account and that message disappeared, but still i cannot connect.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 129366] Connection to ICQ server fails every few secounds

2006-07-12 Thread Roman Jarosz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=129366 




--- Additional Comments From kedgedev centrum cz  2006-07-12 09:24 ---
Danil cool, and thaks.

Please all with this problem check your firewalls because this bug was caused 
by Kopete when it could not connect to icq buddy icon server.

It could be your firewall or they server was/is down.
If it's your firewalls you won't get icq pictures of your contacts.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[kopete-devel] [Bug 129366] Connection to ICQ server fails every few secounds

2006-07-12 Thread Danil
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=129366 




--- Additional Comments From fomichev ngs ru  2006-07-12 09:12 ---
Dear Roman, 

The problem is solved!

Thank you!
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel