[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Missing Styles
From:       André_Wöbbeking <Woebbeking () onlinehome ! de>
Date:       2005-12-21 9:52:48
Message-ID: 200512211052.48941.Woebbeking () onlinehome ! de
[Download RAW message or body]

On Wednesday 21 December 2005 04:00, Craig Howard wrote:
>
> So my problem is that I'm picking up qt in /usr/lib (Debian's
> version).  Maybe libsuffix is related after all.
>
> Shouldn't having LD_LIBRARY_PATH set cause libraries to be searched
> from those paths before /usr/lib?  Is there some other reason that
> the KDE binaries are picking up the /usr/lib version of qt?

Sounds like the problem in the thread "Multiple style plugins loaded" 
three weeks ago.

Maybe the attached patch helps you.


Cheers,
André

["qgpluginmanager.cpp.diff" (text/x-diff)]

Index: qgpluginmanager.cpp
===================================================================
--- qgpluginmanager.cpp	(revision 463588)
+++ qgpluginmanager.cpp	(working copy)
@@ -389,6 +389,7 @@
 	    } else {
 		QPtrList<QComLibrary> same;
 		same.setAutoDelete( TRUE );
+                same.append( new QComLibrary( lib ) );
 		for ( QStringList::ConstIterator bit = sameBasename.begin();
 		      bit != sameBasename.end(); ++bit )
 		    same.append( new QComLibrary( *bit ) );


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic