Bug 179480

Summary: gnome-session-properties hangs when I click delete
Product: [Fedora] Fedora Reporter: Dave Jones <davej>
Component: gnome-sessionAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pfrields
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: 2006-02-04 05:26:16 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 Dave Jones 2006-01-31 18:37:12 UTC
summary says it all.
I had krb5-auth-dialog in my startup, when I clicked delete, the session manager
hung

stracing it did this..

unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)
unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)
unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)
unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)
unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)

over and over.
the file is owned by root, and the session is run by the user. Doh.

Comment 1 Dave Jones 2006-01-31 18:38:16 UTC
after a yum remove krb5-auth-dialog in another window, it got stuck doing this
instead..

unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 ENOENT (No such file
or directory)

the only way to make it stop was to kill(1) the app.

Comment 2 Matthias Clasen 2006-02-04 05:26:16 UTC

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