Warning: session_start(): open(/tmp/sess_70h559m3q4rr4464a0kl0c8lp1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kopete irc plugin openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

kopete irc plugin

   0.1.2  

KDE Chat Application

Score 67%
Downloads:  971
Submitted:  Oct 14 2009
Updated:  Dec 23 2009

Description:

Kopete IRC plugin. Requires libircclient-qt-0.3.2:

http://bitbucket.org/jpnurmi/libircclient-qt/wiki/Home

Please donate for honoring several weeks of work and motivation for making the plugin better.

Now with packages on opensuse buildservice project home:cyberbeat.

After compilation you may simply create a rpm/deb/.. package by calling "cpack -G RPM"




Changelog:

0.1.2: better handling (gui updates) for large channels/server-messages, work on kopete modifications
0.1.1: cmakefile changes
0.1: The first version supports only a minimal feature set, some things are still missing, and the code has to be refactored for the next version.




LicenseGPL
Source(kopete irc plugin)
Donate
Send to a friend
Subscribe
Other  Content  from cyberbeat
Report inappropriate content



goto page:  1  2 

-

 Cannot make

 
 by emilsedgh on: Oct 14 2009
 
Score 50%

Hi
I jusr grabbed and install libircclient-qt. It just installed fine.

When compiling your protocol, however, i get errors starting with:
/home/emilsedgh/kde/include/ircclient-qt/ircsession.h:18:23: error: ircglobal.h: No such file or directory


Reply to this

-

 Re: Cannot make

 
 by cyberbeat on: Oct 14 2009
 
Score 50%

You have to adapt the CMakeLists.txt file

replace the line

/usr/include/ircclient-qt

with your ircclient-qt directory.

I have to investigate CMake more to optimize the CMakeLists-File.


Reply to this

-

 comlier error

 
 by HobbyBlobby on: Oct 15 2009
 
Score 50%

I get some compiler error like this:

/home/HobbyBlobby/package/irc/ircaccount.cpp: In constructor ‘IRCAccount::IRCAccount(IRCProtocol*, const QString&)’:
/home/HobbyBlobby/package/irc/ircaccount.cpp:156: error: ‘class Irc::Session’ has no member named ‘connectSlotsByName’

Full output at: http://pastebin.com/m263c4ff5

Thanks for help.


Reply to this

-

 Re: comlier error

 
 by cyberbeat on: Oct 15 2009
 
Score 50%

seems to be a problem with the ircclient-lib dependency. try my new package.


Reply to this

-

 Re: Re: comlier error

 
 by HobbyBlobby on: Oct 15 2009
 
Score 50%

Same problem like before. I think my ircclient-qt is correct installed:

ls /usr/include/ircclient-qt/
Irc IrcBuffer ircbuffer.h IrcDccSession ircdccsession.h IrcGlobal ircglobal.h irc.h IrcSession ircsession.h IrcUtil ircutil.h


Reply to this

-
.

 Re: Re: Re: comlier error

 
 by dieu on: Nov 26 2009
 
Score 50%

I have same problem, it seems you dont update your libirc-qt lib and there are many changes in IRC::Session object that your plug must address. I did change many but I couldnt find what's new name of connectSlotsByName


Reply to this

-

 Re: Re: Re: Re: comlier error

 
 by HobbyBlobby on: Nov 26 2009
 
Score 50%

It compiles not with the actual libircclient. It works after downloading and installing libircclient-qt 0.3.0 (the current is 0.3.2).
http://bitbucket.org/jpnurmi/libircclient-qt/downloads/libircclient-qt-src-0.3.0.tar.gz


Reply to this

-

 Re: Re: Re: Re: Re: comlier error

 
 by cyberbeat on: Nov 26 2009
 
Score 50%

ircsession.h line 81 of version 3.2:
void connectSlotsByName(const QObject* receiver);


Reply to this

-
.

 Re: Re: Re: Re: Re: comlier error

 
 by dieu on: Nov 26 2009
 
Score 50%

Yes, information says 0.3.2 but only works with 0.3.0.
well it compilles, it installs, itconnects
but i'm offline alwaws,

am I missing something?


Reply to this

-

 Re: Re: Re: Re: comlier error

 
 by cyberbeat on: Nov 26 2009
 
Score 50%

the plugin is linked against libircclient-qt-3.2


Reply to this

-

 how to install?

 
 by bugmenot1234 on: Jan 17 2010
 
Score 50%

after much pain i got the plugin to compile. i can see a "/usr/local/lib/kde4/kopete_irc.so" being created. however, no sign of irc in kopete, neither in "protocols" nor in "plugins". do i have to copy the created lib somewhere? or recompile kopete? help!

manuel


Reply to this

-

 Re: how to install?

 
 by cyberbeat on: Jan 17 2010
 
Score 50%

do you have installed kopete in /usr/local? if not you should configure cmake to install it in /usr (run ccmake)


Reply to this

-

 Re: Re: how to install?

 
 by bugmenot1234 on: Jan 17 2010
 
Score 50%

thank you for your quick help.
kopete is in its default konfiguration, out-of-the-kubuntu-box. binary is /usr/bin/kopete with many .so files in /usr/lib and /usr/lib/kde4

ccmake not installed. is it necessary to kompile kopete to add a new plugin? isnt exactly the sense of a plugin..
in short, where are (additional) plugins registered in kopete?

thanks again,

manuel


Reply to this

-

 Re: Re: how to install?

 
 by bugmenot1234 on: Jan 17 2010
 
Score 50%

..i cant edit my posts here?

thats what ccmake tells me how it compiles the irc-plugin:

Quote:

Automoc4_DIR */usr/lib/automoc4
CMAKE_BACKWARDS_COMPATIBILITY *2.4
CMAKE_BUILD_TYPE *
CMAKE_INSTALL_PREFIX */usr/local
EXECUTABLE_OUTPUT_PATH *
IRCCLIENT_INCLUDE_DIR */usr/include/ircclient-qt
IRCCLIENT_LIBRARY */usr/lib/libircclient-qt.so
KDE4_BUILD_TESTS *OFF
KDE4_DATA_DIR */usr/share/kde4/apps
KDE4_ENABLE_FINAL *OFF
KDE4_ENABLE_FPIE *OFF
KDE4_ENABLE_HTMLHANDBOOK *OFF
KDE4_KDECONFIG_EXECUTABLE */usr/bin/kde4-config
KDE4_PLASMA_OPENGL_FOUND */usr/include/plasma/glapplet.h
KDE4_USE_COMMON_CMAKE_PACKAGE_ *ON
KOPETE_INCLUDE_DIR */usr/include
KOPETE_LIBRARIES */usr/lib/libkopete.so
LIBRARY_OUTPUT_PATH *
LIB_SUFFIX *
QT_QMAKE_EXECUTABLE */usr/bin/qmake


probably " CMAKE_INSTALL_PREFIX */usr/local" should be changed?

i already tried
Quote:

cp /usr/local/lib/kde4/kopete_irc.so /usr/include/
cp /usr/local/lib/kde4/kopete_irc.so /usr/lib/


obviously i am all new to kopete and how the folders of kde work exactly.. bear with me! :-)

