• Skip to content
  • Skip to link menu
Kopete Instant Messenger
  • Kopete • Inform • FAQ
 
 

Screenshots

Questions

  • The flashing taskbar notifications aren't working for me, but I still see passive popups when people come online or go away. Why doesn't the taskbar flash?
  • I don't see any "plugins" listed in the "Configure Plugins" dialog. What's up?
  • I have many <desktops / monitors / computers> and / or I talk to many people at the same time, and as a result I wish Kopete could play a <sound / pop up a message / change my wallpaper / reboot my computer > whenever I <receive a new message / someone goes online / someone goes offline > When will this be added?
  • How come file transfers don't work?
  • How do I pronounce Kopete?
  • Why all of this silly single-click behavior? It's very annoying!
  • Will you make the user-interface skinnable?
  • When I have more than one messaging service under a user's name in my contact list and I click on that user's name, it will message them on the wrong messaging service.
  • I would like a feature in the next version of Kopete.
  • My Kopete crashed or has/had unexpected behavior (unexpected behavior does NOT fall in the category of "Kopete doesn't act like Pidgin", etc).
  • Jabber SSL support stopped working, I get the message that the QCA TLS plugin is probably missing. What am I supposed to do?
  • I AM behind a firewall. Which ports need to be open for MSN file transfers?
  • I use Jabber and ICQ together. Whenever I go online with Jabber, I am disconnected from ICQ with an error message about being connected from another client. What's up?

Answers

The flashing taskbar notifications aren't working for me, but I still see passive popups when people come online or go away. Why doesn't the taskbar flash?

If the flashing taskbar notification isn't working, and the passive popups do work, please check to make sure that Qt has been installed with support for the mng video format. In KDE versions prior to 4.0, check that arts has been installed correctly and kdelibs was not compiled with the --without-arts switch: Kopete still relies on KNotify for nearly everything but the passive popups there and this could explain why they don't work. If you have a kdelibs with arts installed, then either email the kopete developer's mailing list at kopete-devel@kde.org or file a bug at bugs.kde.org and we'll give it a look.

[Up to Questions]

I don't see any "plugins" listed in the "Configure Plugins" dialog. What's up?

There are two solutions to this problem. If you used binary packages, then make sure that you used binary packages designed for your distribution, and the specific version of your distribution. Crossing distributions and versions around will not work with Kopete. If there are no binary packages for your system, you must compile Kopete using the source packages or source rpms. If you compiled your KDE, then Kopete must go in the same prefix as KDE did. If, however, you compiled the source packages, then make sure that your Kopete is installed in the same location as your KDE, if it is not, you can force it to do so by specifying a --prefix command to ./configure. e.g. ./configure --prefix=/opt/kde3 (where /opt/kde3 is your prefix). To determine where your KDE prefix is, type "which konqueror" in a konsole. It should display something like "/opt/kde3/bin/konqueror", then /opt/kde3 would be your prefix, or if it says "/usr/bin/konqueror", then your prefix would be /usr. Also make sure you performed a 'make install', and check that there is no stale Kopete installation from previous versions in different locations. You might also need to run 'kbuildsycoca' manually after installing Kopete. kbuildsycoca updates the plugin database. It runs when new software using plugins is installed, but it is possible that 'make install; kopete' will run Kopete before the update has completed.

[Up to Questions]

I have many <desktops / monitors / computers> and / or I talk to many people at the same time, and as a result I wish Kopete could play a <sound / pop up a message / change my wallpaper / reboot my computer > whenever I <receive a new message / someone goes online / someone goes offline > When will this be added?

It is already there (surprise!). Kopete is a KDE application and thus makes use of KNotify for all notifications. For those who don't know, KNotify is a very powerful architecture that lets you do pretty much anything you want when an event occurs in a KDE application. You can play a sound, pop up a passive dialog, flash the taskbar, log a message, or even run your own custom commands, such as a shell script, to do anything your heart desires. To access this treasure trove, go into the Configure Notifications dialog, and click "More Options". This will present you with all the different actions you can take on the events listed just above. As a tip, check out some of your other KDE applications to see what events they let you catch. I for one find a passive popup on new emails in KMail to be very handy.

[Up to Questions]

How come file transfers don't work?

There are many reasons for this. MSN was the the first protocol in which we've implemented support for file transfers. Support for file transfers in Jabber and IRC was added in Kopete 0.9.0 (included in KDE 3.3), and ICQ and AIM in Kopete 0.50.0 (included in KDE 4.0.0). Also, file transfers may not work if you're behind a firewall - see separate FAQ in the MSN section.

[Up to Questions]

How do I pronounce Kopete?

Kopete's name comes from the chilean word Copete. Duncan, the original author, recorded an audio sample. It is available here.

[Up to Questions]

