Bug 242224 - New user dialog hangs due to exception
Summary: New user dialog hangs due to exception
Keywords:
Status: CLOSED DUPLICATE of bug 240129
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-users
Version: 7
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-02 10:57 UTC by Tony Tsui
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-04 07:20:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tony Tsui 2007-06-02 10:57:41 UTC
Description of problem:
The new user dialog hangs due to an exception when creating a new user with
"Specify group ID manually" selected.

Version-Release number of selected component (if applicable):
system-config-users-1.2.56-1.fc7

How reproducible:
Everytime

Steps to Reproduce:
1.Click Add User button
2.Enter details for user.
3.Check "Specify group ID manually"
4.Click OK button.
  
Actual results:
The dialog just hangs. The follow python exception is outputted.

[root@rifter ~]# system-config-users 
Traceback (most recent call last):
  File "/usr/share/system-config-users/userWindow.py", line 289, in
on_userWin_ok_button_clicked
    if self.gidCheckButton.get_active ():
AttributeError: userWindow instance has no attribute 'gidCheckButton'

Expected results:
The new user is created.

Comment 1 Tom Horsley 2007-06-02 13:11:25 UTC
Yep, just tried this on my fresh install of f7 with same results, doing a
useradd from  a terminal worked fine (should have done that first anyway :-).

I wanted to specify group ID and existing home directory to create the same
user I had on fc6 pointing to same home dir on 2nd disk drive.


Comment 2 Nils Philippsen 2007-06-04 07:20:14 UTC

*** This bug has been marked as a duplicate of 240129 ***


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