If you are using Ubuntu 12.04 edition and if your encountering the system dialog box pop-up on your desktop that keeps you annoying. To solve this problem just disable the apport.
Apport is a debugging tool that is used to generate crash reports and this enabled by default in Ubuntu 12.04, to enabled or disabled it just follow below.
1. Open at terminal and you need to edit /etc/default/apport
# sudo nano /etc/default/apport
2.Set this to 0 to disable apport or to 1 to enable it
enabled=1
or you can overide this with one command
sudo service apport start force_start=1
Reference :

HAPPYSQL.COM
http://blog.piratelufi.com/
ROOTCON (Philippine Hackers Conference)


0 Comments.