Probably something is causing problems in the activity manager configuration. You may try the following to reset your activity manager configuration to its default values.
1. If you don't use activities, just delete the current configuration:
- Code: Select all
rm -fr ~/.kde/share/apps/activitymanager
Else, if you do use activities, let's just move this folder somewhere so you can recover it later if needed:
- Code: Select all
mv ~/.kde/share/apps/activitymanager ~/activitymanager.backup
2. Log out and log back in. This will create the default configuration for activity manager in ~/.kde/share/apps/activitymanager.
Hopefully that fixes your problem.