I will start by saying this is not a duplicate of System Program Problem Detected nor "System Program Problem Detected".
I do not want to disable apport. I want to find a way to know what is the Problem the system detected and find a way of fix it.
This notification appears everytime I log in:
I am using Ubuntu 13.10 Saucy Salamander 32Bit.
Edits:
1. Apport won't come up when clicking Report Problem.
2. Cairo-Dock won't start sporadically.
3. Login takes longer than expected.
4. Chrome crashes from time to time.
5. Laptop will overheat when CPU usage.
sudo apt-get remove cario-dock
. If this doesn't solve the problem, you can reinstall it without having to redownload by simply issuingsudo apt-get install cario-dock
again. – ExplodingKittens Feb 01 '14 at 04:01sudo apt-get remove cario*
– ExplodingKittens Feb 01 '14 at 04:19sudo apt-get remove cario*
comes up with nothing, then yes, trysudo apt-get remove Cario*
. I'm not completely familiar with the exact package names, and Linux has always been very case-sensitive when it comes to pretty much anything. – ExplodingKittens Feb 01 '14 at 04:22cairo*
. As for the package files, I believe that unless you issuepurge
in lieu ofremove
, the .DEB files remain on your hard drive for convenience purposes. – ExplodingKittens Feb 01 '14 at 04:58/var/crash/
directory ? – NickTux Feb 01 '14 at 05:02