Hi, i installed Kubuntu 9.04 a few day ago and today i updated Kde from 4.2.2 to 4.3 this noon and i used it for an hour but when i restart the system it gives that error "The application plasma crashed and caused the signal 11 (SIGSEGV)..." please help me i use linux first time how can fix that error
Announcement
Collapse
No announcement yet.
KDE 4.3 update error
Collapse
This topic is closed.
X
X
-
Re: KDE 4.3 update error
You can try backing up your ~/.kde directory and deleting the original. This will cause kde to respawn the folder with the default settings.
If you are at the terminal, type:
cd ~
mv .kde .kde-backup
rm -r .kde
If this does not fix the problem you can always reinstall the kde installation using the apt-get --reinstall install command.Rob
- Top
- Bottom
-
Re: KDE 4.3 update error
You can also just kill plasma:
I think it is:
Code:kquitapp plasma
Code:rm ~.kde/share/config/plasmarc
Code:rm ~.kde/share/config/plasma-appletsrc
Code:plasma
HP Pavilion dv6 core i7 (Main)
4 GB Ram
Kubuntu 18.10
- Top
- Bottom
Comment
-
Re: KDE 4.3 update error
Originally posted by FintanYou can also just kill plasma:
I think it is:
Code:kquitapp plasma
Code:rm ~.kde/share/config/plasmarc
Code:rm ~.kde/share/config/plasma-appletsrc
Code:plasma
the commands should be
Code:kquitapp plasma-desktop
Code:rm ~./kde/share/config/plasm*
Code:plasma-desktop
- Top
- Bottom
Comment
Comment