gnome-app-install fails to launch GUI of command line

Asked by Richard Garvin

ble_filter
    self.itemIsInstalled(item):
  File "/usr/lib/python2.6/dist-packages/AppInstall/Menu.py", line 419, in itemIsInstalled
    return (self.cache.has_key(item.pkgname) and
AttributeError: 'NoneType' object has no attribute 'has_key'
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/AppInstall/Menu.py", line 243, in _visible_filter
    self.itemIsInstalled(item):
  File "/usr/lib/python2.6/dist-packages/AppInstall/Menu.py", line 419, in itemIsInstalled
    return (self.cache.has_key(item.pkgname) and
AttributeError: 'NoneType' object has no attribute 'has_key'
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/AppInstall/Menu.py", line 243, in _visible_filter
    self.itemIsInstalled(item):
  File "/usr/lib/python2.6/dist-packages/AppInstall/Menu.py", line 419, in itemIsInstalled
    return (self.cache.has_key(item.pkgname) and
AttributeError: 'NoneType' object has no attribute 'has_key'
gnome-app-install: Fatal IO error 0 (Success) on X server :0.0.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-app-install Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Richard Garvin (garvinrick4) said :
#1

Have tried remove, clean, install from repository. Crashes for GUI, message above from Terminal when trying to lauch from Terminal.
Ubuntu 9.10 Karmic 64 bit Alpha 3. If there is a fix would like to know please. Why fresh from repository same problem?

Revision history for this message
Martin Pool (mbp) said :
#2

It looks like you're actually having trouble with Ubuntu, not with bzr?

Revision history for this message
Martin Pool (mbp) said :
#3

Switching back to Open and moving to Ubuntu

Revision history for this message
Richard Garvin (garvinrick4) said :
#4

Thanks for answering Martin. I am using Alpha 3 Karmic version of Ubuntu so it
very well could be a Ubuntu problem. All other funtions working fine with 9.10 as of now.
Will just wait and see if further dist updates gives a fix. Not an important problem but I seem
to want every function and app work properly. No further info to add.
 App did work just fine in 9.04, matter of fact I was so stable I just had to upgrade to 9.10.

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#5

For me with an updated and upgraded Ubuntu 9.10 32 bits devel release of Karmic Koala the gnome-app-install is working for me using menu or using the terminal command:

sudo gnome-app-install

be sure your release is fully updated/upgraded... from terminal:

sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get -f install

Hope this helps

Revision history for this message
Richard Garvin (garvinrick4) said :
#6

Marco thanks for help cleaned updated installed new package from repository and not cached one.
With 64 bit Karmic it just does not want to function. Same exact error. It sures seems like a fresh install would
solve but doe's not. I wonder if anyone with 64 bit 9.10 has gnome-app-install in working order?