If i open a kde application then activities crash and open a crash report. Reproducible: Always Steps to Reproduce: 1. Start dolphin 2. Wait 3. Activities crash... Actual Results: See activities plugins ranking crash. Expected Results: No crash Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff95fc20c2 close + 10 1 libkdeui.5.dylib 0x0000000108110ca7 KCrash::defaultCrashHandler(int) + 247 2 libsystem_platform.dylib 0x00007fff8ba855aa _sigtramp + 26 3 QtCore 0x00000001085ab8f8 QString::free(QString::Data*) + 184 4 activitymanager_plugin_activityranking.so 0x00000001122263b3 ActivityRankingPlugin::~ActivityRankingPlugin() + 35 5 activitymanager_plugin_activityranking.so 0x000000011222636e ActivityRankingPlugin::~ActivityRankingPlugin() + 14 6 0x0000000107bb9333 Plugin* KPluginFactory::create<Plugin>(QObject*, QList<QVariant> const&) + 147 7 0x0000000107bb81af Application::loadPlugins() + 1983
You should disable the activity ranking plugin. It is unmaintaned, and does not exist in the newest kactivities.
How I do that please ? Thanks, 2014-06-28 19:41 GMT+02:00 Ivan Čukić <ivan.cukic@kde.org>: > https://bugs.kde.org/show_bug.cgi?id=336839 > > Ivan Čukić <ivan.cukic@kde.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |RESOLVED > Resolution|--- |FIXED > > --- Comment #1 from Ivan Čukić <ivan.cukic@kde.org> --- > You should disable the activity ranking plugin. > > It is unmaintaned, and does not exist in the newest kactivities. > > -- > You are receiving this mail because: > You reported the bug.
You can go to the System Settings -> Workspace Behaviour -> Activities -> Plugins and disable it from there. You'll need to restart the activity manager (log out, and back in)
System Settings is not available on mac. How I can do ? 2014-06-28 23:48 GMT+02:00 Ivan Čukić <ivan.cukic@kde.org>: > https://bugs.kde.org/show_bug.cgi?id=336839 > > --- Comment #3 from Ivan Čukić <ivan.cukic@kde.org> --- > You can go to the System Settings -> Workspace Behaviour -> Activities -> > Plugins and disable it from there. > > You'll need to restart the activity manager (log out, and back in) > > -- > You are receiving this mail because: > You reported the bug. >
Saw the same happing multiple times in the last while...
You can create a [Plugin] section in activitymanagerrc (no idea where the config is on mac, but on linux it is at .kde/share/config) You can add: org.kde.kactivitymanager.activityrankingEnabled=false
(In reply to comment #6) > You can create a [Plugin] section in activitymanagerrc (no idea where the > config is on mac, but on linux it is at .kde/share/config) This config file resides on MacPorts' KDE4 below ~/Library/Preferences/KDE/share/config/ ! The file didn't exist in my case, so I created it. Thanks, Ivan, we'll see how this works out.
Lets hope it will not be a problem. The activity manager should create that file on startup.
Well, as I wrote, the file wasn't there yet.