Anonymous

Changes

From Karnataka Open Educational Resources
119 bytes added ,  17:57, 28 December 2015
Line 338: Line 338:  
The error "System program problem detected" comes up when a certain application crashes. Ubuntu has a program called Apport that is responsible for detecting such crashes and upon user consent, report these crashes to developers. This process intends to get the problem fixed by the developers. <br>
 
The error "System program problem detected" comes up when a certain application crashes. Ubuntu has a program called Apport that is responsible for detecting such crashes and upon user consent, report these crashes to developers. This process intends to get the problem fixed by the developers. <br>
   −
[[file: System-program-problem-detected.png | 400px]] <br?
+
[[file: System-program-problem-detected.png | 400px]] <br>
    
For Solving this error :<br>
 
For Solving this error :<br>
   −
# Open your terminal(ctrl+alt+t) and type:
+
# Open your terminal(ctrl+alt+t) and type: <br>
   −
# sudo gedit /etc/default/apport
+
'''sudo gedit /etc/default/apport'''
   −
# And hit Enter.
+
# And Press Enter.
 +
 
 +
# Enter your ubuntu login password (Password will not appear in the terminal).
 +
 
 +
#It will open the file and
    
# Change enabled=1 to enabled=0, then save and exit.
 
# Change enabled=1 to enabled=0, then save and exit.