Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 352544

Summary: [gnome-overlay] gnome-base/gnome-shell RDEPENDs on gconf-python
Product: Gentoo Linux Reporter: 5FBCDB43
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 353071    

Description 5FBCDB43 2011-01-23 21:09:28 UTC
Gnome Shell's (python) init script imports gconf module in restore_gnome().

Reproducible: Always

Steps to Reproduce:




gnome-shell:
554                                                                             
555 def restore_gnome():
556     # Do imports lazily to save time and memory
557     import gio
558     import gconf
559 

Shell killed with signal 11
Traceback (most recent call last):

  File "/usr/bin/gnome-shell", line 776, in <module>
    restore_gnome()
  File "/usr/bin/gnome-shell", line 558, in restore_gnome
    import gconf
ImportError: No module named gconf
Comment 1 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-02-12 10:24:40 UTC
This is now fixed, thanks for reporting!