Bug 600851

Summary: system-config-users fail to remove user
Product: [Fedora] Fedora Reporter: Matthieu Gautier <mgautier>
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: 13CC: nphilipp, vedran
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-11 11:45:45 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 Matthieu Gautier 2010-06-06 11:07:49 UTC
Description of problem:

system-config-users fail to remove user. Probably if mail dir doesn't exist.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Run system-config-users
2. Create an user
3. Remove it, A new window appears:
4. Select "remove user dir ..."
5. Click on yes. No graphical warning or other appear.
6. Close the window
7. Retry to remove it (and success)
  
Actual results:
Can't remove user.

Expected results:
Be able to remove user on the first try.


Additional info:
On terminal, the following error message:
Traceback (most recent call last):
  File "/usr/share/system-config-users/mainWindow.py", line 710, in on_delete_activate
    self.rmrf(mailSpool)
  File "/usr/share/system-config-users/mainWindow.py", line 890, in rmrf
    raise
TypeError: exceptions must be classes or instances, not NoneType

Comment 1 Nils Philippsen 2010-06-11 11:45:45 UTC

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