Bug 54352

Summary: Not possible to create a new project and no plugins available
Product: [Applications] kdevelop Reporter: Sven Lueppken <sven>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: CLOSED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Sven Lueppken 2003-02-09 16:56:47 UTC
Version:           3.0.0 (using KDE 3.1.9)
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.20

Hi!

I'm using latest KDE CVS, so the latest KDevelop CVS too (Gideon).
After compiling and installing it's not possible to create a new project, the menu
entry is just missing. When opening the configuration dialog, only "General" and "Plugins" appear, but there're no plugins in the list.

I did a normal 
make -f Makefile.cvs
./configure
make
make install

I'm using SuSE 8.1 (gcc 3.2), KDE CVS, Qt snapshot from today.

Thanks in advance,
Sven L
Comment 1 Caleb Tennis 2003-02-09 17:16:12 UTC
Did it get installed into the same directory as KDE, or in one of the KDEDIRS?  
If not, did you rerun kbuildsycoca? 
Comment 2 Sven Lueppken 2003-02-09 17:45:07 UTC
>Did it get installed into the same directory as KDE, or in one of the KDEDIRS?  
 
Yes of course, KDevelop get's installed into the same directory as the rest of KDE. 
 
>If not, did you rerun kbuildsycoca? 
 
Yes, I also reran kbuildsycoca! 
(which gives the following output btw.) 
kbuildsycoca: Recreating ksycoca file (/var/tmp/kdecache-sven/ksycoca, version 60) 
Property 'X-KDevelop-Language' is defined multiple times (KDevelop/CompilerOptions) 
kio (KService*): WARNING: Invalid Service : .hidden/.desktop  
 
I tried to delete the gideon configuration file...but without success. 
 
Comment 3 Harald Fernengel 2003-02-09 18:11:48 UTC
congratulations, someone completely broke the plugin loading stuff in KDE. Please 
use a stable KDE as HEAD is unusable at the moment. 
Comment 4 Harald Fernengel 2003-02-09 20:14:37 UTC
update: caleb just fixed that in CVS 
Comment 5 Caleb Tennis 2003-02-09 20:25:10 UTC
Note: this was a bug in kdelibs, so a cvs update of kdelibs is needed to fix 
this problem.