Summary: | KDevelop crashes when selecting the kdevfilemanager plugin and clicking apply | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | apc <mysubscripps> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aleixpol |
Priority: | NOR | ||
Version: | 4.5.1 | ||
Target Milestone: | 4.3.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevplatform/e85e6380ab36c1bd53ee92fea11431bc6b26d6b7 | Version Fixed In: | |
Sentry Crash Report: |
Description
apc
2013-06-04 01:10:23 UTC
UDATE: I am now able to find all the plugins in their proper place in KDevelop after I did the following. 1. Removed kdebase-bin, kde-baseapps-bin, kde-baseapps-data. 2. Removed kdebase-apps (with all the respective base apps) 3. Deleting the kdeveloprc file from the config folder under .kde4 4. Recompile and reinstall kdevplatform and kdevelop. I'm not sure which fixed the problem but I'm suspecting step 4. Leaving it open. Git commit e85e6380ab36c1bd53ee92fea11431bc6b26d6b7 by Aleix Pol. Committed on 13/06/2013 at 02:42. Pushed by apol into branch 'master'. Fix crash when re-loading the file manager plugin It was requesting the KPluginInfo before having it added to the plugin controller and it was crashing. This patch delays the UI registering. We're not in a hurry to do that anyway. M +1 -1 plugins/filemanager/kdevfilemanagerplugin.cpp http://commits.kde.org/kdevplatform/e85e6380ab36c1bd53ee92fea11431bc6b26d6b7 |