Bug 149137

Summary: Dependency on gnome-python2-gnomevfs missing
Product: [Fedora] Fedora Reporter: David Woodhouse <dwmw2>
Component: firstbootAssignee: Chris Lumens <clumens>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: cra, eric.fallon, nobody+pnasrat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-07 14:20:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150222    

Description David Woodhouse 2005-02-19 03:43:56 UTC
Firstboot failed to run on a fresh rawhide install because
gnome-python2-gnomevfs wasn't installed. It also failed because $LANG wasn't set.

Comment 1 Ricky Ng-Adam 2005-03-31 04:13:41 UTC
The problem is still there with firstboot-1.3.39-3.

Comment 2 Ricky Ng-Adam 2005-04-01 03:08:14 UTC
ok, in rawhide's firstboot-1.3.39-3 the program will silently fail even with
gnome-python2-gnomevfs.

If I start it with --debug, I get this:

Traceback (most recent call last):
  File "/usr/share/firstboot/firstbootWindow.py", line 492, in loadModules
    vbox, pix, title = module.launch(self.doDebug)
  File "/usr/share/firstboot/modules/eula.py", line 47, in launch
    lang = os.environ["LANG"]
  File "/usr/lib/python2.4/UserDict.py", line 17, in __getitem__
    def __getitem__(self, key): return self.data[key]
KeyError: 'LANG'

Comment 3 Jeremy Katz 2005-07-06 22:15:26 UTC
*** Bug 151577 has been marked as a duplicate of this bug. ***

Comment 4 Chris Lumens 2005-07-07 14:20:31 UTC
Works for me in Rawhide with version 1.3.42-1.  Please reopen if you are still
seeing problems.