System always start with "System program problem detected" dialog

67,477

Solution 1

This seems to be a problem with your system language (Turkish). See this bug report for details.

Fortunately there has already been a fix released and pushed to the natty-proposed repository. This is the repository where all fixes for a stable Ubuntu release land for testing before they are moved to natty-updates.

It's not recommended to enable this (it's disabled by default so you don't end up with installing bad updates), so I suggest to just wait a couple of days for the fix to go into the natty-updates repository (which is already enabled on your system) and then do updates as normal.

Solution 2

I had the same issue and all I had to do was issue this command in terminal sudo rm /var/crash/* and it realy worked.

Solution 3

http://ubuntuforums.org/showthread.php?p=11218099

sudo sed -i 's/enabled=1/enabled=0/g' /etc/default/apport

Share:
67,477
Eray
Author by

Eray

Updated on September 18, 2022

Comments

  • Eray
    Eray almost 2 years

    enter image description here

    Hello,

    I'm getting this error every time when I boot my computer. My Ubuntu installation is fresh and I was got a few error on last step while install Ubuntu (because i have problem with my CDROM driver). Anyway, installation is continued .

    For example when i tried to open ADDITIONAL DRIVER and LANGUAGE SUPPORT (on System Settings) nothing happened, it's not opening.

    When i try this in terminal gnome-language-selector i'm getting this error

    Traceback (most recent call last):
      File "/usr/bin/gnome-language-selector", line 8, in <module>
        from LanguageSelector.gtk.GtkLanguageSelector import GtkLanguageSelector
      File "/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", line 34, in <module>
        from aptdaemon.gtk3widgets import AptProgressDialog
      File "/usr/lib/python2.7/dist-packages/aptdaemon/gtk3widgets.py", line 61, in <module>
        class AptStatusIcon(Gtk.Image):
      File "/usr/lib/python2.7/dist-packages/aptdaemon/gtk3widgets.py", line 66, in AptStatusIcon
        def __init__(self, transaction=None, size=Gtk.IconSize.DIALOG):
    AttributeError: type object 'GtkIconSize' has no attribute 'DIALOG'
    

    Also getting this error for jockey-gtk

    Traceback (most recent call last):
      File "/usr/bin/jockey-gtk", line 418, in <module>
        sys.exit(u.run())
      File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 461, in run
        self.ui_show_main()
      File "/usr/bin/jockey-gtk", line 81, in ui_show_main
        col_icon.set_sizing(Gtk.TreeViewColumnSizing.AUTOSIZE)
    AttributeError: type object 'GtkTreeViewColumnSizing' has no attribute 'AUTOSIZE'
    

    I'm worrying about are there any lack . I don't know what's wrong with my installation.

    Are there any way, check my installation (packages, files etc..) .

  • Eray
    Eray about 13 years
    Unfortunately i'm a Linux systems noob :) How can i reach to this updates ? I'm updating my system with apt-get update and apt-get upgrade
  • htorque
    htorque about 13 years
    That way is fine, but it's not yet available. :) I talked to the developers and it's going to be available this week or early next week.
  • Eray
    Eray about 13 years
    When it's available, will apt-get update and apt-get upgrade solve my problem ?
  • htorque
    htorque about 13 years
    Yes, this should fix the two programs (and probably others) not opening.
  • int_ua
    int_ua over 10 years
    Simply disabling apport doesn't solve the problem.
  • Błażej Michalik
    Błażej Michalik over 7 years
    Also, be warned, that you should be especially careful when using rm with an asterisk. There is a huge difference between rm /var/crash/* and rm /var/crash/ *