Ubuntu – System always start with “System program problem detected” dialog

apport

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..) .

Best Answer

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.

Related Question