Description: This is a patch that include an emoticons theme manager into kopete so you can add edit and remove emoticons, you can also add custom emoticons that you receive during a chat by right clicking it
i've also used part of the code of the patch founded here http://rockman.altervista.org/?p=patches.php
in order to apply the patch you have to download kopete svn http://kopete.kde.org/svnaccess.php and then from kopete directory something like .../kdenetwork/kopete you have to do "patch -p0 < /path/to/kopete.patch"
if you get errors like [quote]undefined reference to `EmoticonsEditDialog::EmoticonsEditDialog(QWidget*, QString, char const*)'[/quote] try to to do make -f Makefile.cvsLast changelog:
- Rewritten to use qdom instead of regexp, it should works much better!
Hello
I am running Debian Testing with KDE and got Kopete with all the KDE packages. I was wondering if there was any other way to install this patch other than having to compile kopete from source because I tried to follow the directions listed but ran into cmake errors I couldn't beat.So I was wondering if there was any way to install it through a .deb package perhaps.
Thanks
Hi,
I realise that this is a KDE website, and also that Kopete is mainly a KDE program, but I have it installed on Gnome and was wondering if it was possible to install this patch to Kopete within the Gnome environment?
Regards,
Lee
Im almost about to try it, why is this not part of the kde official development?
Do you mind posting all the libs that should be used to compile kopete as the official release?
Thank you very much in advance
(I hope this is not too old, as CVS lol)
Is it necessary to have Kopete's SVN? I have a source-compiled version of Kopete, since I use Gentoo.
My Kopete is 0.12.7, under KDE 3.5.8.
Maybe I can add the patch to the ebuild as a USE flag?
Does this patch still work? It's been a long time since the last comment.
kopeteemoticons.cpp:(.text+0x5721): undefined reference to `Kopete::Emoticons::reload()'
collect2: ld returned 1 exit status
Error creating ./kopete/libkopete/libkopete.la. Exit status 1.
make: *** [all] Fel 1
steps to that piont was :
svn co -N svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdenetwork
cd kdenetwork
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
svn up kopete
cd kopete
patch -p0 < /home/blutengel/54968-kopete-emoticons.patch
make -f Makefile.cvs
./configure --enable-debug
cd kopete
make
not exactly, for kde4 i've transformed this emoticon manager in a kcm module for systemsettings because every kde app can use emoticons, so you can edit, make or install emoticon theme system wide, i don't know if it will be included in kde4.0, if not i will post it here :)
hi,
i just want to ask if you have planning on coming out with an update to this great tool. especially since most people out there use the live messenger, instead of msn7. the fix for that would be awesome.
thanx.
Sorry for the doublepost.I forgot to explain that I did'nt reinstall like the guy in the kde.org thread :D,I just added automake and autoconf,changed cvs.sh like described in the thread and everything is working now.Btw, I'm using Mandriva 2007.1 with KDE 3.5.7
Hi, I'm getting an error when installing Kopete SVN Access, stopping at "make -f Makefile.cvs",although autoconfig 2.5 is installed: http://www.kairoessler.com/thrash/make_er.log
Can you help me, please ?
It seems that when i send an emoticon to my buddies who use MSN live messenger, they don't see anything, not even the characters that make up the Emoticon. The only people that can see my emoticons are those who use kopete or Pindin (Gaim).
I did check the boxes that would export and import the emoticons.
Do you know what the problem is?
if you use winodows live messenger you can't see custom emoticons sended from kopete, but from kopete you can see custom emoticons sended from windows live
Is there a difference? Cuz both test contacts who I've shown emoticons to and asked them what they see, they both saw my custom emoticons (just not animations)
And neither of them have already seen the light.
Ratings & Comments
93 Comments
Hello I am running Debian Testing with KDE and got Kopete with all the KDE packages. I was wondering if there was any other way to install this patch other than having to compile kopete from source because I tried to follow the directions listed but ran into cmake errors I couldn't beat.So I was wondering if there was any way to install it through a .deb package perhaps. Thanks
you don't need to, it's already integrated in kde4, you can access it from both kopete or systemsettings->appearance->emoticons
Hi, I realise that this is a KDE website, and also that Kopete is mainly a KDE program, but I have it installed on Gnome and was wondering if it was possible to install this patch to Kopete within the Gnome environment? Regards, Lee
Im almost about to try it, why is this not part of the kde official development? Do you mind posting all the libs that should be used to compile kopete as the official release? Thank you very much in advance (I hope this is not too old, as CVS lol)
it's part of kde4 >= 4.1 you can find it in systemsettings
Is it necessary to have Kopete's SVN? I have a source-compiled version of Kopete, since I use Gentoo. My Kopete is 0.12.7, under KDE 3.5.8. Maybe I can add the patch to the ebuild as a USE flag? Does this patch still work? It's been a long time since the last comment.
Your version should be good, i don't know how gentoo things works, you just have to patch the sources
I've edited Kopete's ebuild to add your patch. Instructions here: http://bugs.gentoo.org/show_bug.cgi?id=245604
kopeteemoticons.cpp:(.text+0x5721): undefined reference to `Kopete::Emoticons::reload()' collect2: ld returned 1 exit status Error creating ./kopete/libkopete/libkopete.la. Exit status 1. make: *** [all] Fel 1 steps to that piont was : svn co -N svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdenetwork cd kdenetwork svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin svn up kopete cd kopete patch -p0 < /home/blutengel/54968-kopete-emoticons.patch make -f Makefile.cvs ./configure --enable-debug cd kopete make
Are there plans to make this patch part of the kopete code itself, or at least a plugin instead of a path?
not exactly, for kde4 i've transformed this emoticon manager in a kcm module for systemsettings because every kde app can use emoticons, so you can edit, make or install emoticon theme system wide, i don't know if it will be included in kde4.0, if not i will post it here :)
hi, i just want to ask if you have planning on coming out with an update to this great tool. especially since most people out there use the live messenger, instead of msn7. the fix for that would be awesome. thanx.
as i said before that's a kopete bug not mine, you have the same problem if you use a vanilla kopete
Sorry for the doublepost.I forgot to explain that I did'nt reinstall like the guy in the kde.org thread :D,I just added automake and autoconf,changed cvs.sh like described in the thread and everything is working now.Btw, I'm using Mandriva 2007.1 with KDE 3.5.7
Hi, I'm getting an error when installing Kopete SVN Access, stopping at "make -f Makefile.cvs",although autoconfig 2.5 is installed: http://www.kairoessler.com/thrash/make_er.log Can you help me, please ?
is autoconf in your path? and what distro do you use?
Got it :), it's the same problem like described here on kde.org forum http://www.kde-forum.org/thread.php?threadid=16203&hilight=kopete+svn
Got it :), it's the same problem like described here on kde.org forum http://www.kde-forum.org/thread.php?threadid=16203&hilight=kopete+svn
It seems that when i send an emoticon to my buddies who use MSN live messenger, they don't see anything, not even the characters that make up the Emoticon. The only people that can see my emoticons are those who use kopete or Pindin (Gaim). I did check the boxes that would export and import the emoticons. Do you know what the problem is?
yes it's a known bug of kopete with windows live messenger
really? it works fine for me, except for animations.
if you use winodows live messenger you can't see custom emoticons sended from kopete, but from kopete you can see custom emoticons sended from windows live
Is there a difference? Cuz both test contacts who I've shown emoticons to and asked them what they see, they both saw my custom emoticons (just not animations) And neither of them have already seen the light.
i don't know the last time i've tried it didn't work
Maybe there's difference between msn and windows live messenger.