Bug 603951 - StayOnScreen
Summary: StayOnScreen
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:7ceeb6c8017e558fd...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-14 23:58 UTC by Brian Lane
Modified: 2010-07-22 20:31 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-22 20:31:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (84.22 KB, text/plain)
2010-06-14 23:58 UTC, Brian Lane
no flags Details

Description Brian Lane 2010-06-14 23:58:30 UTC
The following was filed automatically by anaconda:
anaconda 14.8 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.6/site-packages/pyanaconda/iw/account_gui.py", line 83, in passwordError
    raise gui.StayOnScreen
  File "/usr/lib/python2.6/site-packages/pyanaconda/iw/account_gui.py", line 107, in getNext
    self.passwordError()
  File "/tmp/updates/pyanaconda/gui.py", line 1165, in nextClicked
    rc = self.currentWindow.getNext ()
StayOnScreen

Comment 1 Brian Lane 2010-06-14 23:58:33 UTC
Created attachment 423999 [details]
Attached traceback automatically from anaconda.

Comment 2 Brian Lane 2010-06-15 00:06:38 UTC
This happens if you don't enter a root password and click ok on the dialog that appears.

Comment 3 Ales Kozumplik 2010-06-15 08:22:26 UTC
I've run into this too. When you look into gui.py, there actually is an 'except StayOnScreen' clause just below the exception is thrown. The reason it's not catched there is that one exception is of type 'pyanaconda.gui.StayOnScreen' whereas the other one is simply 'gui.StayOnScreen'. I know I sound like a broken record, but this too is a a fault of how modules are imported at the moment.


Note You need to log in before you can comment on or make changes to this bug.