manuel


Reply to this

-

 Re: Re: Re: how to install?

 
 by cyberbeat on: Jan 17 2010
 
Score 50%

yes, change "/usr/local" to "/usr" in ccmake. then "generate" the makefiles. then do "make". then

a) sudo make install

or (if you are able to install DEB packages):

b) cpack -G DEB (then a deb package should be created, which you should be able to install with your distributions package tools)


Reply to this

-

 Re: Re: Re: Re: how to install?

 
 by bugmenot1234 on: Jan 18 2010
 
Score 50%

yay, that did the trick!
thank you a lot, all is working now!
i wonder why i seem to be the first one to have these problems..

thank you for your quick and professional help!

manuel


Reply to this

-

 Re: Re: Re: Re: how to install?

 
 by krzywda on: Oct 20 2010
 
Score 50%

i dont kno how to install it, mayby it very easy so meyby somone put here command to paste in terminal ?

grek@grek-laptop:/tmp/irc$ cpack -G DEB
CPack Error: CPack project name not specified


Reply to this

-

 Re: Re: how to install?

 
 by cyberbeat on: Jan 18 2010
 
Score 50%

have to correct myself:

"do you have installed kopete in /usr/local? if not you should configure cmake to install it in /usr (run ccmake)"

means

"do you have installed kopete in /usr/local? if not you should configure cmake to install the irc-plugin in /usr (run ccmake)"


Reply to this

-

 Bug in kopete

 
 by cyberbeat on: Mar 5 2010
 
Score 50%

I have found a bug in kopete, which make this plugin always connect without password. I hope this will be fixed soon, so that the password from configuration will be used.


Reply to this

-

 Instant Crash on Connect

 
 by bigmalletman on: May 8 2010
 
Score 50%

Running Kopete 1.0.0 on either KDE 4.4.3 or 4.3.5. OpenSuse 11.2 RPM.

Upon trying to connect to IRC, Kopete crashes. strace shows:

kopete: symbol lookup error: /usr/lib64/kde4/kopete_irc.so: undefined symbol: _ZN9QListData7detach3Ev


Reply to this

-

 Re: Instant Crash on Connect

 
 by cyberbeat on: May 8 2010
 
Score 50%

from which repository did you install kopete? and from where libircclient-qt? If all other fails, you have to compile it by yourself.


Reply to this

-

 Re: Re: Instant Crash on Connect

 
 by bigmalletman on: May 9 2010
 
Score 50%

I used the one click install above (so, from here: http://download.opensuse.org/repositories/home:/cyberbeat/openSUSE_11.2/x86_64). I can compile this myself if need be (I did for xfire), but I try to use YaST whenever possible.


Reply to this

-

 Re: Re: Instant Crash on Connect

 
 by bigmalletman on: May 9 2010
 
Score 50%

I got Kopete on my 4.4.3 from here: http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Desktop/openSUSE_11.2/x86_64/

My friend who tested it on 4.3.5 was using standard opensuse 11.2.


Reply to this

-

 Re: Re: Instant Crash on Connect

 
 by bigmalletman on: May 9 2010
 
Score 50%

I compiled it myself and replaced the .so file. It is now functioning. Thanks.


Reply to this

-
.

 New version?

 
 by dieu on: May 20 2010
 
Score 50%

Wondering if there is a new release of this great project :)


Reply to this

-

 Re: New version?

 
 by cyberbeat on: May 20 2010
 
Score 50%

nice to hear you like it. for me it serves its purpose. I would be glad, if someone likes to take over this project. There is already a new version of libircclient-qt. some donations could also motivate me to implement some new features.


Reply to this

-

 Re: Re: New version?

 
 by dieu on: May 28 2010
 
Score 50%

Yes i saw, libircclient-qt 0.4, does kopete-irc compiles okay with it?


Reply to this

-

 Re: Re: Re: New version?

 
 by cyberbeat on: May 28 2010
 
Score 50%

no, I think it will not.


Reply to this

goto page:  1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team