Why all of this silly single-click behavior? It's very annoying!

Kopete is a KDE application. We are not some lame 3rd party application that decides to "look" like the rest of KDE. We also have the "feel" and "integration" aspect of KDE, which means that Kopete follows KDE's standard "Single-click" behavior. If you would like to change this it requires you to change it in all of KDE. You can change to a double-click style by going to K->Settings->Peripherals->Mouse or start KControl and go to Peripherals->Mouse and change to the option "Double-click to open files and folders".

[Up to Questions]

Will you make the user-interface skinnable?

The only answer for this is no. Kopete was invented to be a KDE Instant-Messenger and this also includes having a KDE Look-n-Feel. By adding skins we would break this rule and having both skin-support and skinless-support at once is impractical as well. Just select a different style in KDEs controlcenter and be happy to have transparent menus and other neat eye-candy today's KDE offers. You can, however, run kopete using a different style. Just run "kopete --style=marble" as an example. Any valid KDE or Qt style will work.

[Up to Questions]

When I have more than one messaging service under a user's name in my contact list and I click on that user's name, it will message them on the wrong messaging service.

You can change the order of accounts Kopete tries to message people with by using the Up and Down arrows in the bottom right corner of the account configuration screen. Kopete will try to connect with accounts starting from the top. However, if one service has a higher status value that the others for that user, Kopete will use that one. For example, if a person has three services and two are maked as away and the third is marked as online, Kopete will always try to message the user using the online service. Another tip: if you click on the small protocol icon on the right of the menu item, instead of on the person's name, you will always try to contact the person using that service!

[Up to Questions]

I would like a feature in the next version of Kopete.

Please go to http://bugs.kde.org and file a wishlist item under the application 'kopete'. Please be very detailed and proof-read what you have written to us. This is NOT a guarantee that we will add this feature in any version, but allows us to consider it.

[Up to Questions]

My Kopete crashed or has/had unexpected behavior (unexpected behavior does NOT fall in the category of "Kopete doesn't act like Pidgin", etc).

Please report this bug to us by going to http://bugs.KDE.org and file a bug report under the application 'kopete'. Bugs will only be accepted if they are in English, they are detailed, and if a crash was involved they contain a backtrace (the text in the tab marked "Backtrace" once Kopete has crashed). If you're using Kopete SVN, however, please mail us at kopete-devel@kde.org instead of filing a bug report.

[Up to Questions]

Jabber SSL support stopped working, I get the message that the QCA TLS plugin is probably missing. What am I supposed to do?

As the error message indicates, you are missing the QCA TLS plugin, which handles the Jabber plugin's TLS/SSL encryption. Install the package qca-tls (and eventually qca-ossl) or retrieve the plugin from http://delta.affinix.com/qca. Please note that you only need to install the qca-tls plugin, _not_ the QCA library itself. A recompilation of Kopete is not necessary, in fact not even a restart. In case you have installed the plugin and it still won't work, Qt can probably not find it. Since qca-tls installs itself as a Qt plugin, you will have to make sure that it gets installed to the plugin directory of the Qt version you are using to run Kopete.

[Up to Questions]

I AM behind a firewall. Which ports need to be open for MSN file transfers?

If you are behind a firewall, port 6891 needs to be open to inbound TCP traffic.

[Up to Questions]

I use Jabber and ICQ together. Whenever I go online with Jabber, I am disconnected from ICQ with an error message about being connected from another client. What's up?

Remember when you played with ICQ transports on that other Jabber client? You set up an "ICQ Transport" which allows you to talk to ICQ people from Jabber. ICQ doesn't allow multiple connections to the same account, and disconnects you. Look in your Jabber contacts for a contact of the form "123456@icq.jabber.org" and delete it.

[Up to Questions]

[ Edit ]

Inform

Skip menu "Inform"
  • Main
  • News
  • Screenshots/Movies
  • FAQ
  • Handbook

Obtain Kopete

Skip menu "Obtain Kopete"
  • Releases
  • Build tips
  • Install tips
  • SVN Access

Communicate

Skip menu "Communicate"
  • Development team
  • Mailing lists
  • Forum
  • Userbase
  • Techbase

Development

Skip menu "Development"
  • Roadmap
  • Bugs
  • Browse SVN

Tutorials

Skip menu "Tutorials"
  • Chat Window Style Guide
  • Pipes Plugin Implementation Guide

Plugins (unofficial)

Skip menu "Plugins (unofficial)"
  • SILC
  • Antispam

KDE Family

Skip menu "KDE Family"
  • KDE Home
  • KDETalk

Global navigation links

  • KDE Home
  • KDE Accessibility Home
  • Description of Access Keys
  • Back to content
  • Back to menu

Search:


Maintained by the Kopete development team
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal