Bug 505178

Summary: F11 GOLD - TypeError: value is of the wrong type for this column
Product: [Fedora] Fedora Reporter: Jeff Burke <jburke>
Component: system-config-usersAssignee: Nils Philippsen <nphilipp>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: nphilipp
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: 2009-06-12 11:32:26 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:

Description Jeff Burke 2009-06-10 21:37:22 UTC
Description of problem:
 Using the interface system-config-users no longer starts. I unchecked the option for Hide system users and groups. Now the application no longer starts.

Version-Release number of selected component (if applicable):
system-config-users-1.2.86-1.fc11.noarch

How reproducible:
Always

Steps to Reproduce:
1. Open a terminal window, su - , run system-config-users
2. Click on Edit, Preferences, Uncheck "Hide system users and groups"
3. Note on the terminal widow you will get a traceback
  
Actual results:
# system-config-users 
Traceback (most recent call last):
  File "/usr/share/system-config-users/system-config-users.py", line 46, in <module>
    mainWindow.mainWindow()
  File "/usr/share/system-config-users/mainWindow.py", line 311, in __init__
    self.refresh()
  File "/usr/share/system-config-users/mainWindow.py", line 517, in refresh
    self.populate_lists()
  File "/usr/share/system-config-users/mainWindow.py", line 616, in populate_lists
    self.populate_user_list()
  File "/usr/share/system-config-users/mainWindow.py", line 574, in populate_user_list
    self.userStore.set_value(iter, 1, uidNumber)
TypeError: value is of the wrong type for this column

Expected results:
Application should launch normally

Additional info:

Comment 1 Nils Philippsen 2009-06-12 11:32:26 UTC

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