Comment 6 for bug 657494

Revision history for this message
Senol Ozkan (snlzkn-gmail) wrote :

Now whenever I try to run it it crashes immediately. In the terminal it gives these messages, repeatedly

 File "/usr/share/software-center/softwarecenter/models/appstore.py", line 428, in on_get_value
    app = Application(appname, pkgname)
  File "/usr/share/software-center/softwarecenter/db/application.py", line 47, in __init__
    raise ValueError("Need either appname or pkgname or request")
ValueError: Need either appname or pkgname or request
Traceback (most recent call last):
  File "/usr/share/software-center/softwarecenter/view/appview.py", line 562, in do_render
    direction)
  File "/usr/share/software-center/softwarecenter/view/appview.py", line 336, in _render_icon
    xo = (self.pixbuf_width - self.pixbuf.get_width())/2
AttributeError: 'NoneType' object has no attribute 'get_width'