You are not logged in.

#1 2008-06-15 21:15:06

angrycore
Member
Registered: 2008-04-21
Posts: 14

Kopete from kde4 in kde3?

Is there a way to install kopete from kde4 in kde3, without breaking the kde3 installation?

Offline

#2 2008-06-15 22:11:18

mcmillan
Member
Registered: 2006-04-06
Posts: 737

Re: Kopete from kde4 in kde3?

If you use KDEmod's unstable repository you can have it along side.

You need to add the following lines to pacman.conf

[kdemod-unstable]
Server = http://kdemod.ath.cx/repo/unstable/i686

Then install the package kdemod4-kdenetwork-kopete

Some of the other KDE4 testing repositories might work too, but I'm not sure since I don't use any of them.

Offline

#3 2008-06-15 23:04:39

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: Kopete from kde4 in kde3?

Be carefull with the configs if you use the kde3 version too.


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#4 2008-06-16 01:01:46

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Re: Kopete from kde4 in kde3?

DId you like taht? I found it pretty unstable and "crazy", if you get me.

But as a beta (I used the 4.1beta one) its acceptable.


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#5 2008-06-16 11:02:59

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: Kopete from kde4 in kde3?

LTSmash wrote:

DId you like taht? I found it pretty unstable and "crazy", if you get me.

But as a beta (I used the 4.1beta one) its acceptable.

Indeed I did! Kopete is one of the few apps that are absolutely usable on kde 4.1. Everything worked for me and it was very very stable.


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#6 2008-06-16 16:50:58

p64y
Member
Registered: 2008-06-16
Posts: 2

Re: Kopete from kde4 in kde3?

Probably a silly question...
But how do I start the KDE4 version of Kopete?

I have installed the kdemod4-kdenetwork-kopete package, with pretty much other packages as dependency. Well, but Kopete didn't add itself to the Start Menu and I have no idea, what's the name of the application. I have already tried things like "kopete-kde4", "kopete4", etc. Unfortunately without any success.

Thanks for your help! smile

Last edited by p64y (2008-06-16 16:51:22)

Offline

#7 2008-06-16 17:12:55

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: Kopete from kde4 in kde3?

Try pacman -Ql packagename.....it will list out all the files in the package...pick ur desktop file and binary ... hope this helps :-)


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#8 2008-06-17 08:13:21

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: Kopete from kde4 in kde3?

bash-3.2# whereis kopete
kopete: /opt/kdemod/bin/kopete

There you are smile


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#9 2008-06-17 09:48:48

angrycore
Member
Registered: 2008-04-21
Posts: 14

Re: Kopete from kde4 in kde3?

When i try to configure "list" options in kopete it crashes writing to console:

QObject::connect: Cannot connect (null)::onlineStatusChanged(Kopete::Contact *, const Kopete::OnlineStatus &, const Kopete::OnlineStatus &) to Kopete::Identity::updateOnlineStatus()
!!!!!!! ERROR !!!!!!! - KHTML default stylesheet version mismatch. Aborting. Check your installation. File used was: /opt/kde/share/apps/khtml/css/html4.css. Expected STYLE_VERSION 1

kopete(1011)/libkopete Kopete::PluginManagerPrivate::~PluginManagerPrivate: Destructing plugin manager without going through the shutdown process! Backtrace is:
""
kopete(1011)/libkopete Kopete::PluginManagerPrivate::~PluginManagerPrivate: Deleting stale plugin ' "" '
Fatal Error: Accessed global static 'PluginManagerPrivate *_kpmp()' after destruction. Defined at /home/jan/Source/packages/kdemod41/work/kdenetwork/src/kdenetwork-4.0.82/kopete/libkopete/kopetepluginmanager.cpp:98
kdeinit4: preparing to launch /opt/kdemod/bin/kbuildsycoca4
kbuildsycoca4 running...

It seems that it caused by KHTML version mismatch. How can i make kopete to use KHTML from kde4?

Offline

#10 2008-06-17 13:07:26

p64y
Member
Registered: 2008-06-16
Posts: 2

Re: Kopete from kde4 in kde3?

Damnshock wrote:

bash-3.2# whereis kopete
kopete: /opt/kdemod/bin/kopete
There you are smile

I thought, that this was the KDE 3 version,
but indeed, it's the KDE4 Version.

Thank you! big_smile

Offline

#11 2008-06-18 13:37:47

angrycore
Member
Registered: 2008-04-21
Posts: 14

Re: Kopete from kde4 in kde3?

Yahoo! I've figured it out! Here is small howto to run kdemod4's kopete in kdemod3:
First we need to install kdemod4-kdenetwork-kopete and kdemod4-kdebase-runtime-icons, then edit /opt/kde/share/apps/khtml/css/html4.css and change:

/*
 * The default style sheet used by khtml to render HTML pages
 * (C) 2000-2003 Lars Knoll (knoll@kde.org)
 *
 * Konqueror/khtml relies on the existence of this style sheet for
 * rendering. Do not remove or modify this file unless you know
 * what you are doing.
 */

to

/*
 * The default style sheet used by khtml to render HTML pages
 * (C) 2000-2003 Lars Knoll (knoll@kde.org)
 *
 * Konqueror/khtml relies on the existence of this style sheet for
 * rendering. Do not remove or modify this file unless you know
 * what you are doing.
 *
 * KHTML_STYLE_VERSION: 1
 *
 */

That's all! If you want to separate kdemod3's kopete from kdemod4's kopete you can start it that way:

KDEHOME=~/.kde4 /opt/kdemod/bin/kopete

Offline

Board footer

Powered by FluxBB